haskell-path-pieces: update to version 0.1.2
This commit is contained in:
parent
a6f1f51ccd
commit
86d28b4460
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "path-pieces";
|
pname = "path-pieces";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
sha256 = "17ymk2azgz2c1hwnzqd9xy77hh51mvrgz4zs7lz4ik6rnvvihraz";
|
sha256 = "1cxsa8lq1f2jf86iv6f17nraiav8k2vzjxln1y7z45qhcp1sbbaa";
|
||||||
buildDepends = [ text time ];
|
buildDepends = [ text time ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/path-pieces";
|
|
||||||
description = "Components of paths";
|
description = "Components of paths";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user