haskell-ci: fix the build

wip/yesman
Peter Simons 4 years ago
parent adcd693c2c
commit 6e2198bd52
  1. 7
      pkgs/development/haskell-modules/configuration-common.nix

@ -1460,4 +1460,11 @@ self: super: {
# details.
cryptonite = dontCheck super.cryptonite;
# The test suite depends on an impure cabal-install installation
# in $HOME, which we don't have in our build sandbox.
cabal-install-parsers = dontCheck super.cabal-install-parsers;
# haskell-ci-0.8 needs cabal-install-parsers ==0.1, but we have 0.2.
haskell-ci = doJailbreak super.haskell-ci;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save