This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Oct 27, 2016
-
-
Alex Biehl authored
Convenience for `stack build`.
-
- Oct 08, 2016
-
-
quchen authored
The hackage-security dependency in stack.yaml (0.5.2.1) is incompatible with what cabal-install requires (>=0.5.2.2). Bumping the version to that lower bound resolves the issue.
-
- Sep 01, 2016
-
-
ttuegel authored
-
- Aug 04, 2016
-
-
ttuegel authored
The external zlib package is required to build the zlib Haskell library. This change will not affect Stack-using developers who do not have Nix integration enabled globally. This change will not affect non-Stack-using developers at all.
-
- Jun 30, 2016
-
-
Oleg Grenrus authored
-
- Jun 28, 2015
-
-
Dan Burton authored
-
- Jun 23, 2015
-
-
Michael Snoyman authored
I needed this when building cabal.exe for MinGHC (see: https://github.com/fpco/minghc/issues/69). I thought others might find this useful, especially for the use case of bootstrapping cabal development. I went the direction of no curation and explicit packages in the extra-deps, as I thought that would make more sense for a project low on the dependency chain, but this could certainly be tweaked to use LTS Haskell or Stackage Nightly instead.
-