18250b97ae
had added him earlier.
17 lines
566 B
Nix
17 lines
566 B
Nix
# 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;
|
|
};
|
|
})
|