Glob 0.7.1 → 0.7.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: directory
API changes (from Hackage documentation)
Files
- CHANGELOG.txt +3/−0
- Glob.cabal +2/−2
CHANGELOG.txt view
@@ -1,3 +1,6 @@+0.7.2, 2012-10-18:+ Update dependencies to allow directory-1.2.+ 0.7.1, 2012-07-03: Update dependencies to allow transformers-0.3, and generally tighten them according to the policy.
Glob.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.6 Name: Glob-Version: 0.7.1+Version: 0.7.2 Homepage: http://iki.fi/matti.niemenmaa/glob/ Synopsis: Globbing library Category: System@@ -26,7 +26,7 @@ Library Build-Depends: base >= 4 && < 5 , containers < 0.6- , directory < 1.2+ , directory < 1.3 , dlist >= 0.4 && < 0.6 , filepath >= 1.1 && < 1.4 , transformers >= 0.2 && < 0.4