hyphenation 0.2.1.5 → 0.2.1.6
raw patch · 2 files changed
+12/−7 lines, 2 filesdep +hyphenationdep ~basedep ~containersdep ~directoryPVP ok
version bump matches the API change (PVP)
Dependencies added: hyphenation
Dependency ranges changed: base, containers, directory, unordered-containers
API changes (from Hackage documentation)
Files
- hyphenation.cabal +11/−6
- src/Text/Hyphenation/Language.hs +1/−1
hyphenation.cabal view
@@ -1,6 +1,6 @@ name: hyphenation category: Text-version: 0.2.1.5+version: 0.2.1.6 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -62,9 +62,14 @@ type: exitcode-stdio-1.0 main-is: doctests.hs build-depends:- base == 4.*,- directory >= 1.0 && < 1.3,- doctest >= 0.8 && < 0.10,- filepath >= 1.3 && < 1.4- ghc-options: -Wall -Werror -threaded+ base,+ containers,+ directory >= 1.0 && < 1.2,+ doctest >= 0.8 && < 0.10,+ filepath >= 1.3 && < 1.4,+ hyphenation,+ unordered-containers+ ghc-options: -Wall -threaded+ if impl(ghc < 7.6)+ ghc-options: -Werror hs-source-dirs: tests
src/Text/Hyphenation/Language.hs view
@@ -212,7 +212,7 @@ french :: Hyphenator -- |--- >>> 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"] icelandic :: Hyphenator