pro-abstract 0.1.3.0 → 0.1.4.0
raw patch · 3 files changed
+5/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ ProAbstract: BlockTagContent_Fork :: Blocks ann -> BlockTagContent ann
+ ProAbstract: BlockTagContent_Plain :: PlainBlock ann -> BlockTagContent ann
+ ProAbstract: data BlockTagContent ann
Files
- changelog.txt +3/−0
- library/pro-abstract/ProAbstract.hs +1/−1
- pro-abstract.cabal +1/−1
changelog.txt view
@@ -11,3 +11,6 @@ - type families TaggedType and BareType - isomorphism 'taggedOrBare' - prisms 'tagged' and 'bare'++v0.1.4.0 - Export BlockTagContent from the ProAbstract module+ (mistakenly omitted in v0.1.1.0)
library/pro-abstract/ProAbstract.hs view
@@ -236,7 +236,7 @@ {- * Blocks -} Block (..), Blocks (..), {- ** Paragraphs -} Paragraph (..), HasManyParagraphs (..),- {- ** Tag blocks -} BlockTag (..), blockTag,+ {- ** Tag blocks -} BlockTag (..), blockTag, BlockTagContent (..), {- * Lines -} Inline (..), Line (..), Lines (..), {- ** Plain text -} Fragment (..), PlainBlock (..),
pro-abstract.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: pro-abstract-version: 0.1.3.0+version: 0.1.4.0 category: Language synopsis: Abstract syntax for writing documents