name: cmark-sections
version: 0.3.0
synopsis: Represent cmark-parsed Markdown as a tree of sections
description:
Represent cmark-parsed Markdown as a tree of sections
homepage: http://github.com/aelve/cmark-sections
bug-reports: http://github.com/aelve/cmark-sections/issues
license: BSD3
license-file: LICENSE
author: Artyom
maintainer: yom@artyom.me
-- copyright:
category: Text
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/aelve/cmark-sections.git
library
exposed-modules: CMark.Sections
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <5
, base-prelude == 1.*
, cmark >= 0.5 && < 0.5.6
, containers
, microlens == 0.4.*
, split == 0.2.*
, text
ghc-options: -Wall -fno-warn-unused-do-bind
hs-source-dirs: lib
default-language: Haskell2010
test-suite tests
main-is: Main.hs
type: exitcode-stdio-1.0
build-depends: QuickCheck >= 2.8 && < 3
, base
, base-prelude
, cmark
, cmark-sections
, containers
, hspec >= 2.2 && < 2.5
, text
ghc-options: -Wall -fno-warn-unused-do-bind
hs-source-dirs: tests
default-language: Haskell2010