3
0
Fork 0
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:
Anton-Latukha 2020-06-05 01:24:10 +03:00 committed by Peter Simons
parent c9b67ee802
commit c07cca0a27

View file

@ -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