haskell-foundation 0.0.13-1 source package in Ubuntu

Changelog

haskell-foundation (0.0.13-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Tue, 18 Jul 2017 23:22:16 -0400

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-foundation_0.0.13-1.dsc 2.4 KiB 9b038372b842529a46d0adfacc2f2fc929bf5f9ab571541704bdf018492fb527
haskell-foundation_0.0.13.orig.tar.gz 216.3 KiB 106a85cbbf936591df44b46ee04d39f29c15752f6eca438341f2b735e9c0755f
haskell-foundation_0.0.13-1.debian.tar.xz 2.8 KiB ec21fbfa5f1afa4612eba0cc60bbe0787d163866cc5cf64fe626a1137a2fc074

Available diffs

No changes file available.

Binary packages built by this source

libghc-foundation-dev: No summary available for libghc-foundation-dev in ubuntu artful.

No description available for libghc-foundation-dev in ubuntu artful.

libghc-foundation-doc: No summary available for libghc-foundation-doc in ubuntu artful.

No description available for libghc-foundation-doc in ubuntu artful.

libghc-foundation-prof: alternative prelude with batteries and no dependencies; profiling libraries

 A custom prelude with no dependencies apart from base.
 .
 This package has the following goals:
  * provide a base like sets of modules that provide a consistent set
    of features and bugfixes across multiple versions of GHC (unlike base).
  * provide a better and more efficient prelude than base's prelude.
  * be self-sufficient: no external dependencies apart from base.
  * provide better data-types: packed unicode string by default, arrays.
  * Better numerical classes that better represent mathematical thing
    (No more all-in-one Num).
  * Better I/O system with less Lazy IO
  * Usual partial functions distinguished through type system
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.