3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/haskell-modules
Peter Simons 0e6fd630a4 hackage-packages.nix: drop hard-coded configureFlags and add automatic jailbreaks
The new version of hackage2nix adds an automatic jailbreak=true attribute to
all builds that are known to fail because of unsatisfied dependency version
constraints. Of course, hackage2nix is only able to detect these problems for
the default package set -- "haskellngPackages" -- that's built with GHC 7.8.4.
It cannot know problems that might arise if you build a package with a
different version of GHC, which comes with different versions of the core
libraries. This change "fixed" 806 builds: http://hydra.cryp.to/eval/85620.

Please pay attention to possible jailbreaks when reporting build errors
upstream! If a build was run with jailbreaking enabled, the build log says

 | Running jailbreak-cabal to lift version restrictions on build inputs.

at the very top. Upstream bug reports about build errors should contain that
information, i.e. the package author should know that you're building with
different (newer!) library versions than they're specifying.

Furthermore, build expressions no longer contain an explicit list of every
Cabal flag setting. Instead, we trust that Cabal figures out an appropriate
configuration at build time. This makes the build expressions more space to
adapt to different configuration at the cost of being slightly less
deterministic.
2015-01-15 10:15:13 +01:00
..
compat-layer.nix
configuration-common.nix Cabal-1.18.x: remove unnecessary jailbreak 2015-01-15 10:15:11 +01:00
configuration-ghc-7.6.x.nix jailbreak-cabal: build with Cabal 1.18.x on GHC 7.6.x 2015-01-15 10:15:11 +01:00
configuration-ghc-7.8.x.nix ghc: revert "propagate 'gmp' and 'ncurses' to ensure users can link the 'haskeline' library, etc." 2015-01-14 22:24:33 +01:00
configuration-ghc-7.9.x.nix Update hackage-packages 2015-01-13 08:55:02 -05:00
configuration-ghcjs.nix pkgs/development/haskell-modules/lib.nix: add funky helper function for overriding 2015-01-10 23:36:59 +01:00
default.nix haskell-generic-builder: use cpphs pre-processor by default on Darwin 2015-01-13 22:33:17 +01:00
generic-builder.nix ghc: revert "propagate 'gmp' and 'ncurses' to ensure users can link the 'haskeline' library, etc." 2015-01-14 22:24:33 +01:00
ghc-paths-nix.patch
hackage-packages.nix hackage-packages.nix: drop hard-coded configureFlags and add automatic jailbreaks 2015-01-15 10:15:13 +01:00
lib.nix haskell-ng: add more tools to our help function library 2015-01-13 12:44:53 +01:00
with-packages-wrapper.nix haskell-generic-builder: simplify "package.conf.d" management 2015-01-10 15:55:47 +01:00