summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-08 11:25:25 +0200
committerPeter Simons <simons@cryp.to>2012-10-08 11:25:25 +0200
commit7c35fd86ede30880231fe62287ab6e56eed4280e (patch)
tree2cff7315e3190dbb0090dabba59629a0868ffdb5 /pkgs/development
parenta191dca5e79e8f477db04ea6aa2089716281da70 (diff)
downloadnixlib-7c35fd86ede30880231fe62287ab6e56eed4280e.tar
nixlib-7c35fd86ede30880231fe62287ab6e56eed4280e.tar.gz
nixlib-7c35fd86ede30880231fe62287ab6e56eed4280e.tar.bz2
nixlib-7c35fd86ede30880231fe62287ab6e56eed4280e.tar.lz
nixlib-7c35fd86ede30880231fe62287ab6e56eed4280e.tar.xz
nixlib-7c35fd86ede30880231fe62287ab6e56eed4280e.tar.zst
nixlib-7c35fd86ede30880231fe62287ab6e56eed4280e.zip
haskell-http-conduit: update to version 1.6.1.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/http-conduit/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/http-conduit/default.nix b/pkgs/development/libraries/haskell/http-conduit/default.nix
index 4aad24d1cc7b..3e094e0c6b1a 100644
--- a/pkgs/development/libraries/haskell/http-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/http-conduit/default.nix
@@ -8,8 +8,8 @@
 
 cabal.mkDerivation (self: {
   pname = "http-conduit";
-  version = "1.6.1";
-  sha256 = "1yzsa6gqhq6s4b2drhx4jd6qdfawf1swrjyffi2bfq1vq8i9ikf2";
+  version = "1.6.1.1";
+  sha256 = "00xixsp1n37mb2in20lsxf460cyjbsp8dj2avys6hyrdn14ki130";
   buildDepends = [
     asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder
     blazeBuilderConduit caseInsensitive certificate conduit cookie
@@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
     monadControl mtl network regexCompat resourcet socks text time tls
     tlsExtra transformers transformersBase utf8String void zlibConduit
   ];
+  jailbreak = true;
   meta = {
     homepage = "http://www.yesodweb.com/book/http-conduit";
     description = "HTTP client package with conduit interface and HTTPS support";