packages feed

Glob 0.7.4 → 0.7.5

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~filepathdep ~transformers

Dependency ranges changed: filepath, transformers

Files

CHANGELOG.txt view
@@ -1,3 +1,6 @@+0.7.5, 2014-05-08:+	Update dependencies to allow transformers-0.4.+ 0.7.4, 2014-03-18: 	Update dependencies to allow dlist-0.7. 
Glob.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.6  Name:        Glob-Version:     0.7.4+Version:     0.7.5 Homepage:    http://iki.fi/matti.niemenmaa/glob/ Synopsis:    Globbing library Category:    System@@ -29,7 +29,7 @@                 , directory    <  1.3                 , dlist        >= 0.4 && < 0.8                 , filepath     >= 1.1 && < 1.4-                , transformers >= 0.2 && < 0.4+                , transformers >= 0.2 && < 0.6     if os(windows)       Build-Depends: Win32 == 2.*