hyphenation 0.4.2 → 0.4.2.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: filepath
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- hyphenation.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.4.2.1+-------+* `filepath` 1.4 support+ 0.4.2 ----- * Fixed a typo in .cabal which prevented the `Embed` flag from working properly.
hyphenation.cabal view
@@ -1,6 +1,6 @@ name: hyphenation category: Text-version: 0.4.2+version: 0.4.2.1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -79,7 +79,7 @@ containers, directory >= 1.0 && < 1.3, doctest >= 0.8 && < 0.10,- filepath >= 1.3 && < 1.4,+ filepath >= 1.3 && < 1.5, hyphenation, unordered-containers ghc-options: -Wall -threaded