Glob 0.9.1 → 0.9.2
raw patch · 3 files changed
+7/−4 lines, 3 filesdep ~transformers-compatPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers-compat
API changes (from Hackage documentation)
Files
- CHANGELOG.txt +3/−0
- Glob.cabal +3/−3
- LICENSE.txt +1/−1
CHANGELOG.txt view
@@ -1,3 +1,6 @@+0.9.2, 2018-02-26:+ Updated dependencies to allow transformers-compat-0.6.+ 0.9.1, 2017-11-04: Made Tests.Utils use Ints instead of Floats to avoid spurious failures that aren't of any concern.
Glob.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.9.2 Name: Glob-Version: 0.9.1+Version: 0.9.2 Homepage: http://iki.fi/matti.niemenmaa/glob/ Synopsis: Globbing library Category: System@@ -31,7 +31,7 @@ , dlist >= 0.4 && < 0.9 , filepath >= 1.1 && < 1.5 , transformers >= 0.2 && < 0.6- , transformers-compat >= 0.3 && < 0.6+ , transformers-compat >= 0.3 && < 0.7 if impl(ghc < 8.0) Build-Depends: semigroups >= 0.18 && < 0.19@@ -61,7 +61,7 @@ , dlist >= 0.4 && < 0.9 , filepath >= 1.1 && < 1.5 , transformers >= 0.2 && < 0.6- , transformers-compat >= 0.3 && < 0.6+ , transformers-compat >= 0.3 && < 0.7 , HUnit >= 1.2 && < 1.7 , QuickCheck >= 2 && < 3 , test-framework >= 0.2 && < 1
LICENSE.txt view
@@ -2,7 +2,7 @@ the code are held by whoever wrote the code in question: see CREDITS.txt for a list of authors. -Copyright (c) 2008-2017 <authors>+Copyright (c) 2008-2018 <authors> All rights reserved. Redistribution and use in source and binary forms, with or without