2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-03 02:36:10 -07:00
|
|
|
{ cabal, chell, systemFilepath, temporary, text, time, transformers
|
|
|
|
}:
|
2011-09-07 13:21:01 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "system-fileio";
|
2014-12-24 04:51:32 -08:00
|
|
|
version = "0.3.16";
|
|
|
|
sha256 = "1x18ffhas6bhjis0glf0xd6ap8vy7cap8lkmnkn4px83d82yzi8k";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ systemFilepath text time ];
|
2014-06-03 02:36:10 -07:00
|
|
|
testDepends = [
|
|
|
|
chell systemFilepath temporary text time transformers
|
|
|
|
];
|
2011-09-07 13:21:01 -07:00
|
|
|
meta = {
|
2014-12-24 04:51:32 -08:00
|
|
|
homepage = "https://github.com/fpco/haskell-filesystem";
|
2012-02-06 06:27:52 -08:00
|
|
|
description = "Consistent filesystem interaction across GHC versions";
|
2011-09-07 13:21:01 -07:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|