haskell-directory-tree: update to version 0.12.0
This commit is contained in:
parent
b8c26e757e
commit
f125c54f1e
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "directory-tree";
|
pname = "directory-tree";
|
||||||
version = "0.11.0";
|
version = "0.12.0";
|
||||||
sha256 = "07vqwnzbwfjvlwcl50x5jl9yzvqfln0m4k4lam9r5n49wv7p01c9";
|
sha256 = "1idknm7fwci91fkwvzl35g0qd0jk1vb00ds2x82zjf2hdbkcc2gz";
|
||||||
buildDepends = [ filepath ];
|
buildDepends = [ filepath ];
|
||||||
|
testDepends = [ filepath ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://brandon.si/code/directory-tree-module-released/";
|
homepage = "http://brandon.si/code/directory-tree-module-released/";
|
||||||
description = "A simple directory-like tree datatype, with useful IO functions";
|
description = "A simple directory-like tree datatype, with useful IO functions";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user