summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-head.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-01-11 13:37:12 +0100
committerPeter Simons <simons@cryp.to>2017-01-15 17:03:32 +0100
commitbdad3a69fe52d42d67debac47548df7f24480cc9 (patch)
tree1634234cf0d44c9f1ae70714e117e06b69ecc0cb /pkgs/development/haskell-modules/configuration-ghc-head.nix
parenta37e0866f381f00bc1b1448d2e49b719c59420a7 (diff)
downloadnixlib-bdad3a69fe52d42d67debac47548df7f24480cc9.tar
nixlib-bdad3a69fe52d42d67debac47548df7f24480cc9.tar.gz
nixlib-bdad3a69fe52d42d67debac47548df7f24480cc9.tar.bz2
nixlib-bdad3a69fe52d42d67debac47548df7f24480cc9.tar.lz
nixlib-bdad3a69fe52d42d67debac47548df7f24480cc9.tar.xz
nixlib-bdad3a69fe52d42d67debac47548df7f24480cc9.tar.zst
nixlib-bdad3a69fe52d42d67debac47548df7f24480cc9.zip
jailbreak-cabal: fix reference in ghc-HEAD overrides
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-head.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-head.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix
index c6fcf0bff07a..f093c0e427e8 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-head.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix
@@ -35,7 +35,7 @@ self: super: {
   xhtml = null;
 
   # jailbreak-cabal can use the native Cabal library.
-  jailbreak-cabal = super.jailbreak-cabal_1_3_2.override { Cabal = null; };
+  jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; };
 
   # haddock: No input file(s).
   nats = dontHaddock super.nats;