summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-10-30 20:30:18 -0700
committerJude Taylor <me@jude.bio>2015-10-30 20:30:18 -0700
commit7eea66cabeaaefa0961cf38630a17aee0e2dd536 (patch)
tree58916a59ab39c66d66760d045ef282c15ef4eead /pkgs/development/haskell-modules
parent9da6517c3650140f913b2ea5176650969152e8f4 (diff)
parent35dd880019d159dab2517a324ff6d08ad09d244a (diff)
downloadnixlib-7eea66cabeaaefa0961cf38630a17aee0e2dd536.tar
nixlib-7eea66cabeaaefa0961cf38630a17aee0e2dd536.tar.gz
nixlib-7eea66cabeaaefa0961cf38630a17aee0e2dd536.tar.bz2
nixlib-7eea66cabeaaefa0961cf38630a17aee0e2dd536.tar.lz
nixlib-7eea66cabeaaefa0961cf38630a17aee0e2dd536.tar.xz
nixlib-7eea66cabeaaefa0961cf38630a17aee0e2dd536.tar.zst
nixlib-7eea66cabeaaefa0961cf38630a17aee0e2dd536.zip
Merge pull request #10729 from Profpatsch/hsparql-fix-build
haskellPackages: skip hsparql checks
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 7d3407a28880..61e7ecdc686e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -406,6 +406,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;
@@ -446,6 +447,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;