haskell-filestore: update to version 0.6.0.3

This commit is contained in:
Peter Simons 2014-07-29 13:36:41 +02:00
parent 3e551e05c6
commit f900746689

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "filestore"; pname = "filestore";
version = "0.6.0.2"; version = "0.6.0.3";
sha256 = "0dbn358gxg13lxlpqyczcn5g5kvzrz7lv17qsmr53hvmxz8mricr"; sha256 = "03qmv3cqp1fv7b7pdjdx12cb27bfjbwwjdhkcvkfq89qwk9wh1h0";
buildDepends = [ Diff filepath parsec split time utf8String xml ]; buildDepends = [ Diff filepath parsec split time utf8String xml ];
testDepends = [ Diff filepath HUnit mtl time ]; testDepends = [ Diff filepath HUnit mtl time ];
jailbreak = true; jailbreak = true;