summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 12:16:12 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:23 +0200
commit6c2f00e4e5bf23caff5ea104040a3998a9a2a163 (patch)
tree0cb595856fda07e0238e7a694d32cf6e47e0c320 /pkgs/development/haskell-modules
parent0fdbed7f53cff6bd932f2f0d266b04c4c58bdb25 (diff)
downloadnixlib-6c2f00e4e5bf23caff5ea104040a3998a9a2a163.tar
nixlib-6c2f00e4e5bf23caff5ea104040a3998a9a2a163.tar.gz
nixlib-6c2f00e4e5bf23caff5ea104040a3998a9a2a163.tar.bz2
nixlib-6c2f00e4e5bf23caff5ea104040a3998a9a2a163.tar.lz
nixlib-6c2f00e4e5bf23caff5ea104040a3998a9a2a163.tar.xz
nixlib-6c2f00e4e5bf23caff5ea104040a3998a9a2a163.tar.zst
nixlib-6c2f00e4e5bf23caff5ea104040a3998a9a2a163.zip
haskell-fgl: ignore the new cabal revision published on Hackage
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 6695758328ae..935b4d6d9daf 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -81,7 +81,7 @@ self: super: {
 
   # https://github.com/haskell/fgl/issues/79
   # https://github.com/haskell/fgl/issues/81
-  fgl = appendPatch super.fgl ./patches/fgl-monad-fail.patch;
+  fgl = appendPatch (overrideCabal super.fgl (drv: { editedCabalFile = null; })) ./patches/fgl-monad-fail.patch;
 
   # Test suite does not compile.
   cereal = dontCheck super.cereal;