haskellPackages.semver-range: disable tests to get building

wip/yesman
(cdep)illabout 4 years ago committed by Peter Simons
parent 7525d3eb07
commit 0ef0f83fbf
  1. 6
      pkgs/development/haskell-modules/configuration-common.nix
  2. 5
      pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix

@ -1425,4 +1425,10 @@ self: super: {
# 2020-11-17: persistent-test is ahead of the persistent version in stack
persistent-sqlite = dontCheck super.persistent-sqlite;
# The tests for semver-range need to be updated for the MonadFail change in
# ghc-8.8:
# https://github.com/adnelson/semver-range/issues/15
semver-range = dontCheck super.semver-range;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

@ -95,11 +95,6 @@ self: super: {
# https://github.com/kowainik/relude/issues/241
relude = dontCheck super.relude;
# The tests for semver-range need to be updated for the MonadFail change in
# ghc-8.8:
# https://github.com/adnelson/semver-range/issues/15
semver-range = dontCheck super.semver-range;
# The current version 2.14.2 does not compile with ghc-8.8.x or newer because
# of issues with Cabal 3.x.
darcs = dontDistribute super.darcs;

Loading…
Cancel
Save