haskellPackages.attoparsec: jailbreak because of new version of Quickcheck
This commit is contained in:
parent
59bc34d3e4
commit
8f6e4a3287
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue