summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-04-10 21:27:47 +0200
committerPeter Simons <simons@cryp.to>2020-04-10 21:27:47 +0200
commit0eb4bfa5fb841df6581470b25e1b2ffecb31ae86 (patch)
treef2a9aca5b4df8db7b8bcf6aa712718ba1f54d759 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent556367eb12cfceaf78c9e6b68cb7b197d4087a84 (diff)
downloadnixpkgs-0eb4bfa5fb841df6581470b25e1b2ffecb31ae86.tar
nixpkgs-0eb4bfa5fb841df6581470b25e1b2ffecb31ae86.tar.gz
nixpkgs-0eb4bfa5fb841df6581470b25e1b2ffecb31ae86.tar.bz2
nixpkgs-0eb4bfa5fb841df6581470b25e1b2ffecb31ae86.tar.lz
nixpkgs-0eb4bfa5fb841df6581470b25e1b2ffecb31ae86.tar.xz
nixpkgs-0eb4bfa5fb841df6581470b25e1b2ffecb31ae86.tar.zst
nixpkgs-0eb4bfa5fb841df6581470b25e1b2ffecb31ae86.zip
darcs: don't try to build the package with ghc-8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix5
1 files changed, 5 insertions, 0 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 8b38f8cef74..4c2f12b594f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -91,4 +91,9 @@ self: super: {
   # ghc-8.8:
   # https://github.com/adnelson/semver-range/issues/15
   semver-range = dontCheck super.semver-range;
+
+  # The current version 2.14.2 does not compile with ghc-8.8.x or newer because
+  # of issues with Cabal 3.x.
+  darcs = dontDistribute super.darcs;
+
 }