There was an error while loading. Please reload this page.
1 parent 7d6de10 commit 9be8fc3Copy full SHA for 9be8fc3
filesystem-trees.cabal
@@ -1,5 +1,5 @@
1
Name: filesystem-trees
2
-Version: 0.1.0.2
+Version: 0.1.0.3
3
Synopsis: Recursively manipulate and traverse filesystems as lazy rose trees.
4
Cabal-Version: >= 1.10
5
License: BSD3
@@ -17,7 +17,7 @@ library
17
if impl(ghc >= 7.2)
18
default-extensions: Trustworthy
19
build-depends: base == 4.*
20
- , directory >= 1.1 && < 1.2
+ , directory >= 1.1 && < 1.3
21
, filepath >= 1.0 && < 2.0
22
, unix >= 2.0 && < 3.0
23
, containers >= 0.1 && < 0.6
0 commit comments