haskell-system-fileio: update to version 0.3.16

This commit is contained in:
Peter Simons 2014-12-24 13:51:32 +01:00
parent 79d8ceb0c7
commit 7c50d0db4c

View file

@ -5,14 +5,14 @@
cabal.mkDerivation (self: {
pname = "system-fileio";
version = "0.3.15";
sha256 = "06cnr3hzw8xd75529nfqajgb5xy5i4ddqybgjw1v1nwpq04mhihi";
version = "0.3.16";
sha256 = "1x18ffhas6bhjis0glf0xd6ap8vy7cap8lkmnkn4px83d82yzi8k";
buildDepends = [ systemFilepath text time ];
testDepends = [
chell systemFilepath temporary text time transformers
];
meta = {
homepage = "https://john-millikin.com/software/haskell-filesystem/";
homepage = "https://github.com/fpco/haskell-filesystem";
description = "Consistent filesystem interaction across GHC versions";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;