haskellPackages.attoparsec: jailbreak because of new version of Quickcheck

This commit is contained in:
(cdep)illabout 2021-01-02 11:18:46 +09:00 committed by Peter Simons
parent 59bc34d3e4
commit 8f6e4a3287

View file

@ -1534,4 +1534,8 @@ self: super: {
# Break out of overspecified constraint on QuickCheck.
psqueues = doJailbreak super.psqueues;
# Break out of overspecified constraint on QuickCheck.
# https://github.com/haskell/attoparsec/pull/168
attoparsec = doJailbreak super.attoparsec;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super