aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-18 15:13:27 +0000
committerPeter Simons <simons@cryp.to>2019-09-22 13:43:09 +0200
commitda2e9d26ef8383f0c170e39e0ca444fa89f4d52a (patch)
treefa53b5322c4da06c37e4247a87d210b5cab3db0b /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent27d01d77129af6ee19547fdfd9c7af7fc22bebe1 (diff)
haskell-HStringTemplate: jailbreak when building with ghc-8.8.x
Diffstat (limited to '')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 41925d89550..9e613c6f933 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -163,4 +163,8 @@ self: super: {
url = "https://github.com/simonmar/alex/commit/deaae6eddef5186bfd0e42e2c3ced39e26afa4d6.patch";
sha256 = "1v40gmnw4lqyk271wngdwz8whpfdhmza58srbkka8icwwwrck3l5";
});
+
+ # break out of 'time >=1.4.2 && <1.9'
+ HStringTemplate = doJailbreak super.HStringTemplate;
+
}