hyphenation 0.2.1.6 → 0.2.1.7
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hyphenation.cabal +2/−2
hyphenation.cabal view
@@ -1,6 +1,6 @@ name: hyphenation category: Text-version: 0.2.1.6+version: 0.2.1.7 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -26,7 +26,7 @@ >>> hyphenate english_US "hyphenation" ["hy","phen","ation"] .- >>> hyphenate icelandic "vaðlaheiðavegavinnuverkfærageymsluskúr"+ >>> hyphenate icelandic "va\240lahei\240avegavinnuverkf\230rageymslusk\250r" ["va\240la","hei\240a","vega","vinnu","verk","f\230ra","geymslu","sk\250r"] build-type: Simple