haskell-policeman: jailbreak with all compilers to fix the overspecified constraint on relude
This commit is contained in:
parent
876952da7d
commit
05530585af
@ -1479,4 +1479,7 @@ self: super: {
|
|||||||
# See: https://github.com/robstewart57/rdf4h/issues/39
|
# See: https://github.com/robstewart57/rdf4h/issues/39
|
||||||
rdf4h = dontCheck super.rdf4h;
|
rdf4h = dontCheck super.rdf4h;
|
||||||
|
|
||||||
|
# https://github.com/kowainik/policeman/issues/57
|
||||||
|
policeman = doJailbreak super.policeman;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -105,7 +105,6 @@ self: super: {
|
|||||||
cborg = doJailbreak super.cborg;
|
cborg = doJailbreak super.cborg;
|
||||||
cborg-json = doJailbreak super.cborg-json;
|
cborg-json = doJailbreak super.cborg-json;
|
||||||
exact-pi = doJailbreak super.exact-pi;
|
exact-pi = doJailbreak super.exact-pi;
|
||||||
policeman = doJailbreak super.policeman;
|
|
||||||
relude = dontCheck (doJailbreak super.relude);
|
relude = dontCheck (doJailbreak super.relude);
|
||||||
serialise = doJailbreak super.serialise;
|
serialise = doJailbreak super.serialise;
|
||||||
setlocale = doJailbreak super.setlocale;
|
setlocale = doJailbreak super.setlocale;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user