Skip to content

Commit

Permalink
haskellPackages.cabal-helper: Jailbreak restrictive bounds. [Fixes Ni…
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvishJerricco committed Oct 19, 2018
1 parent bd4b8a4 commit 2ebc303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1159,4 +1159,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

0 comments on commit 2ebc303

Please sign in to comment.