hackage-packages.nix: re-generate from Hackage 2015-01-18T10:18:52+0100

This commit is contained in:
Peter Simons
2015-01-18 12:58:31 +01:00
parent de9f27b07d
commit 8c833f2a12
2 changed files with 195 additions and 75 deletions
@@ -117,9 +117,6 @@ self: super: {
# https://github.com/haskell/vector/issues/47
vector = if pkgs.stdenv.isi686 then appendConfigureFlag super.vector "--ghc-options=-msse2" else super.vector;
# https://github.com/haskell/pretty/issues/17
pretty_1_1_2_0 = dontCheck super.pretty_1_1_2_0;
# Does not compile: <http://hydra.cryp.to/build/469842/nixlog/1/raw>.
base_4_7_0_2 = markBroken super.base_4_7_0_2;