3
0
Fork 0
forked from mirrors/nixpkgs

haskell-filestore: update to version 0.6.0.2

This commit is contained in:
Peter Simons 2014-04-28 19:17:25 +02:00
parent 75289fbc31
commit 27be932ff3

View file

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