This commit is contained in:
Ryan Trinkle 2014-08-27 12:14:42 -04:00
parent 6f2b53400d
commit 00b108871d

View File

@ -31,17 +31,10 @@
extension = self: super: {
noHaddock = true;
hyperlinkSource = false;
};
};
# Temporary workaround for https://github.com/NixOS/nixpkgs/issues/3540
systemFileio = super.systemFileio.override {
cabal = super.cabal.override {
extension = self: super: {
doCheck = false;
};
};
};
});
ghc763Prefs = self : super : ghc783Prefs self super // {