about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorAnton-Latukha <anton.latukha@gmail.com>2020-06-05 01:24:10 +0300
committerPeter Simons <simons@cryp.to>2020-06-05 21:58:25 +0200
commitc07cca0a27cb37573366af867282d673ac7c8cb7 (patch)
tree1a165975efb4e2271344655a3d8ce61a559f3d62 /pkgs/development/haskell-modules/configuration-common.nix
parentc9b67ee802360d33c617cce8ea5501f6c2b60396 (diff)
downloadnixlib-c07cca0a27cb37573366af867282d673ac7c8cb7.tar
nixlib-c07cca0a27cb37573366af867282d673ac7c8cb7.tar.gz
nixlib-c07cca0a27cb37573366af867282d673ac7c8cb7.tar.bz2
nixlib-c07cca0a27cb37573366af867282d673ac7c8cb7.tar.lz
nixlib-c07cca0a27cb37573366af867282d673ac7c8cb7.tar.xz
nixlib-c07cca0a27cb37573366af867282d673ac7c8cb7.tar.zst
nixlib-c07cca0a27cb37573366af867282d673ac7c8cb7.zip
dhall: document proposed idea upstream to solve `dontCheck`
M  pkgs/development/haskell-modules/configuration-common.nix
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 2 insertions, 1 deletions
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