Skip to content

Commit 9be8fc3

Browse files
bump dependency on directory
1 parent 7d6de10 commit 9be8fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filesystem-trees.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: filesystem-trees
2-
Version: 0.1.0.2
2+
Version: 0.1.0.3
33
Synopsis: Recursively manipulate and traverse filesystems as lazy rose trees.
44
Cabal-Version: >= 1.10
55
License: BSD3
@@ -17,7 +17,7 @@ library
1717
if impl(ghc >= 7.2)
1818
default-extensions: Trustworthy
1919
build-depends: base == 4.*
20-
, directory >= 1.1 && < 1.2
20+
, directory >= 1.1 && < 1.3
2121
, filepath >= 1.0 && < 2.0
2222
, unix >= 2.0 && < 3.0
2323
, containers >= 0.1 && < 0.6

0 commit comments

Comments
 (0)