summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/system-fileio/default.nix
blob: cf3dcee33014f8e3def8d550a3dc2d908452e66e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, chell, systemFilepath, temporary, text, time, transformers
}:

cabal.mkDerivation (self: {
  pname = "system-fileio";
  version = "0.3.16";
  sha256 = "1x18ffhas6bhjis0glf0xd6ap8vy7cap8lkmnkn4px83d82yzi8k";
  buildDepends = [ systemFilepath text time ];
  testDepends = [
    chell systemFilepath temporary text time transformers
  ];
  meta = {
    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;
  };
})