packages feed

cmark-highlight-0.2.0.0: cmark-highlight.cabal

name:                cmark-highlight
version:             0.2.0.0
synopsis:            Code highlighting for cmark
description:
  Code highlighting for cmark
homepage:            http://github.com/aelve/cmark-highlight
bug-reports:         http://github.com/aelve/cmark-highlight/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-highlight.git

library
  exposed-modules:     CMark.Highlight
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.10
                     , blaze-html
                     , cmark == 0.5.*
                     , highlighting-kate == 0.6.*
                     , text
  ghc-options:         -Wall -fno-warn-unused-do-bind
  hs-source-dirs:      lib
  default-language:    Haskell2010