ghc 7.6.3-7 source package in Ubuntu

Changelog

ghc (7.6.3-7) unstable; urgency=low


  [ Gianfranco Costamagna ]
  * Bumped standard version to 3.9.5, no changes required.

  [ Joachim Breitner ]
  * Depend on gcc (Closes: #736472)

 -- Joachim Breitner <email address hidden>  Sun, 09 Feb 2014 12:21:48 +0000

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ghc_7.6.3-7.dsc 1.6 KiB 438b0fd64c82db659573524b329bba6566217ab4a2606f584a4b7ff228695e2c
ghc_7.6.3.orig.tar.bz2 105.6 MiB bd43823d31f6b5d0b2ca7b74151a8f98336ab0800be85f45bb591c9c26aac998
ghc_7.6.3-7.debian.tar.xz 41.0 KiB 03923b792fadd0c1cd5e3ab1c49aaf602a3f7a6d620e31737bda79b8a9f03b0f

Available diffs

No changes file available.

Binary packages built by this source

ghc: The Glasgow Haskell Compilation system

 The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
 Haskell.
 .
 Haskell is "the" standard lazy functional programming language. The language
 definition and additional documentation can be found in the `haskell-doc'
 package. Alternatively, there is an online version at
 http://haskell.org/onlinereport/.

ghc-doc: Documentation for the Glasgow Haskell Compilation system

 The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
 Haskell.
 .
 Haskell is "the" standard lazy functional programming language. The language
 definition and additional documentation can be found in the `haskell-doc'
 package. Alternatively, there is an online version at
 http://haskell.org/onlinereport/.
 .
 This package includes HTML, DVI and PS versions of the SGML-based
 documentation around GHC.

ghc-dynamic: Dynamic libraries for the Glasgow Haskell Compilation system

 The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
 Haskell.
 .
 Haskell is "the" standard lazy functional programming language. The language
 definition and additional documentation can be found in the `haskell-doc'
 package. Alternatively, there is an online version at
 http://haskell.org/onlinereport/.
 .
 This package has dynamically linkable, shared versions of the
 libraries included with GHC. Currently, they are available only on
 i386 and amd64 architectures.

ghc-haddock: Documentation tool for annotated Haskell source code

 Haddock is a tool for automatically generating documentation from
 annotated Haskell source code. It is primary intended for documenting
 libraries, but it should be useful for any kind of Haskell code.
 .
 Haddock lets you write documentation annotations next to the
 definitions of functions and types in the source code, in a syntax
 that is easy on the eye when writing the source code (no heavyweight
 mark-up). The documentation generated by Haddock is fully hyperlinked:
 click on a type name in a type signature to go straight to the
 definition, and documentation, for that type.
 .
 Haddock can generate documentation in multiple formats; currently HTML
 is implemented, and there is partial support for generating DocBook.
 .
 This package contains Haddock version 2.10.0.

ghc-prof: Profiling libraries for the Glasgow Haskell Compilation system

 The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
 Haskell.
 .
 Haskell is "the" standard lazy functional programming language. The language
 definition and additional documentation can be found in the `haskell-doc'
 package. Alternatively, there is an online version at
 http://haskell.org/onlinereport/.
 .
 This package contains additional profiling libraries. They are only needed,
 if you want to take a closer look on where exactly your program burns CPU
 cycles.