summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLuc Tielen <luc.tielen@kabisa.nl>2019-09-16 13:48:29 +0200
committerPeter Simons <simons@cryp.to>2019-09-18 19:36:58 +0200
commit230565a8593194cbcffa780f4521398eaa57925a (patch)
tree50caa76d15a8d8e516d76489ce0068637bab528e /pkgs
parent1135dd3e23835a4fa3287911d3dcd3e546ce596a (diff)
downloadnixpkgs-230565a8593194cbcffa780f4521398eaa57925a.tar
nixpkgs-230565a8593194cbcffa780f4521398eaa57925a.tar.gz
nixpkgs-230565a8593194cbcffa780f4521398eaa57925a.tar.bz2
nixpkgs-230565a8593194cbcffa780f4521398eaa57925a.tar.lz
nixpkgs-230565a8593194cbcffa780f4521398eaa57925a.tar.xz
nixpkgs-230565a8593194cbcffa780f4521398eaa57925a.tar.zst
nixpkgs-230565a8593194cbcffa780f4521398eaa57925a.zip
haskell.packages.ghc881.cabal-doctest: fix build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 1cfe150c600..1f7bcc6e95e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -74,15 +74,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/vector-th-unbox-0.2.1.6.patch";
     sha256 = "0169yf9ms1g5mmkc5l6hpffzm34zdrqdng4df02nbdmfgba45h19";
   });
-  cabal-doctest = overrideSrc (doJailbreak super.cabal-doctest) {
-    version = "1.0.7";
-    src = pkgs.fetchFromGitHub {
-      owner = "phadej";
-      repo = "cabal-doctest";
-      rev = "5abe80fe4ef2eca337bad719d957a0fe1b571392";
-      sha256 = "08040fjkdlg7ll3jrc7xpbn0ca6y22zlvngnz1inh511f4wvq80d";
-    };
-  };
   regex-base = overrideCabal (appendPatch super.regex-base (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-base-0.93.2.patch";
     sha256 = "01d1plrdx6hcspwn2h6y9pyi5366qk926vb5cl5qcl6x4m23l6y1";