about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-07 09:25:12 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-07 09:25:12 +0200
commit6b8223e634b1326f448b870351ae53a0607aa043 (patch)
treecc1754cc8e195a5b84bdadf0d01db22f73da25af /pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
parent43f71029cc6b18c1b4db4d01b35dbb30425c2f4e (diff)
parent1c3e3e081c22ba4dbf8f1b8cb31a55830596b838 (diff)
downloadnixlib-6b8223e634b1326f448b870351ae53a0607aa043.tar
nixlib-6b8223e634b1326f448b870351ae53a0607aa043.tar.gz
nixlib-6b8223e634b1326f448b870351ae53a0607aa043.tar.bz2
nixlib-6b8223e634b1326f448b870351ae53a0607aa043.tar.lz
nixlib-6b8223e634b1326f448b870351ae53a0607aa043.tar.xz
nixlib-6b8223e634b1326f448b870351ae53a0607aa043.tar.zst
nixlib-6b8223e634b1326f448b870351ae53a0607aa043.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index 54e3557736b8..4dd08bbd4333 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -102,6 +102,7 @@ self: super: {
   # Jailbreak to fix the build.
   aeson-diff = doJailbreak super.aeson-diff;
   brick = doJailbreak super.brick;
+  cabal-plan = doJailbreak super.cabal-plan;
   cborg = doJailbreak super.cborg;
   cborg-json = doJailbreak super.cborg-json;
   exact-pi = doJailbreak super.exact-pi;
@@ -126,13 +127,6 @@ self: super: {
   # Only 0.8 is compatible with ghc 8.10 https://hackage.haskell.org/package/apply-refact/changelog
   apply-refact = super.apply-refact_0_8_0_0;
 
-  # Apply patch to fix the build.
-  cabal-plan = appendPatch super.cabal-plan (pkgs.fetchpatch {
-    name = "cabal-plan-fix-for-ghc-8.10.x.patch";
-    url = "https://github.com/haskell-hvr/cabal-plan/pull/55.patch";
-    sha256 = "0lhs4vx5qg5ldhnyb9z7k0jmxhmd2f34x4xbwv6vsljs9vr02pd8";
-  });
-
   # https://github.com/commercialhaskell/pantry/issues/21
   pantry = appendPatch super.pantry (pkgs.fetchpatch {
     name = "add-cabal-3.2.x-support.patch";