haskell: jailbreak some packages to fix builds in LTS 7.x

wip/yesman
Peter Simons 8 years ago
parent e9d7f0d945
commit 82d32feda9
  1. 6
      pkgs/development/haskell-modules/configuration-common.nix

@ -1019,4 +1019,10 @@ self: super: {
# https://github.com/fpco/store/issues/77
store = dontCheck super.store;
# https://github.com/bmillwood/applicative-quoters/issues/6
applicative-quoters = doJailbreak super.applicative-quoters;
# https://github.com/vshabanov/HsOpenSSL/issues/11
HsOpenSSL = doJailbreak super.HsOpenSSL;
}

Loading…
Cancel
Save