summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-08-09 12:10:51 +0200
committerPeter Simons <simons@cryp.to>2012-08-09 12:11:14 +0200
commit0d16a90c9656c19b4355d333af248bda803eec67 (patch)
treee76b80e82f7563757be3f119dea2d7ec250c55ee /pkgs
parent58aac6b0b842d6b2414b54dc0ea3c6f48cdc3f51 (diff)
downloadnixlib-0d16a90c9656c19b4355d333af248bda803eec67.tar
nixlib-0d16a90c9656c19b4355d333af248bda803eec67.tar.gz
nixlib-0d16a90c9656c19b4355d333af248bda803eec67.tar.bz2
nixlib-0d16a90c9656c19b4355d333af248bda803eec67.tar.lz
nixlib-0d16a90c9656c19b4355d333af248bda803eec67.tar.xz
nixlib-0d16a90c9656c19b4355d333af248bda803eec67.tar.zst
nixlib-0d16a90c9656c19b4355d333af248bda803eec67.zip
haskell-http-types: update to version 0.7.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/http-types/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/http-types/default.nix b/pkgs/development/libraries/haskell/http-types/default.nix
index b3ae70bbb368..2dcd97e0aef0 100644
--- a/pkgs/development/libraries/haskell/http-types/default.nix
+++ b/pkgs/development/libraries/haskell/http-types/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "http-types";
-  version = "0.6.11";
-  sha256 = "1waxhicqwp0nmvmpmfadpq9gdldbcx9wh6jz717ghi6y9l485vhf";
+  version = "0.7.1";
+  sha256 = "1vfaffraiqdsjbw4b0xwk8h8d4pl94mbxlwyqk8ry786v9aafyqx";
   buildDepends = [ blazeBuilder caseInsensitive text ];
   meta = {
     homepage = "https://github.com/aristidb/http-types";