haskell-basic-prelude 0.7.0-3build1 source package in Ubuntu

Changelog

haskell-basic-prelude (0.7.0-3build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 13:42:44 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-basic-prelude_0.7.0.orig.tar.gz 6.3 KiB 10755f892548faa956b81b40d1d03ec6e94609fd8ec8e92be09b4453b7ad9379
haskell-basic-prelude_0.7.0-3build1.debian.tar.xz 3.2 KiB a6c1b5719ed44b2414a235a0be40e675f625b525d07f900471be0015647a0961
haskell-basic-prelude_0.7.0-3build1.dsc 2.6 KiB e43a47b8db219d6218b52c07af0083353ba7a17f7b7d9965f46924f43e09e2a0

View changes file

Binary packages built by this source

libghc-basic-prelude-dev: No summary available for libghc-basic-prelude-dev in ubuntu eoan.

No description available for libghc-basic-prelude-dev in ubuntu eoan.

libghc-basic-prelude-doc: No summary available for libghc-basic-prelude-doc in ubuntu eoan.

No description available for libghc-basic-prelude-doc in ubuntu eoan.

libghc-basic-prelude-prof: enhanced core prelude; profiling libraries

 The premise of basic-prelude is that there are a lot of very commonly
 desired features missing from the standard Prelude, such as commonly
 used operators (<$> and >=>, for instance) and imports for common
 datatypes (e.g., ByteString and Vector). At the same time, there are
 lots of other components which are more debatable, such as providing
 polymorphic versions of common functions.
 .
 So basic-prelude is intended to give a common foundation for a number
 of alternate preludes. The package provides two modules: CorePrelude
 provides the common ground for other preludes to build on top of, while
 BasicPrelude exports CorePrelude together with commonly used list
 functions to provide a drop-in replacement for the standard Prelude.
 .
 Users wishing to have an improved Prelude can use BasicPrelude.
 Developers wishing to create a new prelude should use CorePrelude.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.