about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-28 17:06:35 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:28 +0200
commit4f2edc2f5f6617af014c6529166fe9acdc1bb589 (patch)
tree35fef79f8df4ffcaf9bce408bae806634c33b5d6 /pkgs/development/haskell-modules
parenta921f77d9ef2e402937c4f739a39b77b6a330a11 (diff)
downloadnixlib-4f2edc2f5f6617af014c6529166fe9acdc1bb589.tar
nixlib-4f2edc2f5f6617af014c6529166fe9acdc1bb589.tar.gz
nixlib-4f2edc2f5f6617af014c6529166fe9acdc1bb589.tar.bz2
nixlib-4f2edc2f5f6617af014c6529166fe9acdc1bb589.tar.lz
nixlib-4f2edc2f5f6617af014c6529166fe9acdc1bb589.tar.xz
nixlib-4f2edc2f5f6617af014c6529166fe9acdc1bb589.tar.zst
nixlib-4f2edc2f5f6617af014c6529166fe9acdc1bb589.zip
haskell.packages.ghc881.haskell-src-exts: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix2
1 files changed, 1 insertions, 1 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 2209f5707323..602d633ee6ca 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -112,7 +112,7 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/zlib-0.6.2.patch";
     sha256 = "13fy730z9ihyc9kw3qkh642mi0bdbd7bz01dksj1zz845pr9jjif";
   });
-  haskell-src-exts = appendPatch super.haskell-src-exts_1_21_0 (pkgs.fetchpatch {
+  haskell-src-exts = appendPatch super.haskell-src-exts (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/haskell-src-exts-1.21.0.patch";
     sha256 = "0alb28hcsp774c9s73dgrajcb44vgv1xqfg2n5a9y2bpyngqscs3";
   });