Cabal revisions of gridtables-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.4 name: gridtables version: 0.1.0.0+x-revision: 1 synopsis: Parser for reStructuredText-style grid tables. description: Provides a parser for plain-text representations of tables. This package supports table headers, cells build-depends: base >= 4.12 && < 5 , array , parsec >= 3.1 && < 3.2- , text >= 1.1.1.0 && < 1.3 || >= 2.0 && < 2.1+ , text >= 1.1.1.0 && < 1.3 || >= 2.0 && < 2.2 default-language: Haskell2010 default-extensions: OverloadedStrings other-extensions: FlexibleContexts