directory-tree 0.1.1 → 0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- directory-tree.cabal +2/−2
directory-tree.cabal view
@@ -1,5 +1,5 @@ name: directory-tree-version: 0.1.1+version: 0.1.2 homepage: http://coder.bsimmons.name/blog/2009/05/directory-tree-module-released/ synopsis: A simple directory-like tree datatype, with useful IO functions description: A simple directory-like tree datatype, with useful IO functions and Foldable and Traversable instance @@ -56,5 +56,5 @@ library exposed-modules: System.Directory.Tree- build-depends: base, filepath, directory+ build-depends: base <4, filepath, directory ghc-options: -Wall