Package ghc7.6.1: Information
Source package: ghc7.6.1
Version: 7.6.1-alt6.1
Build time: Dec 2, 2015, 04:14 AM in the task #154138
Category: Development/Haskell
Report package bugHome page: http://haskell.org/ghc/
License: BSD style w/o adv. clause
Summary: Glasgow Haskell Compilation system
Description:
Haskell is a standard lazy functional programming language; the current language version is Haskell 98, agreed in December 1998. GHC is a state-of-the-art programming suite for Haskell. Included is an optimising compiler generating good code for a variety of platforms, together with an interactive system for convenient, quick development. The distribution includes space and time profiling facilities, a large collection of libraries, and support for various language extensions, including concurrency, exceptions, and foreign language interfaces (C, C++, whatever). A wide variety of Haskell related resources (tutorials, libraries, specifications, documentation, compilers, interpreters, references, contact information, links to research groups) are available from the Haskell home page at <http://www.haskell.org/>.
List of RPM packages built from this SRPM:
ghc7.6.1 (x86_64, i586)
ghc7.6.1-common (noarch)
ghc7.6.1-debuginfo (x86_64, i586)
ghc7.6.1-doc (noarch)
rpm-macros-ghc7.6.1-common (noarch)
ghc7.6.1 (x86_64, i586)
ghc7.6.1-common (noarch)
ghc7.6.1-debuginfo (x86_64, i586)
ghc7.6.1-doc (noarch)
rpm-macros-ghc7.6.1-common (noarch)
Maintainer: Ivan Zakharyaschev
Last changed
Oct. 21, 2015 Ivan Zakharyaschev 7.6.1-alt6.1
- "ghc-pkg recache" went crazy without glibc-gconv-modules (ALT#31576); we workaround it for now without an investigation whether it's a Haskell lib or glibc which goes crazy. - Rearranged Reqs/Provs to make them more clear and to prepare for independent co-existence of several versions; not yet ready to make ghc7.6.1-common optional (it should be installed only to select the default GHC).
Oct. 20, 2015 Ivan Zakharyaschev 7.6.1-alt6
- Simplified the packaging of ghc7.6.1-common.
April 28, 2013 Dmitry V. Levin 7.6.1-alt5
- Added libffi-devel runtime requirement because ghc now unconditionally adds -lffi to linker options.