packages feed

Glob 0.7.13 → 0.7.14

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~directoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: directory

API changes (from Hackage documentation)

Files

CHANGELOG.txt view
@@ -1,3 +1,6 @@+0.7.14, 2016-12-29:+	Update dependencies to allow directory-1.3.+ 0.7.13, 2016-11-25: 	Update test dependencies to allow HUnit-1.5. 
Glob.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.9.2  Name:        Glob-Version:     0.7.13+Version:     0.7.14 Homepage:    http://iki.fi/matti.niemenmaa/glob/ Synopsis:    Globbing library Category:    System@@ -27,7 +27,7 @@ Library    Build-Depends: base         >= 4 && < 5                 , containers   <  0.6-                , directory    <  1.3+                , directory    <  1.4                 , dlist        >= 0.4 && < 0.9                 , filepath     >= 1.1 && < 1.5                 , transformers >= 0.2 && < 0.6@@ -55,7 +55,7 @@     Build-Depends: base                       >= 4 && < 5                 , containers                 <  0.6-                , directory                  <  1.3+                , directory                  <  1.4                 , dlist                      >= 0.4 && < 0.9                 , filepath                   >= 1.1 && < 1.5                 , transformers               >= 0.2 && < 0.6