about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-03 16:58:56 +0200
committerPeter Simons <simons@cryp.to>2015-05-04 15:51:17 +0200
commit6079bd61b50ac560321c68cb5943f93aac5457ce (patch)
tree5eb375c1a446e1b87fa5b4092cb13661a7ffd481 /pkgs
parentcf230ccc8268aea2eca7022876bfdb7ebd5cedf5 (diff)
downloadnixlib-6079bd61b50ac560321c68cb5943f93aac5457ce.tar
nixlib-6079bd61b50ac560321c68cb5943f93aac5457ce.tar.gz
nixlib-6079bd61b50ac560321c68cb5943f93aac5457ce.tar.bz2
nixlib-6079bd61b50ac560321c68cb5943f93aac5457ce.tar.lz
nixlib-6079bd61b50ac560321c68cb5943f93aac5457ce.tar.xz
nixlib-6079bd61b50ac560321c68cb5943f93aac5457ce.tar.zst
nixlib-6079bd61b50ac560321c68cb5943f93aac5457ce.zip
haskell-bitcoin-api: depends on broken wreq
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix1
1 files changed, 1 insertions, 0 deletions
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 0e4fd3cc5d1f..d22a279f0b82 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;
 
 }