about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 11:27:16 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commit5891201db268309898ac9680ec309fba11c56441 (patch)
tree7fc7c31d48568f30eb12943d20abffae536baefc /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent79f5e5d36579a71826ee0bb7ebf27ae316b78ac3 (diff)
downloadnixlib-5891201db268309898ac9680ec309fba11c56441.tar
nixlib-5891201db268309898ac9680ec309fba11c56441.tar.gz
nixlib-5891201db268309898ac9680ec309fba11c56441.tar.bz2
nixlib-5891201db268309898ac9680ec309fba11c56441.tar.lz
nixlib-5891201db268309898ac9680ec309fba11c56441.tar.xz
nixlib-5891201db268309898ac9680ec309fba11c56441.tar.zst
nixlib-5891201db268309898ac9680ec309fba11c56441.zip
haskell-ledger-lib: jailbreak to fix build with ghc-8.6.1
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index e87880f05cd5..9181dc6f0c61 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -51,6 +51,7 @@ self: super: {
   contravariant = self.contravariant_1_5;
   free = self.free_5_1;
   haddock-library = dontCheck super.haddock-library_1_7_0;
+  hledger-lib = doJailbreak super.hledger-lib;
   hpack = self.hpack_0_31_0;
   hslua = self.hslua_1_0_1;
   hslua-module-text = self.hslua-module-text_0_2_0;