Cabal revisions of commonmark-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.2 name: commonmark version: 0.1.0.0+x-revision: 1 synopsis: Pure Haskell commonmark parser. description: This library provides the core data types and functions library hs-source-dirs: src+ -- GHC-8.2:+ -- SCC annotations can now be used for declarations. build-depends:- base >=4.7 && <5+ base >=4.10 && <5 , text , bytestring , containers ghc-options: -fwrite-ide-info -hiedir=.hie ghc-options: -Wall -fno-warn-unused-do-bind -funbox-small-strict-fields default-language: Haskell2010+ other-extensions: StrictData test-suite test-commonmark type: exitcode-stdio-1.0