mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-09 16:56:57 +00:00
haskellPackages.attoparsec: jailbreak because of new version of Quickcheck
This commit is contained in:
parent
59bc34d3e4
commit
8f6e4a3287
@ -1534,4 +1534,8 @@ self: super: {
|
|||||||
# Break out of overspecified constraint on QuickCheck.
|
# Break out of overspecified constraint on QuickCheck.
|
||||||
psqueues = doJailbreak super.psqueues;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
Loading…
Reference in New Issue
Block a user