packages feed

pro-abstract-0.2.1.0: changelog.txt

v0.1.0.0 - Initial

v0.1.1.0 - Added the BlockTagContent type

v0.1.2.0 - Add instances (Eq, Show, Generic, Hashable, NFData)
           to classes (BlockTag, BlockTagContent)

v0.1.3.0 - Add:
    - type TaggedOrBare
    - class IsTaggedOrBare
        - 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)

v0.2.0.0 - Remove:
    - prism 'blockTag' -- use 'tagged' instead
    - prism 'paragraph' -- use 'bare' instead

v0.2.1.0 - Add:
    MetaItem, MetaValue, metaMap, metaList