summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-31 14:20:41 +0200
committerPeter Simons <simons@cryp.to>2015-03-31 14:21:09 +0200
commit9ce8d10daef3cae718aa22f6ebce079a00e255d6 (patch)
tree90c908f4e614dfb27e031f0c8088213222a4e9d4
parentbb383741583bbaff7180ed77530a62968d1eaddb (diff)
downloadnixlib-9ce8d10daef3cae718aa22f6ebce079a00e255d6.tar
nixlib-9ce8d10daef3cae718aa22f6ebce079a00e255d6.tar.gz
nixlib-9ce8d10daef3cae718aa22f6ebce079a00e255d6.tar.bz2
nixlib-9ce8d10daef3cae718aa22f6ebce079a00e255d6.tar.lz
nixlib-9ce8d10daef3cae718aa22f6ebce079a00e255d6.tar.xz
nixlib-9ce8d10daef3cae718aa22f6ebce079a00e255d6.tar.zst
nixlib-9ce8d10daef3cae718aa22f6ebce079a00e255d6.zip
haskell-cartel supports GHC 7.10.1 now.
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index ac5d80bbe5d5..fb58da83f341 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -107,7 +107,6 @@ self: super: {
   # but refused to do anything about it because he "doesn't want to
   # support a moving target". Go figure.
   barecheck = doJailbreak super.barecheck;
-  cartel = overrideCabal super.cartel (drv: { doCheck = false; patchPhase = "sed -i -e 's|base >= .*|base|' cartel.cabal"; });
 
   syb-with-class = appendPatch super.syb-with-class (pkgs.fetchpatch {
     url = "https://github.com/seereason/syb-with-class/compare/adc86a9...719e567.patch";