haskell-vcswrapper: update to version 0.1.0

This commit is contained in:
Peter Simons 2014-08-31 13:20:30 +02:00
parent 7eac7c3d57
commit 2f6b3ed7ef

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "vcswrapper";
version = "0.0.4";
sha256 = "130pmzxdsqv703k2g197vd5rl60fwkqqv2xck66ygb932wsq3fnk";
version = "0.1.0";
sha256 = "058xbfgxsp3g4x4rwbp57dqgr9mwnmj623js39dbmiqkixsda31a";
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath hxt mtl parsec split text ];