about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-11-27 20:16:01 +0100
committerPeter Simons <simons@cryp.to>2018-11-28 12:14:14 +0100
commitc340ab0f96f0f5fcaf046336589792343b4367b4 (patch)
treed29f855191c3d1991eb90ac3f9e8afd2c4387c30 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent39a4d1f3a993ecfdedaf2aa506c32c170c08985a (diff)
downloadnixlib-c340ab0f96f0f5fcaf046336589792343b4367b4.tar
nixlib-c340ab0f96f0f5fcaf046336589792343b4367b4.tar.gz
nixlib-c340ab0f96f0f5fcaf046336589792343b4367b4.tar.bz2
nixlib-c340ab0f96f0f5fcaf046336589792343b4367b4.tar.lz
nixlib-c340ab0f96f0f5fcaf046336589792343b4367b4.tar.xz
nixlib-c340ab0f96f0f5fcaf046336589792343b4367b4.tar.zst
nixlib-c340ab0f96f0f5fcaf046336589792343b4367b4.zip
haskell-fgl: update ghc-8.6.x build to latest version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix5
1 files changed, 1 insertions, 4 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 79cd85a7a9d6..9209144c780b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -50,6 +50,7 @@ self: super: {
   cassava-megaparsec = doJailbreak super.cassava-megaparsec;
   config-ini = doJailbreak super.config-ini;   # https://github.com/aisamanra/config-ini/issues/18
   contravariant = self.contravariant_1_5;
+  fgl = self.fgl_5_7_0_1;
   free = self.free_5_1;
   haddock-library = dontCheck super.haddock-library_1_7_0;
   HaTeX = doJailbreak super.HaTeX;
@@ -81,10 +82,6 @@ self: super: {
   # https://github.com/tibbe/unordered-containers/issues/214
   unordered-containers = dontCheck super.unordered-containers;
 
-  # https://github.com/haskell/fgl/issues/79
-  # https://github.com/haskell/fgl/issues/81
-  fgl = appendPatch (overrideCabal super.fgl (drv: { editedCabalFile = null; })) ./patches/fgl-monad-fail.patch;
-
   # Test suite does not compile.
   cereal = dontCheck super.cereal;
   data-clist = doJailbreak super.data-clist;  # won't cope with QuickCheck 2.12.x