packages feed

hyphenation 0.2.0.1 → 0.2.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~unordered-containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: unordered-containers

API changes (from Hackage documentation)

Files

hyphenation.cabal view
@@ -1,6 +1,6 @@ name:          hyphenation category:      Text-version:       0.2.0.1+version:       0.2.1 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -40,7 +40,7 @@   build-depends:     base                 >= 4 && < 5,     containers           >= 0.3.0.0 && < 0.5,-    unordered-containers >= 0.1.4.6 && < 0.2+    unordered-containers >= 0.2.1   && < 0.3    exposed-modules:    Text.Hyphenation