summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2015-10-31 04:25:37 +0100
committerProfpatsch <mail@profpatsch.de>2015-10-31 04:25:37 +0100
commit35dd880019d159dab2517a324ff6d08ad09d244a (patch)
tree3c2d4d25d2cf5c3aecc5d3848640995f7b4bc79a /pkgs/development/haskell-modules/configuration-common.nix
parent6d31e9b81dcd4ab927bb3dc91b612dd5abfa2f80 (diff)
downloadnixlib-35dd880019d159dab2517a324ff6d08ad09d244a.tar
nixlib-35dd880019d159dab2517a324ff6d08ad09d244a.tar.gz
nixlib-35dd880019d159dab2517a324ff6d08ad09d244a.tar.bz2
nixlib-35dd880019d159dab2517a324ff6d08ad09d244a.tar.lz
nixlib-35dd880019d159dab2517a324ff6d08ad09d244a.tar.xz
nixlib-35dd880019d159dab2517a324ff6d08ad09d244a.tar.zst
nixlib-35dd880019d159dab2517a324ff6d08ad09d244a.zip
haskellPackages: skip hsparql checks
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 38efe7ae1add..95fcb6aa80ef 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -402,6 +402,7 @@ self: super: {
   hs2048 = dontCheck super.hs2048;
   hsbencher = dontCheck super.hsbencher;
   hsexif = dontCheck super.hsexif;
+  hsparql = dontCheck super.hsparql; # https://github.com/robstewart57/hsparql/issues/15
   hspec-server = dontCheck super.hspec-server;
   HTF = dontCheck super.HTF;
   HTF_0_12_2_3 = dontCheck super.HTF_0_12_2_3;
@@ -442,6 +443,7 @@ self: super: {
   punycode = dontCheck super.punycode;
   pwstore-cli = dontCheck super.pwstore-cli;
   quantities = dontCheck super.quantities;
+  rdf4h = dontCheck super.rdf4h; # https://github.com/robstewart57/rdf4h/issues/32
   redis-io = dontCheck super.redis-io;
   rethinkdb = dontCheck super.rethinkdb;
   Rlang-QQ = dontCheck super.Rlang-QQ;