haskell-listlike 4.7.1-1build1 source package in Ubuntu

Changelog

haskell-listlike (4.7.1-1build1) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Thu, 29 Oct 2020 20:38:59 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-listlike_4.7.1.orig.tar.gz 31.0 KiB b726f1622965a4e4a7bb86db979ac9b42870147e10fd26f9a417a8ea085a8cbd
haskell-listlike_4.7.1-1build1.debian.tar.xz 3.5 KiB 31ddd1fd2a85ad7b9f4c638d526b625b7d0e9524468d1a69be9d53e46695d2bb
haskell-listlike_4.7.1-1build1.dsc 2.9 KiB 727014f74c7e6c1138a629bb1f05916cd76d75070d90a98a21f26f1205957649

View changes file

Binary packages built by this source

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

No description available for libghc-listlike-dev in ubuntu kinetic.

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

No description available for libghc-listlike-doc in ubuntu hirsute.

libghc-listlike-prof: Generic support for list-like structures; profiling libraries

 Generic support for list-like structures in Haskell.
 .
 The ListLike module provides a common interface to the various Haskell
 types that are list-like. Predefined interfaces include standard
 Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
 types can easily be made ListLike instances as well.
 .
 ListLike also provides for String-like types, such as String and
 ByteString, for types that support input and output, and for types that can
 handle infinite lists.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.