haskellPackages.map-syntax: Jailbreak to fix build

main
Deniz Alp 2 years ago committed by Dennis Gosnell
parent 3c8b2c809b
commit 4fa49984b1
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 5
      pkgs/development/haskell-modules/configuration-common.nix

@ -69,6 +69,11 @@ self: super: {
# Once that's out we can re-enable version checks.
xmlhtml = doJailbreak super.xmlhtml;
# map-syntax has a restrictive upper bound on base, can be removed once
# > https://github.com/mightybyte/map-syntax/pull/14
# is released.
map-syntax = doJailbreak super.map-syntax;
# This test keeps being aborted because it runs too quietly for too long
Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2;

Loading…
Cancel
Save