ghc 7.6.3-8 source package in Ubuntu
Changelog
ghc (7.6.3-8) unstable; urgency=medium * Apply a4b1a435 from upstream, to fix building on 64 big endian platforms such as s390x. Thanks to Aurelien Jarno for pointing out the fix. Closes: #740144 -- Joachim Breitner <email address hidden> Mon, 03 Mar 2014 09:12:47 +0100
Upload details
- Uploaded by:
- Debian Haskell Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any all
- Section:
- haskell
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ghc_7.6.3-8.dsc | 1.6 KiB | 638936994b530f2ac3cdff4eaebea5d83aae801400b4e92267fcab2559c9241d |
ghc_7.6.3.orig.tar.bz2 | 105.6 MiB | bd43823d31f6b5d0b2ca7b74151a8f98336ab0800be85f45bb591c9c26aac998 |
ghc_7.6.3-8.debian.tar.xz | 42.1 KiB | 2f6b4061ede599dc00123675f280836db23069223246f105f3f5d29ebf65a32b |
Available diffs
- diff from 7.6.3-7 to 7.6.3-8 (1.6 KiB)
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/onlinerepor t/.
- 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/onlinerepor t/.
.
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/onlinerepor t/.
.
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/onlinerepor t/.
.
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.