summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-10-31 18:49:56 +0000
committerPeter Simons <simons@cryp.to>2011-10-31 18:49:56 +0000
commit686580dc80922090df832ade8cf9f52da35f253b (patch)
treeb51ffe839fed3567fc6dd1a9591c02ead961d851
parent9864618daf3a7b8758e39b1619dccd0b09fd72d5 (diff)
downloadnixpkgs-686580dc80922090df832ade8cf9f52da35f253b.tar
nixpkgs-686580dc80922090df832ade8cf9f52da35f253b.tar.gz
nixpkgs-686580dc80922090df832ade8cf9f52da35f253b.tar.bz2
nixpkgs-686580dc80922090df832ade8cf9f52da35f253b.tar.lz
nixpkgs-686580dc80922090df832ade8cf9f52da35f253b.tar.xz
nixpkgs-686580dc80922090df832ade8cf9f52da35f253b.tar.zst
nixpkgs-686580dc80922090df832ade8cf9f52da35f253b.zip
haskell-http-date: updated to version 0.0.1
svn path=/nixpkgs/trunk/; revision=30148
-rw-r--r--pkgs/development/libraries/haskell/http-date/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/http-date/default.nix b/pkgs/development/libraries/haskell/http-date/default.nix
index e7dbaedb591..1fbcc40a814 100644
--- a/pkgs/development/libraries/haskell/http-date/default.nix
+++ b/pkgs/development/libraries/haskell/http-date/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "http-date";
-  version = "0.0.0";
-  sha256 = "0jia05636xk9k70hqjjiny5298pkb8g7mck7zybfwvigi1fppa46";
+  version = "0.0.1";
+  sha256 = "1dqnglz1l6h14339nd5q8sq90fak64ab8fs9fkhf8ipg5y0pzwbd";
   buildDepends = [ attoparsec ];
   meta = {
     description = "HTTP Date parser/formatter";