haskell-path-pieces: update to version 0.1.3

This commit is contained in:
Peter Simons 2013-10-20 16:06:40 +02:00
parent 4bdeec0327
commit 172f5ed061

View File

@ -1,11 +1,11 @@
{ cabal, fileLocation, hspec, HUnit, QuickCheck, text, time }:
{ cabal, hspec, HUnit, QuickCheck, text, time }:
cabal.mkDerivation (self: {
pname = "path-pieces";
version = "0.1.2";
sha256 = "1cxsa8lq1f2jf86iv6f17nraiav8k2vzjxln1y7z45qhcp1sbbaa";
version = "0.1.3";
sha256 = "03x9kfcaz1zsdpdzs05pcl0hv4hffgsl2js8xiy5slba6n841v4l";
buildDepends = [ text time ];
testDepends = [ fileLocation hspec HUnit QuickCheck text ];
testDepends = [ hspec HUnit QuickCheck text ];
meta = {
description = "Components of paths";
license = self.stdenv.lib.licenses.bsd3;