packages feed

hyphenation 0.2 → 0.2.0.1

raw patch · 2 files changed

+6/−6 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/Hyphenation/Pattern.hs view
@@ -42,11 +42,11 @@     Nothing -> ys  -- | Insert a Knuth-Liang hyphenation pattern into the trie--- .--- * @.@ denotes the start or end of the input--- .--- * @0-9@ are used to denote hyphenation or dehyphenation depending on whether or not they are even (no hyphen) or odd (hyphen allowed).--- .+--+-- 1. @.@ denotes the start or end of the input+--+-- 2. @0-9@ are used to denote hyphenation or dehyphenation depending on whether or not they are even (no hyphen) or odd (hyphen allowed).+-- -- Patterns are overlaid and the maximum value at each location is used. -- this allows you to implement a finite number of precedences between hyphenation rules --
hyphenation.cabal view
@@ -1,6 +1,6 @@ name:          hyphenation category:      Text-version:       0.2+version:       0.2.0.1 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE