Merge pull request #48697 from ElvishJerricco/jailbreak-cabal-helper

haskellPackages.cabal-helper: Jailbreak restrictive bounds.
This commit is contained in:
Peter Simons 2018-11-02 20:42:42 +01:00 committed by GitHub
commit 82822c66e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1150,4 +1150,7 @@ self: super: {
# https://github.com/danfran/cabal-macosx/issues/13
cabal-macosx = dontCheck super.cabal-macosx;
# https://github.com/DanielG/cabal-helper/issues/59
cabal-helper = doJailbreak super.cabal-helper;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super