haskell-path-pieces: update to version 0.1.3.1

This commit is contained in:
Peter Simons 2013-12-10 12:21:53 +01:00
parent 66bd60896d
commit e51fe9c496

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "path-pieces";
version = "0.1.3";
sha256 = "03x9kfcaz1zsdpdzs05pcl0hv4hffgsl2js8xiy5slba6n841v4l";
version = "0.1.3.1";
sha256 = "140pkci5k6aa9ncxa29fn2p0g6lb79zci0k02nblv59qmj5hj8ic";
buildDepends = [ text time ];
testDepends = [ hspec HUnit QuickCheck text ];
meta = {