This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 28 Nov, 2008 1 commit
-
-
Duncan Coutts authored
Rather than encoding them in existing constructors. This will enable us to check that uses of the new syntax are flagged in .cabal files with cabal-version: >= 1.6
-
- 23 Nov, 2008 5 commits
-
-
Duncan Coutts authored
Yes, LHC really does use ghc-pkg (with a different package.conf)
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
So it uses libdir=$prefix/lib rather than libdir=/usr/local/lib
-
Duncan Coutts authored
-
- 22 Nov, 2008 6 commits
-
-
Duncan Coutts authored
-
gwern0 authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Support for LHC is the first divergence between 1.7 and the stable 1.6.x series.
-
Duncan Coutts authored
-
David Himmelstrup authored
-
- 21 Nov, 2008 1 commit
-
-
David Himmelstrup authored
-
- 06 Nov, 2008 1 commit
-
-
Thomas Schilling authored
On newer GHCs using {-# OPTIONS_GHC -fffi #-} gives a warning which can lead to a compile failure when -Werror is activated. We therefore emit this option if we know that the LANGUAGE pragma is supported (ghc >= 6.6.1).
-
- 03 Nov, 2008 1 commit
-
-
Duncan Coutts authored
Fixes ticket #389
-
- 01 Nov, 2008 2 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
This happened when the lib used pkg-config but the exe did not. It cropped up in hsSqlite3-0.0.5.
-
- 19 Oct, 2008 1 commit
-
-
Ian Lynagh authored
-
- 17 Oct, 2008 1 commit
-
-
Duncan Coutts authored
Variant on a patch from Bryan O'Sullivan
-
- 11 Oct, 2008 5 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Avoid chicken and egg problem. We cannot upload Cabsl-1.6 to hackage until hackage is using Cabal-1.6 if it uses features that are introduced in 1.6. So just comment them out for now.
-
Duncan Coutts authored
Makes it possible for alex and happy to work with cabal-1.2 -> 1.6
-
Duncan Coutts authored
-
- 10 Oct, 2008 7 commits
-
-
Duncan Coutts authored
Building the haddock docs requires building first. Arguably this is a Cabal bug. It should probably generate the "autogen" files for haddock and not just for build.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
It did not actually contain any release notes and just duplicated information in the README which was confusing.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
The ',' character is not used as a separator and is allowed within flag tokens. Fixes at least HsPerl5.
-
- 09 Oct, 2008 5 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
To make easier to track recent Cabal / cabal-install changes
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Do it by just filtering that module out of the package description before running sdist etc. This isn't lovely because it steals that module name from the module namespace but at least it now works. Thanks to Jean-Philippe Bernardy for the first iteration of this patch.
-
- 08 Oct, 2008 2 commits
-
-
Duncan Coutts authored
Hopefully we can figure out a better fix for recent cygwin versions of xargs which are apparently broken. rolling back: Wed Oct 8 08:44:10 PDT 2008 Clemens Fruhwirth <clemens@endorphin.org> * Also respect the max. command line size in Makefile driven builds M ./Distribution/Simple/GHC.hs -7 +13 M ./Distribution/Simple/GHC/Makefile.hs -1 +1 M ./Distribution/Simple/GHC/Makefile.in -1 +1
-
Clemens Fruhwirth authored
-
- 07 Oct, 2008 2 commits
-
-
Simon Marlow authored
-
Duncan Coutts authored
Thanks to Dimitry and Ross for identifying the problem.
-