haskell-directory-tree: update to version 0.12.0

This commit is contained in:
Peter Simons 2014-05-23 16:00:04 +02:00
parent b8c26e757e
commit f125c54f1e

View File

@ -2,9 +2,10 @@
cabal.mkDerivation (self: {
pname = "directory-tree";
version = "0.11.0";
sha256 = "07vqwnzbwfjvlwcl50x5jl9yzvqfln0m4k4lam9r5n49wv7p01c9";
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";