haskell-basic-prelude 0.7.0-5 source package in Ubuntu

Changelog

haskell-basic-prelude (0.7.0-5) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Tue, 19 Jul 2022 11:10:03 +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

Downloads

File Size SHA-256 Checksum
haskell-basic-prelude_0.7.0-5.dsc 2.6 KiB 452ad0522f3a546fa6945aac4551385236e0000de72506c4da3dea3594ec2c4c
haskell-basic-prelude_0.7.0.orig.tar.gz 6.3 KiB 10755f892548faa956b81b40d1d03ec6e94609fd8ec8e92be09b4453b7ad9379
haskell-basic-prelude_0.7.0-5.debian.tar.xz 3.2 KiB b26966ee903ebbc4eb41e47e388952f2a47eca3d8f88b3a10642b87ce39dc45e

No changes file available.

Binary packages built by this source

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

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

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

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

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.