about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-07 12:14:14 +0200
committerPeter Simons <simons@cryp.to>2017-07-13 08:44:18 +0200
commit0ee5424ebfa7aa87f65fb58cd325536a024c09f8 (patch)
treed9568ecd2dbe8fdadd83af506d944f2c26f4a189 /pkgs/development
parentf980dbec97ddb8e518f3342ab0896ecda311c39f (diff)
downloadnixlib-0ee5424ebfa7aa87f65fb58cd325536a024c09f8.tar
nixlib-0ee5424ebfa7aa87f65fb58cd325536a024c09f8.tar.gz
nixlib-0ee5424ebfa7aa87f65fb58cd325536a024c09f8.tar.bz2
nixlib-0ee5424ebfa7aa87f65fb58cd325536a024c09f8.tar.lz
nixlib-0ee5424ebfa7aa87f65fb58cd325536a024c09f8.tar.xz
nixlib-0ee5424ebfa7aa87f65fb58cd325536a024c09f8.tar.zst
nixlib-0ee5424ebfa7aa87f65fb58cd325536a024c09f8.zip
haskell-doctest: remove obsolete jailbreak; ghc-8.2.x can build this package now
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
index 5794f05ebccc..2373fda66d24 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
@@ -66,7 +66,6 @@ self: super: {
   vector = super.vector_0_12_0_1;
 
   # Work around overly restrictive constraints on the version of 'base'.
-  doctest = doJailbreak super.doctest;
   ChasingBottoms = doJailbreak super.ChasingBottoms;
 
 }