haskell-system-fileio: update to version 0.3.16
This commit is contained in:
parent
79d8ceb0c7
commit
7c50d0db4c
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "system-fileio";
|
pname = "system-fileio";
|
||||||
version = "0.3.15";
|
version = "0.3.16";
|
||||||
sha256 = "06cnr3hzw8xd75529nfqajgb5xy5i4ddqybgjw1v1nwpq04mhihi";
|
sha256 = "1x18ffhas6bhjis0glf0xd6ap8vy7cap8lkmnkn4px83d82yzi8k";
|
||||||
buildDepends = [ systemFilepath text time ];
|
buildDepends = [ systemFilepath text time ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
chell systemFilepath temporary text time transformers
|
chell systemFilepath temporary text time transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://john-millikin.com/software/haskell-filesystem/";
|
homepage = "https://github.com/fpco/haskell-filesystem";
|
||||||
description = "Consistent filesystem interaction across GHC versions";
|
description = "Consistent filesystem interaction across GHC versions";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user