Skip to content

Commit

Permalink
Removed bloodhound and http-client-tls as well
Browse files Browse the repository at this point in the history
  • Loading branch information
drchaos committed Apr 2, 2020
1 parent 642dd4c commit 0eda772
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions hschain/hschain.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ Library
, unordered-containers >=0.2.5.0
--
, katip == 0.7.0.0
, http-client-tls
, bloodhound
, network >=2.6.0.0 && <2.9
, tls >=1.4.1
, x509
Expand Down
1 change: 0 additions & 1 deletion nix/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
};
# Compiler specific overrides
ghc865 = {
bloodhound = { check = false; jailbreak = true;};
# https://github.com/tsuraan/bytestring-arbitrary/issues/10
bytestring-arbitrary = { jailbreak = true; };
};
Expand Down
2 changes: 0 additions & 2 deletions sql-interface/hschain-sql/hschain-sql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ executable hschain-sql-node
, unordered-containers >=0.2.5.0
--
, katip == 0.7.0.0
, http-client-tls
, bloodhound
, network >=2.6.0.0 && <2.9
, tls >=1.4.1
, warp
Expand Down
1 change: 0 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ packages:
# (e.g., acme-missiles-0.3)
extra-deps:
- base58-bytestring-0.1.0
- bloodhound-0.16.0.0
- bytestring-arbitrary-0.1.2
- hedgehog-quickcheck-0.1
- katip-0.6.3.0
Expand Down

0 comments on commit 0eda772

Please sign in to comment.