dhall: document proposed idea upstream to solve `dontCheck`

M  pkgs/development/haskell-modules/configuration-common.nix
wip/yesman
Anton-Latukha 4 years ago committed by Peter Simons
parent c9b67ee802
commit c07cca0a27
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save