haskell-system-fileio: update to version 0.3.14
This commit is contained in:
parent
92aa75475c
commit
fbfbaea156
|
@ -1,10 +1,14 @@
|
||||||
{ cabal, systemFilepath, text, time }:
|
{ cabal, chell, systemFilepath, temporary, text, time, transformers
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "system-fileio";
|
pname = "system-fileio";
|
||||||
version = "0.3.13";
|
version = "0.3.14";
|
||||||
sha256 = "12xsxcg2jk63x8aiikj5gx1an794zdfxzkx1sjnr2qyqyirk311v";
|
sha256 = "1x5cricx2n1wwvdad4i3q8s3gb28a129v3kkj9rn9803xh43zh29";
|
||||||
buildDepends = [ systemFilepath text time ];
|
buildDepends = [ systemFilepath text time ];
|
||||||
|
testDepends = [
|
||||||
|
chell systemFilepath temporary text time transformers
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://john-millikin.com/software/haskell-filesystem/";
|
homepage = "https://john-millikin.com/software/haskell-filesystem/";
|
||||||
description = "Consistent filesystem interaction across GHC versions";
|
description = "Consistent filesystem interaction across GHC versions";
|
||||||
|
|
Loading…
Reference in New Issue