summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorChuck <chuck@intelligence.org>2020-04-02 18:09:34 -0700
committerPeter Simons <simons@cryp.to>2020-04-03 22:00:30 +0200
commitdec9ac364a4e894662e4f1895eb014bdb8abbd8f (patch)
tree70c54c34ac8e35a0b3bc189aae990cac7a2ac5c9 /pkgs/development/haskell-modules/configuration-common.nix
parentf660d6ec3dea443982f27152be672659ca3c7d1f (diff)
downloadnixpkgs-dec9ac364a4e894662e4f1895eb014bdb8abbd8f.tar
nixpkgs-dec9ac364a4e894662e4f1895eb014bdb8abbd8f.tar.gz
nixpkgs-dec9ac364a4e894662e4f1895eb014bdb8abbd8f.tar.bz2
nixpkgs-dec9ac364a4e894662e4f1895eb014bdb8abbd8f.tar.lz
nixpkgs-dec9ac364a4e894662e4f1895eb014bdb8abbd8f.tar.xz
nixpkgs-dec9ac364a4e894662e4f1895eb014bdb8abbd8f.tar.zst
nixpkgs-dec9ac364a4e894662e4f1895eb014bdb8abbd8f.zip
darcs: Fix build (Use old GHC)
This is fixed at upstream's head; this change can be reverted after
darcs cuts a new release (current release is 2.14.2).
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 23853787b9c..9c3b99f3525 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1498,4 +1498,8 @@ self: super: {
     # version of Polysemy the plugin goes with
     polysemy = self.polysemy_1_3_0_0;
   };
+
+  # Fixed at head, but hasn't cut a release in awhile.
+  darcs = doJailbreak super.darcs;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super