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>2015-05-11 19:56:16 +0200
committerPeter Simons <simons@cryp.to>2015-05-11 22:27:51 +0200
commit087892c42d581aedb747be70d7f5fd14f903c356 (patch)
treeec52bcbcafbf331fd643ad3eb52b056ea7034400 /pkgs/development/haskell-modules/configuration-common.nix
parenta16cd707bd451ffd7e3414a54352f5e0f5c6d165 (diff)
downloadnixpkgs-087892c42d581aedb747be70d7f5fd14f903c356.tar
nixpkgs-087892c42d581aedb747be70d7f5fd14f903c356.tar.gz
nixpkgs-087892c42d581aedb747be70d7f5fd14f903c356.tar.bz2
nixpkgs-087892c42d581aedb747be70d7f5fd14f903c356.tar.lz
nixpkgs-087892c42d581aedb747be70d7f5fd14f903c356.tar.xz
nixpkgs-087892c42d581aedb747be70d7f5fd14f903c356.tar.zst
nixpkgs-087892c42d581aedb747be70d7f5fd14f903c356.zip
haskell-aeson test suite is broken.
haskell-email-validate test suite has been fixed.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2a83cab3ad4..36ae1a181d7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -801,7 +801,7 @@ self: super: {
   # https://github.com/adamwalker/sdr/issues/1
   sdr = dontCheck super.sdr;
 
-  # https://github.com/Porges/email-validate-hs/issues/12
-  email-validate = dontCheck super.email-validate;
+  # https://github.com/bos/aeson/issues/253
+  aeson = dontCheck super.aeson;
 
 }