haskell-bitcoin-api: depends on broken wreq

This commit is contained in:
Peter Simons 2015-05-03 16:58:56 +02:00
parent cf230ccc82
commit 6079bd61b5

View File

@ -333,5 +333,6 @@ self: super: {
wreq = markBrokenVersion "0.3.0.1" (dontCheck super.wreq);
wreq-sb = dontDistribute (dontCheck super.wreq-sb);
hipbot = dontDistribute super.hipbot;
bitcoin-api = dontDistribute super.bitcoin-api;
}