Cabal revisions of jira-wiki-markup-1.5.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.4 name: jira-wiki-markup version: 1.5.1+x-revision: 1 synopsis: Handle Jira wiki markup description: Parse jira wiki text into an abstract syntax tree for easy transformation to other formats. common common-options build-depends: base >= 4.9 && < 5- , text >= 1.1.1 && < 1.3 || >= 2.0 && < 2.1+ , text >= 1.1.1 && < 1.3 || >= 2.0 && < 2.2 default-language: Haskell2010 default-extensions: OverloadedStrings ghc-options: -Wall