Merge pull request #10729 from Profpatsch/hsparql-fix-build

haskellPackages: skip hsparql checks

+2
+2
pkgs/development/haskell-modules/configuration-common.nix
··· 406 406 hs2048 = dontCheck super.hs2048; 407 407 hsbencher = dontCheck super.hsbencher; 408 408 hsexif = dontCheck super.hsexif; 409 + hsparql = dontCheck super.hsparql; # https://github.com/robstewart57/hsparql/issues/15 409 410 hspec-server = dontCheck super.hspec-server; 410 411 HTF = dontCheck super.HTF; 411 412 HTF_0_12_2_3 = dontCheck super.HTF_0_12_2_3; ··· 446 447 punycode = dontCheck super.punycode; 447 448 pwstore-cli = dontCheck super.pwstore-cli; 448 449 quantities = dontCheck super.quantities; 450 + rdf4h = dontCheck super.rdf4h; # https://github.com/robstewart57/rdf4h/issues/32 449 451 redis-io = dontCheck super.redis-io; 450 452 rethinkdb = dontCheck super.rethinkdb; 451 453 Rlang-QQ = dontCheck super.Rlang-QQ;