Merge pull request #48690 from ElvishJerricco/dont-check-cabal-macosx

haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2
This commit is contained in:
Ryan Mulligan 2018-10-18 17:53:39 -07:00 committed by GitHub
commit 9ebba0fa6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1156,4 +1156,7 @@ self: super: {
# https://github.com/yesodweb/yesod/issues/1563
yesod-core = dontCheck super.yesod-core;
# https://github.com/danfran/cabal-macosx/issues/13
cabal-macosx = dontCheck super.cabal-macosx;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super