hackage-packages.nix: re-generate from Hackage 2015-01-23T19:42:33+0100

This commit is contained in:
Peter Simons
2015-01-23 21:32:19 +01:00
parent 37f1938f5c
commit 52f4b0d344
2 changed files with 31 additions and 31 deletions
@@ -327,9 +327,6 @@ self: super: {
xcffib = dontCheck super.xcffib;
xsd = dontCheck super.xsd;
# https://github.com/athanclark/dag/issues/2
dag = addBuildTool super.dag self.Cabal_1_22_0_0; # http://hydra.cryp.to/build/498554/log/raw
# The build fails with the most recent version of c2hs.
ncurses = super.ncurses.override { c2hs = self.c2hs_0_20_1; };