haskell-cookie: update to version 0.4.0.1

This commit is contained in:
Peter Simons 2012-09-10 15:08:22 +02:00
parent d35889b374
commit 19c8861568
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "cookie";
version = "0.4.0";
sha256 = "1vkz6nys26i0yprb8jkv8iyq9xqnxb0wv07f7s7c448vx4gfln98";
version = "0.4.0.1";
sha256 = "01k5gq9kwbrivkhr1sj8aw4cgf2c1xgwwajqvd435r0g99fpx5kk";
buildDepends = [ blazeBuilder dataDefault text time ];
meta = {
homepage = "http://github.com/snoyberg/cookie";