summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-13 15:40:06 +0100
committerPeter Simons <simons@cryp.to>2014-01-13 17:57:46 +0100
commitd3c9d6c03034e652f030dc198d4af3dc93e7bac9 (patch)
treefd7282542a8e39c487f02c2bc6d096c04b7dae83 /pkgs
parentb718aeaea951bf8aa66ad2919d158f636ceccf32 (diff)
downloadnixlib-d3c9d6c03034e652f030dc198d4af3dc93e7bac9.tar
nixlib-d3c9d6c03034e652f030dc198d4af3dc93e7bac9.tar.gz
nixlib-d3c9d6c03034e652f030dc198d4af3dc93e7bac9.tar.bz2
nixlib-d3c9d6c03034e652f030dc198d4af3dc93e7bac9.tar.lz
nixlib-d3c9d6c03034e652f030dc198d4af3dc93e7bac9.tar.xz
nixlib-d3c9d6c03034e652f030dc198d4af3dc93e7bac9.tar.zst
nixlib-d3c9d6c03034e652f030dc198d4af3dc93e7bac9.zip
haskell-http-attoparsec: update to version 0.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/http-attoparsec/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/http-attoparsec/default.nix b/pkgs/development/libraries/haskell/http-attoparsec/default.nix
index 9a7ad41de574..47ecc46b63fe 100644
--- a/pkgs/development/libraries/haskell/http-attoparsec/default.nix
+++ b/pkgs/development/libraries/haskell/http-attoparsec/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "http-attoparsec";
-  version = "0.1.0";
-  sha256 = "1ncdjzgb5kv20y9kps4nawvbwaqnfil9g552if638vv8hag8cwq9";
+  version = "0.1.1";
+  sha256 = "12l892fix11mrvm10awwvv31y59q5rb6gb0sqjp6l4p4ym9ngqa3";
   buildDepends = [ attoparsec httpTypes ];
   meta = {
     homepage = "https://github.com/tlaitinen/http-attoparsec";