From c07cca0a27cb37573366af867282d673ac7c8cb7 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Fri, 5 Jun 2020 01:24:10 +0300 Subject: dhall: document proposed idea upstream to solve `dontCheck` M pkgs/development/haskell-modules/configuration-common.nix --- pkgs/development/haskell-modules/configuration-common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index efd8fc713d71..81312581bd17 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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 -- cgit 1.4.1