packages feed

Glob 0.7.7 → 0.7.8

raw patch · 3 files changed

+9/−2 lines, 3 filesdep +transformers-compatdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependencies added: transformers-compat

Dependency ranges changed: transformers

API changes (from Hackage documentation)

Files

CHANGELOG.txt view
@@ -1,3 +1,7 @@+0.7.8, 2016-07-01:+	Add dependency on transformers-compat to allow using+	Control.Monad.Trans.Except also with older library versions.+ 0.7.7, 2016-06-28: 	Update test dependencies to allow HUnit-1.3. 
CREDITS.txt view
@@ -1,4 +1,5 @@ In alphabetical order by surname:  Stephen Hicks-Matti   Niemenmaa+Matti Niemenmaa+Masahiro Sakai
Glob.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.9.2  Name:        Glob-Version:     0.7.7+Version:     0.7.8 Homepage:    http://iki.fi/matti.niemenmaa/glob/ Synopsis:    Globbing library Category:    System@@ -31,6 +31,7 @@                 , dlist        >= 0.4 && < 0.8                 , filepath     >= 1.1 && < 1.5                 , transformers >= 0.2 && < 0.6+                , transformers-compat >= 0.3 && < 0.6     if impl(ghc < 8.0)       Build-Depends: semigroups >= 0.18 && < 0.19@@ -58,6 +59,7 @@                 , dlist                      >= 0.4 && < 0.8                 , filepath                   >= 1.1 && < 1.5                 , transformers               >= 0.2 && < 0.6+                , transformers-compat        >= 0.3 && < 0.6                 , HUnit                      >= 1.2 && < 1.4                 , QuickCheck                 >= 2 && < 3                 , test-framework             >= 0.2 && < 1