haskellPackages.nix-derivation: jailbreak for QuickCheck

This commit is contained in:
(cdep)illabout 2021-01-02 11:51:00 +09:00 committed by Peter Simons
parent 8f6e4a3287
commit 9de1b1b7ac

View file

@ -1538,4 +1538,8 @@ self: super: {
# https://github.com/haskell/attoparsec/pull/168
attoparsec = doJailbreak super.attoparsec;
# Break out of overspecified constraint on QuickCheck.
# https://github.com/Gabriel439/Haskell-Nix-Derivation-Library/pull/10
nix-derivation = doJailbreak super.nix-derivation;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super