haskell-vcswrapper: update to version 0.1.1

This commit is contained in:
Peter Simons 2014-12-12 09:51:35 +01:00
parent fe8ed6c239
commit a3a1e6b57a

View File

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