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

{ cabal, filepath }:

cabal.mkDerivation (self: {
  pname = "directory-tree";
  version = "0.12.0";
  sha256 = "1idknm7fwci91fkwvzl35g0qd0jk1vb00ds2x82zjf2hdbkcc2gz";
  buildDepends = [ filepath ];
  testDepends = [ filepath ];
  meta = {
    homepage = "http://brandon.si/code/directory-tree-module-released/";
    description = "A simple directory-like tree datatype, with useful IO functions";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})