haskell-filestore: updated to version 0.5

svn path=/nixpkgs/trunk/; revision=34295
This commit is contained in:
Peter Simons 2012-05-31 07:24:40 +00:00
parent c57a50290a
commit 0deabf5eaa
1 changed files with 2 additions and 3 deletions

View File

@ -4,15 +4,14 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "filestore"; pname = "filestore";
version = "0.4.2"; version = "0.5";
sha256 = "1zv5c1r82a77p6dadabj8853a0z7p8qrk0fdxvr9sr02zd95cg16"; sha256 = "0cppm8iksz4dnh4kafyfy0cqbidw83rdpgc1mksiwh9c9gaxrlq7";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
Diff filepath HUnit mtl parsec split time utf8String xml Diff filepath HUnit mtl parsec split time utf8String xml
]; ];
meta = { meta = {
homepage = "http://johnmacfarlane.net/repos/filestore";
description = "Interface for versioning file stores"; description = "Interface for versioning file stores";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;