packages feed

Glob 0.7.11 → 0.7.12

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~HUnitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit

API changes (from Hackage documentation)

Files

CHANGELOG.txt view
@@ -1,3 +1,6 @@+0.7.12, 2016-10-07:+	Update test dependencies to allow HUnit-1.4.+ 0.7.11, 2016-08-08: 	Got rid of tests/Utils.hs to fix test compilation on case-insensitive 	filesystems (tests/Utils.hs vs tests/Tests/Utils.hs).
Glob.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.9.2  Name:        Glob-Version:     0.7.11+Version:     0.7.12 Homepage:    http://iki.fi/matti.niemenmaa/glob/ Synopsis:    Globbing library Category:    System@@ -60,7 +60,7 @@                 , filepath                   >= 1.1 && < 1.5                 , transformers               >= 0.2 && < 0.6                 , transformers-compat        >= 0.3 && < 0.6-                , HUnit                      >= 1.2 && < 1.4+                , HUnit                      >= 1.2 && < 1.5                 , QuickCheck                 >= 2 && < 3                 , test-framework             >= 0.2 && < 1                 , test-framework-hunit       >= 0.2 && < 1