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

Changelog

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

  [ Jelmer Vernooij ]
  * Add package path in Vcs-Git header.

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.2
  * Sourceful upload for GHC 9.4

 -- Ilias Tsitsimpis <email address hidden>  Mon, 04 Sep 2023 15:46:40 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-text-conversions_0.3.1.1-2.dsc 2.7 KiB 21b678726123c0c78309c24e75455212da28c4b8ca253de55dc3f274372622c7
haskell-text-conversions_0.3.1.1.orig.tar.gz 5.1 KiB c8770fba789ce80334cae628285103c49abec0fa074773cbb5a88e26f5a7725d
haskell-text-conversions_0.3.1.1-2.debian.tar.xz 2.6 KiB eca0e8ef407bd4bccfd5154da24f63fcd3bf7983f7425ed2f34a5b66caef147a

No changes file available.

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.