haskell-pathtype: update to version 0.5.3
This commit is contained in:
parent
86d28b4460
commit
d140ba4a6f
@ -1,10 +1,10 @@
|
|||||||
{ cabal, QuickCheck }:
|
{ cabal, QuickCheck, time }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pathtype";
|
pname = "pathtype";
|
||||||
version = "0.5.2";
|
version = "0.5.3";
|
||||||
sha256 = "0rbmq6kzz2l07q9a5k888scpn62hnw2hmzz4ysprhfgdnn5b2cvi";
|
sha256 = "11plb7xw4j8vjziw1q0ymx33p6185cxd2hqrxw2hgsfzf2b9dvqg";
|
||||||
buildDepends = [ QuickCheck ];
|
buildDepends = [ QuickCheck time ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/pathtype";
|
homepage = "http://code.haskell.org/pathtype";
|
||||||
description = "Type-safe replacement for System.FilePath etc";
|
description = "Type-safe replacement for System.FilePath etc";
|
||||||
|
Loading…
Reference in New Issue
Block a user