haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2

wip/yesman
Will Fancher 6 years ago
parent ff17dd2e11
commit a93c777c63
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

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

Loading…
Cancel
Save