mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-HStringTemplate: jailbreak when building with ghc-8.8.x
This commit is contained in:
parent
27d01d7712
commit
da2e9d26ef
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user