haskell-filepath-bytestring 1.4.2.1.6-2build2 source package in Ubuntu

Changelog

haskell-filepath-bytestring (1.4.2.1.6-2build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 00:42:23 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-filepath-bytestring_1.4.2.1.6.orig.tar.gz 24.8 KiB e71147fed4505946dcf1fc77bb3815d25a7471880ffcf5553329963adbcfb987
haskell-filepath-bytestring_1.4.2.1.6-2build2.debian.tar.xz 4.6 KiB aaf307b20f3660c7d40b936d077fec7e3e8978a3e65a97be2b61e095cd229650
haskell-filepath-bytestring_1.4.2.1.6-2build2.dsc 2.7 KiB aaea9efa234ecf97fb18413394791bb017438694aef918ffb1cf301bf22deedb

View changes file

Binary packages built by this source

libghc-filepath-bytestring-dev: No summary available for libghc-filepath-bytestring-dev in ubuntu kinetic.

No description available for libghc-filepath-bytestring-dev in ubuntu kinetic.

libghc-filepath-bytestring-doc: No summary available for libghc-filepath-bytestring-doc in ubuntu hirsute.

No description available for libghc-filepath-bytestring-doc in ubuntu hirsute.

libghc-filepath-bytestring-prof: library for manipulating RawFilePaths; profiling libraries

 This package provides functionality for manipulating RawFilePath
 values. It can be used as a drop in replacement for the filepath library
 to get the benefits of using ByteStrings. It provides three modules:
 .
   * "System.FilePath.Posix.ByteString" manipulates POSIX/Linux style
   RawFilePath values (with / as the path separator).
 .
   * "System.FilePath.Windows.ByteString" manipulates Windows style
   RawFilePath values (with either \ or / as the path separator, and
   deals with drives).
 .
   * "System.FilePath.ByteString" is an alias for the module
   appropriate to your platform.
 .
 All three modules provide the same API, and the same documentation
 (calling out differences in the different variants).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.