summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-07-01 22:26:09 +0200
committerPeter Simons <simons@cryp.to>2018-07-02 11:29:10 +0200
commit0b36a94ed49214cdcfd5798b0455d417fc5f5cd4 (patch)
tree2dd8c5b0168292a73441a677d00ef186f3b76180 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent065c936863ca4b184334770529cd3b181b8b94e3 (diff)
downloadnixlib-0b36a94ed49214cdcfd5798b0455d417fc5f5cd4.tar
nixlib-0b36a94ed49214cdcfd5798b0455d417fc5f5cd4.tar.gz
nixlib-0b36a94ed49214cdcfd5798b0455d417fc5f5cd4.tar.bz2
nixlib-0b36a94ed49214cdcfd5798b0455d417fc5f5cd4.tar.lz
nixlib-0b36a94ed49214cdcfd5798b0455d417fc5f5cd4.tar.xz
nixlib-0b36a94ed49214cdcfd5798b0455d417fc5f5cd4.tar.zst
nixlib-0b36a94ed49214cdcfd5798b0455d417fc5f5cd4.zip
hledger: fix ghc-8.2.x build of the new 1.10 version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 736be056e0e7..45b0d768a22f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -429,10 +429,4 @@ self: super: {
 
   lambdabot-core = appendPatch super.lambdabot-core ./patches/lambdabot-core-ghc-8.4.x-fix.patch;
 
-  # Version 1.9.1 excludes base-compat 0.10.x for the benefit of older
-  # compilers, but ghc 8.4.x works fine with the new version.
-  hledger-lib = doJailbreak super.hledger-lib;
-  hledger = doJailbreak super.hledger;
-  hledger-ui = doJailbreak super.hledger-ui;
-
 }