haskell-text-conversions 0.3.1.1-1build1 source package in Ubuntu

Changelog

haskell-text-conversions (0.3.1.1-1build1) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 11 Dec 2022 05:46:08 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-text-conversions_0.3.1.1.orig.tar.gz 5.1 KiB c8770fba789ce80334cae628285103c49abec0fa074773cbb5a88e26f5a7725d
haskell-text-conversions_0.3.1.1-1build1.debian.tar.xz 2.5 KiB a1af0e889eb4c060e744f4c8f083fabadf572e026fbb71b2e1afaf31dd332fc0
haskell-text-conversions_0.3.1.1-1build1.dsc 2.6 KiB ebf3744bd8a012802b0e2599f82330a5bafbd1f9d13a650afb7a7f71ad594ecb

View changes file

Binary packages built by this source

libghc-text-conversions-dev: Haskell library for safe conversions between textual types

 This is a small library to ease the pain when converting between the
 many different string types in Haskell. Unlike some other libraries
 that attempt to solve the same problem, text-conversions is:
 .
 Safe: This library treats binary data (aka `ByteString`) like binary
 data, and it does not assume a particular encoding, nor does it ever
 throw exceptions when failing to decode. It does, however, provide
 failable conversions between binary data and textual data.
 .
 Extensible: It’s easy to add or derive your own instances of the
 typeclasses to use your own types through the same interface.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-text-conversions-doc: Haskell library for safe conversions between textual types; documentation

 This is a small library to ease the pain when converting between the
 many different string types in Haskell. Unlike some other libraries
 that attempt to solve the same problem, text-conversions is:
 .
 Safe: This library treats binary data (aka `ByteString`) like binary
 data, and it does not assume a particular encoding, nor does it ever
 throw exceptions when failing to decode. It does, however, provide
 failable conversions between binary data and textual data.
 .
 Extensible: It’s easy to add or derive your own instances of the
 typeclasses to use your own types through the same interface.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-text-conversions-prof: Haskell library for safe conversions between textual types; profiling libraries

 This is a small library to ease the pain when converting between the
 many different string types in Haskell. Unlike some other libraries
 that attempt to solve the same problem, text-conversions is:
 .
 Safe: This library treats binary data (aka `ByteString`) like binary
 data, and it does not assume a particular encoding, nor does it ever
 throw exceptions when failing to decode. It does, however, provide
 failable conversions between binary data and textual data.
 .
 Extensible: It’s easy to add or derive your own instances of the
 typeclasses to use your own types through the same interface.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.