Пакет ghc7.6.1: Информация

    Исходный пакет: ghc7.6.1
    Версия: 7.6.1-alt5
    Собран:  28 апреля 2013 г. 7:53
    Категория: Разработка/Haskell
    Сообщить об ошибке в пакете
    Домашняя страница: http://haskell.org/ghc/

    Лицензия: BSD style w/o adv. clause
    О пакете: Glasgow Haskell Compilation system
    Описание: 
    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/>.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    ghc7.6.1 (x86_64, i586)
    ghc7.6.1-debuginfo (x86_64, i586)
    ghc7.6.1-doc (noarch)

    Сопровождающий: Denis Smirnov

    Список участников:
    Dmitry V. Levin
    Denis Smirnov

      1. libncurses-devel
      2. docbook-dtds
      3. docbook-style-xsl
      4. libgmp-devel
      5. binutils-devel
      6. xsltproc
      7. libffi-devel
      8. ghc7.6.1
      9. libelf-devel

    Последнее изменение


    28 апреля 2013 г. Dmitry V. Levin 7.6.1-alt5
    - Added libffi-devel runtime requirement because ghc now
      unconditionally adds -lffi to linker options.
    27 апреля 2013 г. Dmitry V. Levin 7.6.1-alt4
    - Reintroduced libgmp-devel runtime requirement.
    26 апреля 2013 г. Dmitry V. Levin 7.6.1-alt3
    - Changed ghc defaults to use -fasm instead of -llvm.
    - Built ghc using gcc instead of llvm.
    - Fixed documentation packaging.
    - Built with system libffi.
    - Updated build dependencies.