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