summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-14 21:27:06 +0100
committerPeter Simons <simons@cryp.to>2015-01-15 10:15:11 +0100
commitee158bf659700a94363c444d7fb977dec58fc6fa (patch)
treedca28a142f38d001d2be597b3e6377ad12bc97e0 /pkgs/development/haskell-modules/configuration-common.nix
parent5bb103b4b261a3eca3d014fd651abe0ce37c6986 (diff)
downloadnixpkgs-ee158bf659700a94363c444d7fb977dec58fc6fa.tar
nixpkgs-ee158bf659700a94363c444d7fb977dec58fc6fa.tar.gz
nixpkgs-ee158bf659700a94363c444d7fb977dec58fc6fa.tar.bz2
nixpkgs-ee158bf659700a94363c444d7fb977dec58fc6fa.tar.lz
nixpkgs-ee158bf659700a94363c444d7fb977dec58fc6fa.tar.xz
nixpkgs-ee158bf659700a94363c444d7fb977dec58fc6fa.tar.zst
nixpkgs-ee158bf659700a94363c444d7fb977dec58fc6fa.zip
Cabal-1.18.x: remove unnecessary jailbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9aa3ad849c7..3243f2b1b06 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -5,7 +5,7 @@ with import ./lib.nix { inherit pkgs; };
 self: super: {
 
   # Some packages need a non-core version of Cabal.
-  Cabal_1_18_1_6 = doJailbreak (dontCheck super.Cabal_1_18_1_6);
+  Cabal_1_18_1_6 = dontCheck super.Cabal_1_18_1_6;
   Cabal_1_20_0_3 = doJailbreak (dontCheck super.Cabal_1_20_0_3);
   Cabal_1_22_0_0 = dontCheck super.Cabal_1_22_0_0;
   cabal-install = dontCheck (super.cabal-install.override { Cabal = self.Cabal_1_22_0_0; });