haskell-policeman: jailbreak with all compilers to fix the overspecified constraint on relude

wip/yesman
Peter Simons 4 years ago
parent 876952da7d
commit 05530585af
  1. 5
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix

@ -1474,9 +1474,12 @@ self: super: {
# 2020-06-24: Tests are broken in hackage distribution.
# See: https://github.com/kowainik/stan/issues/316
stan = dontCheck super.stan;
# 2020-06-24: Tests are broken in hackage distribution.
# See: https://github.com/robstewart57/rdf4h/issues/39
rdf4h = dontCheck super.rdf4h;
# https://github.com/kowainik/policeman/issues/57
policeman = doJailbreak super.policeman;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

@ -105,7 +105,6 @@ self: super: {
cborg = doJailbreak super.cborg;
cborg-json = doJailbreak super.cborg-json;
exact-pi = doJailbreak super.exact-pi;
policeman = doJailbreak super.policeman;
relude = dontCheck (doJailbreak super.relude);
serialise = doJailbreak super.serialise;
setlocale = doJailbreak super.setlocale;

Loading…
Cancel
Save