From 6079bd61b50ac560321c68cb5943f93aac5457ce Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 3 May 2015 16:58:56 +0200 Subject: [PATCH] haskell-bitcoin-api: depends on broken wreq --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index 0e4fd3cc5d1..d22a279f0b8 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -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; }