symantic-document 1.5.0.20190711 → 1.5.1.20191028
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Symantic/Document/Plain.hs view
@@ -304,12 +304,12 @@ ul ds = catV $ (<$> ds) $ \d ->- from (Word '-')<>space<>flushlinePlain<>align d<>flushlinePlain+ from (Word '-')<>space<>flushlinePlain<>align d{-<>flushlinePlain-} ol ds = catV $ snd $ Fold.foldr (\d (i, acc) ->- (pred i, (from i<>from (Word '.')<>space<>flushlinePlain<>align d<>flushlinePlain) : acc)+ (pred i, (from i<>from (Word '.')<>space<>flushlinePlain<>align d{-<>flushlinePlain-}) : acc) ) (Fold.length ds, []) ds instance Spaceable d => Justifiable (Plain d) where justify p = (\x -> flushlinePlain <> x <> flushlinePlain) $ Plain $ \inh ->
symantic-document.cabal view
@@ -2,7 +2,7 @@ -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.5.0.20190711+version: 1.5.1.20191028 category: Text synopsis: Document symantics. description: Symantics for generating documents.