2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 15:05:41 +01:00
|
|
|
{ cabal, filepath }:
|
2011-04-01 01:21:36 +02:00
|
|
|
|
2011-08-10 02:35:08 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-04-01 01:21:36 +02:00
|
|
|
pname = "directory-tree";
|
2014-05-23 16:00:04 +02:00
|
|
|
version = "0.12.0";
|
|
|
|
sha256 = "1idknm7fwci91fkwvzl35g0qd0jk1vb00ds2x82zjf2hdbkcc2gz";
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ filepath ];
|
2014-05-23 16:00:04 +02:00
|
|
|
testDepends = [ filepath ];
|
2011-04-01 01:21:36 +02:00
|
|
|
meta = {
|
2012-09-27 12:21:07 +02:00
|
|
|
homepage = "http://brandon.si/code/directory-tree-module-released/";
|
2011-04-01 01:21:36 +02:00
|
|
|
description = "A simple directory-like tree datatype, with useful IO functions";
|
2011-08-10 02:35:08 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-04-01 01:21:36 +02:00
|
|
|
};
|
|
|
|
})
|