summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2019-12-20 16:11:05 +0900
committerPeter Simons <simons@cryp.to>2019-12-27 20:37:13 +0100
commit54fad88234900e32d701189dab9e3458697a1da2 (patch)
tree16330daba6091e90849dab51617f5e83f154de9e /pkgs/development/haskell-modules
parent693b68be7f19e8abcab1885a24283c680a6adeaf (diff)
downloadnixpkgs-54fad88234900e32d701189dab9e3458697a1da2.tar
nixpkgs-54fad88234900e32d701189dab9e3458697a1da2.tar.gz
nixpkgs-54fad88234900e32d701189dab9e3458697a1da2.tar.bz2
nixpkgs-54fad88234900e32d701189dab9e3458697a1da2.tar.lz
nixpkgs-54fad88234900e32d701189dab9e3458697a1da2.tar.xz
nixpkgs-54fad88234900e32d701189dab9e3458697a1da2.tar.zst
nixpkgs-54fad88234900e32d701189dab9e3458697a1da2.zip
haskellPackages.dhall_1_27_0: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fd9801af7cc..850c904ea28 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1070,6 +1070,9 @@ self: super: {
       };
   };
 
+  # Tests for dhall access the network.
+  dhall_1_27_0 = dontCheck super.dhall_1_27_0;
+
   # Missing test files in source distribution, fixed once 1.4.0 is bumped
   # https://github.com/dhall-lang/dhall-haskell/pull/997
   dhall-json =