haskellPackages.semver-range: disable tests to get building
This commit is contained in:
parent
7525d3eb07
commit
0ef0f83fbf
@ -1425,4 +1425,10 @@ self: super: {
|
|||||||
|
|
||||||
# 2020-11-17: persistent-test is ahead of the persistent version in stack
|
# 2020-11-17: persistent-test is ahead of the persistent version in stack
|
||||||
persistent-sqlite = dontCheck super.persistent-sqlite;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -95,11 +95,6 @@ self: super: {
|
|||||||
# https://github.com/kowainik/relude/issues/241
|
# https://github.com/kowainik/relude/issues/241
|
||||||
relude = dontCheck super.relude;
|
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
|
# The current version 2.14.2 does not compile with ghc-8.8.x or newer because
|
||||||
# of issues with Cabal 3.x.
|
# of issues with Cabal 3.x.
|
||||||
darcs = dontDistribute super.darcs;
|
darcs = dontDistribute super.darcs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user