summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-10-12 17:48:58 +0200
committerPeter Simons <simons@cryp.to>2016-10-18 18:02:40 +0200
commit3af8c6e30623702051634ef0930671c842e2d06a (patch)
tree029498489210c3cba826d264ad8975223e76f422 /pkgs/development/haskell-modules/configuration-common.nix
parent3ce999416ab80ce9dd5e1d2507658727ad9d8a27 (diff)
downloadnixlib-3af8c6e30623702051634ef0930671c842e2d06a.tar
nixlib-3af8c6e30623702051634ef0930671c842e2d06a.tar.gz
nixlib-3af8c6e30623702051634ef0930671c842e2d06a.tar.bz2
nixlib-3af8c6e30623702051634ef0930671c842e2d06a.tar.lz
nixlib-3af8c6e30623702051634ef0930671c842e2d06a.tar.xz
nixlib-3af8c6e30623702051634ef0930671c842e2d06a.tar.zst
nixlib-3af8c6e30623702051634ef0930671c842e2d06a.zip
git-annex: enable test suite again
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fa84e5ce508e..1987e69fdd51 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -46,7 +46,6 @@ self: super: {
       sha256 = "1j29ydbw86j3qd4qb4l348pcnjd24irgdra9ss2afi6w2pn60yjn";
       rev = drv.version;
     };
-    doCheck = false;  # version 6.20160907 has a test suite failure; reported upstream
   })).overrideScope (self: super: {
     # https://github.com/prowdsponsor/esqueleto/issues/137
     persistent = self.persistent_2_2_4_1;