@hackage / cabal-install-ghc74

Temporary version of cabal-install for ghc-7.4

Version Deprecated package0.10.4

About

Metadata

  • Last updated , by AndreasAbel
  • License BSD-3-Clause
  • Categories Package Distribution
  • Maintained by: Andreas Abel <andreas.abel@ifi.lmu.de>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable flags

    old-base (off by default)

    Old, monolithic base

    bytestring-in-base (on by default)

Readme

This is a naive adaption of cabal-install-ghc72 for ghc 7.4.1. Don't complain if it does not work for you.

The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs.

cabal-install-0.10.2 does not build with the packages that come with ghc-7.4. This package is a copy of cabal-install-0.10.2 with dependency version changes made in the cabal file and the bootstrap.sh file to be compatible with ghc-7.4 packages. Thanks to beastaugh on github for describing these changes at https://gist.github.com/1169332. This package will be removed once a new version of cabal-install comes out that is compatible with the next version of ghc, 7.4.

Known bug: cabal sdist does not work with the version. You must build your own source package using tar czf.