Skip to content

Commit

Permalink
haskellPackages.semver-range: disable tests to get building
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout authored and peti committed Nov 20, 2020
1 parent 7525d3e commit 0ef0f83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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
5 changes: 0 additions & 5 deletions pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 0ef0f83

Please sign in to comment.