forked from mirrors/nixpkgs
dhall: document proposed idea upstream to solve dontCheck
M pkgs/development/haskell-modules/configuration-common.nix
This commit is contained in:
parent
c9b67ee802
commit
c07cca0a27
|
@ -1024,7 +1024,8 @@ self: super: {
|
|||
# Test has either build errors or fails anyway, depending on the compiler.
|
||||
vector-algorithms = dontCheck super.vector-algorithms;
|
||||
|
||||
# The test suite attempts to use the network.
|
||||
# 2020-06-04: HACK: dontCheck - The test suite attempts to use the network.
|
||||
# Should be solved when: https://github.com/dhall-lang/dhall-haskell/issues/1837
|
||||
dhall = generateOptparseApplicativeCompletion "dhall" (dontCheck super.dhall);
|
||||
|
||||
# Missing test files in source distribution, fixed once 1.4.0 is bumped
|
||||
|
|
Loading…
Reference in a new issue