haskellPackages.nix-derivation: jailbreak for QuickCheck

wip/yesman
(cdep)illabout 3 years ago committed by Peter Simons
parent 8f6e4a3287
commit 9de1b1b7ac
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -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

Loading…
Cancel
Save