summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-11-02 18:04:46 +0100
committerPeter Simons <simons@cryp.to>2015-11-02 18:04:46 +0100
commitc10589cebb68c71740e13f08612bbced9cdb4446 (patch)
tree54caa28d14a9ff8ff0075385bbdb73685732a014 /pkgs/development/haskell-modules
parentfb998dd0336c8814bfe50a0dbb232e896f41db2c (diff)
parentd68a77e50495acddcb785883650b51a8d8155d67 (diff)
downloadnixlib-c10589cebb68c71740e13f08612bbced9cdb4446.tar
nixlib-c10589cebb68c71740e13f08612bbced9cdb4446.tar.gz
nixlib-c10589cebb68c71740e13f08612bbced9cdb4446.tar.bz2
nixlib-c10589cebb68c71740e13f08612bbced9cdb4446.tar.lz
nixlib-c10589cebb68c71740e13f08612bbced9cdb4446.tar.xz
nixlib-c10589cebb68c71740e13f08612bbced9cdb4446.tar.zst
nixlib-c10589cebb68c71740e13f08612bbced9cdb4446.zip
Merge pull request #10793 from Profpatsch/HEAD
haskellPackages: enable hsparql checks again
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e3017678b104..f372030b38ec 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -407,7 +407,6 @@ 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;
@@ -448,7 +447,6 @@ 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;