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

Changelog

haskell-text-conversions (0.3.1.1-2build1) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 11:35:44 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular 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-2build1.debian.tar.xz 2.6 KiB 510d6cf8b1c53adf8d9ccde7b3423a454e3137d96c7dccf6496a2852415c1011
haskell-text-conversions_0.3.1.1-2build1.dsc 2.7 KiB 19b5577cc9430ab097955cecc201adb28c5bb35f43a735fa4662dcb4ade82da5

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.