packages feed

cmark-patterns-0.1.0.0: cmark-patterns.cabal

name:                cmark-patterns
version:             0.1.0.0
synopsis:            Pattern synonyms for cmark
description:
  Pattern synonyms for building and deconstructing cmark AST.
homepage:            http://github.com/aelve/cmark-patterns
bug-reports:         http://github.com/aelve/cmark-patterns/issues
license:             BSD3
license-file:        LICENSE
author:              Artyom
maintainer:          yom@artyom.me
-- copyright:           
category:            Parsing, Text
tested-with:         GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

source-repository head
  type:                git
  location:            git://github.com/aelve/cmark-patterns.git

library
  exposed-modules:     CMark.Patterns
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.8 && <5
                     , cmark == 0.5.*
  ghc-options:         -Wall -fno-warn-unused-do-bind
  hs-source-dirs:      lib
  default-language:    Haskell2010