From a93c777c63b2bf7900209b7a2700649dd5f565e7 Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Thu, 18 Oct 2018 19:12:01 -0400 Subject: haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e59e4a67269d..e05f19609ea3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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 -- cgit 1.4.1