summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-02-09 21:28:20 +0100
committerPeter Simons <simons@cryp.to>2016-02-15 19:06:03 +0100
commit3906a32bda60d0313297a5d172bdff07adceb843 (patch)
tree7cbf12e8efd9dab62b8411336a76a3c73f2dd24f /pkgs
parent8d0219c6ef3d28fe00bfb29fdf5dab862c3325a3 (diff)
downloadnixpkgs-3906a32bda60d0313297a5d172bdff07adceb843.tar
nixpkgs-3906a32bda60d0313297a5d172bdff07adceb843.tar.gz
nixpkgs-3906a32bda60d0313297a5d172bdff07adceb843.tar.bz2
nixpkgs-3906a32bda60d0313297a5d172bdff07adceb843.tar.lz
nixpkgs-3906a32bda60d0313297a5d172bdff07adceb843.tar.xz
nixpkgs-3906a32bda60d0313297a5d172bdff07adceb843.tar.zst
nixpkgs-3906a32bda60d0313297a5d172bdff07adceb843.zip
haskell-QuickCheck: drop obsolete override for ghc-8.0.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
index f6e00bad49a..2c1c825af53 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
@@ -40,9 +40,6 @@ self: super: {
   # jailbreak-cabal can use the native Cabal library.
   jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; };
 
-  # Older versions of QuickCheck don't support our version of Template Haskell.
-  QuickCheck = self.QuickCheck_2_8_2;
-
   # https://github.com/hspec/HUnit/issues/7
   HUnit = dontCheck super.HUnit;