Merge pull request #167957 from TristanCacqueray/unbreak-bloodhound
haskellPackages: unbreak bloodhound
This commit is contained in:
commit
7ae9629ced
3 changed files with 1 additions and 3 deletions
|
@ -252,7 +252,7 @@ self: super: {
|
||||||
binary-protocol = dontCheck super.binary-protocol; # http://hydra.cryp.to/build/499749/log/raw
|
binary-protocol = dontCheck super.binary-protocol; # http://hydra.cryp.to/build/499749/log/raw
|
||||||
binary-search = dontCheck super.binary-search;
|
binary-search = dontCheck super.binary-search;
|
||||||
bits = dontCheck super.bits; # http://hydra.cryp.to/build/500239/log/raw
|
bits = dontCheck super.bits; # http://hydra.cryp.to/build/500239/log/raw
|
||||||
bloodhound = dontCheck super.bloodhound;
|
bloodhound = dontCheck super.bloodhound; # https://github.com/plow-technologies/quickcheck-arbitrary-template/issues/10
|
||||||
buildwrapper = dontCheck super.buildwrapper;
|
buildwrapper = dontCheck super.buildwrapper;
|
||||||
burst-detection = dontCheck super.burst-detection; # http://hydra.cryp.to/build/496948/log/raw
|
burst-detection = dontCheck super.burst-detection; # http://hydra.cryp.to/build/496948/log/raw
|
||||||
cabal-meta = dontCheck super.cabal-meta; # http://hydra.cryp.to/build/497892/log/raw
|
cabal-meta = dontCheck super.cabal-meta; # http://hydra.cryp.to/build/497892/log/raw
|
||||||
|
|
|
@ -433,7 +433,6 @@ broken-packages:
|
||||||
- blockfrost-api
|
- blockfrost-api
|
||||||
- blockhash
|
- blockhash
|
||||||
- Blogdown
|
- Blogdown
|
||||||
- bloodhound
|
|
||||||
- bloomfilter-redis
|
- bloomfilter-redis
|
||||||
- blubber-server
|
- blubber-server
|
||||||
- bludigon
|
- bludigon
|
||||||
|
|
|
@ -45329,7 +45329,6 @@ self: {
|
||||||
description = "Elasticsearch client library for Haskell";
|
description = "Elasticsearch client library for Haskell";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"bloodhound-amazonka-auth" = callPackage
|
"bloodhound-amazonka-auth" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue