about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-27 20:02:52 +0200
committerPeter Simons <simons@cryp.to>2015-04-28 17:57:50 +0200
commit90b84a60a63705ed9a11bbc5a1169476dfdf222d (patch)
treef12b786346594e39f7a14f720ae50bdd6b94f3db /pkgs
parent6f7e793f0398466592de3133648e1055c44ebb59 (diff)
downloadnixlib-90b84a60a63705ed9a11bbc5a1169476dfdf222d.tar
nixlib-90b84a60a63705ed9a11bbc5a1169476dfdf222d.tar.gz
nixlib-90b84a60a63705ed9a11bbc5a1169476dfdf222d.tar.bz2
nixlib-90b84a60a63705ed9a11bbc5a1169476dfdf222d.tar.lz
nixlib-90b84a60a63705ed9a11bbc5a1169476dfdf222d.tar.xz
nixlib-90b84a60a63705ed9a11bbc5a1169476dfdf222d.tar.zst
nixlib-90b84a60a63705ed9a11bbc5a1169476dfdf222d.zip
haskell-wreq: the library is broken with GHC 7.10.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix5
1 files changed, 5 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 9a05a2511370..0e4fd3cc5d1f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -329,4 +329,9 @@ self: super: {
   seqid-streams_0_1_0 = markBroken super.seqid-streams_0_1_0;
   vector_0_10_9_3 = markBroken super.vector_0_10_9_3;
 
+  # https://github.com/bos/wreq/issues/61
+  wreq = markBrokenVersion "0.3.0.1" (dontCheck super.wreq);
+  wreq-sb = dontDistribute (dontCheck super.wreq-sb);
+  hipbot = dontDistribute super.hipbot;
+
 }