summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2018-01-17 17:18:16 +0100
committerJosé Luis Lafuente <jl@lafuente.me>2018-01-17 17:18:16 +0100
commit9b577c44bc0da7247e805852383c56678c51f354 (patch)
tree57cee4351251d2f07f8b29e6d97e431d87ac5ae9
parent501d5d9ef303bd4df9fe0aee5f7d2fe956fc12d5 (diff)
downloadnixlib-9b577c44bc0da7247e805852383c56678c51f354.tar
nixlib-9b577c44bc0da7247e805852383c56678c51f354.tar.gz
nixlib-9b577c44bc0da7247e805852383c56678c51f354.tar.bz2
nixlib-9b577c44bc0da7247e805852383c56678c51f354.tar.lz
nixlib-9b577c44bc0da7247e805852383c56678c51f354.tar.xz
nixlib-9b577c44bc0da7247e805852383c56678c51f354.tar.zst
nixlib-9b577c44bc0da7247e805852383c56678c51f354.zip
gitHUD: disable tests
Tests require tasty-quickcheck ==0.8.*
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 16eb66a4ad08..e02933f97a25 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -875,6 +875,7 @@ self: super: {
   cryptohash-sha1 = doJailbreak super.cryptohash-sha1;
   cryptohash-md5 = doJailbreak super.cryptohash-md5;
   text-short = doJailbreak super.text-short;
+  gitHUD = dontCheck super.gitHUD;
 
   # https://github.com/aisamanra/config-ini/issues/12
   config-ini = dontCheck super.config-ini;