packages feed

Cabal revisions of cmark-0.6.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                cmark-version:             0.6.1-synopsis:            Fast, accurate CommonMark (Markdown) parser and renderer-description:-  This package provides Haskell bindings for-  <https://github.com/jgm/cmark libcmark>, the reference-  parser for <http://commonmark.org CommonMark>, a fully-  specified variant of Markdown. It includes sources for-  libcmark (0.30.3) and does not require prior installation of the-  C library.--homepage:            https://github.com/jgm/cmark-hs-license:             BSD3-license-file:        LICENSE-author:              John MacFarlane-maintainer:          jgm@berkeley.edu-copyright:           (C) 2015-17 John MacFarlane-category:            Text-build-type:          Simple-extra-source-files:  README.md-                     changelog-                     cbits/chunk.h-                     cbits/cmark_export.h-                     cbits/debug.h-                     cbits/inlines.h-                     cbits/cmark.h-                     cbits/houdini.h-                     cbits/references.h-                     cbits/utf8.h-                     cbits/parser.h-                     cbits/cmark_version.h-                     cbits/html_unescape.h-                     cbits/iterator.h-                     cbits/node.h-                     cbits/buffer.h-                     cbits/render.h-                     cbits/cmark_ctype.h-                     cbits/config.h-                     cbits/scanners.h-                     cbits/case_fold_switch.inc-                     cbits/entities.inc-cabal-version:       1.14--Source-repository head-  type:              git-  location:          git://github.com/jgm/cmark-hs.git--flag pkgconfig-  default:     False-  description: Use system libcmark via pkgconfig--library-  exposed-modules:     CMark-  build-depends:       base >=4.5 && < 5.0,-                       text >= 1.0 && < 2.1,-                       bytestring-  if impl(ghc < 7.6)-    build-depends:     ghc-prim >= 0.2-  default-language:    Haskell2010-  ghc-options:         -Wall -fno-warn-unused-do-bind-  if flag(pkgconfig)-    pkgconfig-depends: libcmark-  else-    cc-options:        -Wall -std=c99-    Include-dirs:      cbits-    Includes:          cmark.h-    c-sources:         cbits/houdini_html_u.c-                       cbits/references.c-                       cbits/utf8.c-                       cbits/inlines.c-                       cbits/blocks.c-                       cbits/cmark.c-                       cbits/iterator.c-                       cbits/node.c-                       cbits/buffer.c-                       cbits/cmark_ctype.c-                       cbits/houdini_html_e.c-                       cbits/houdini_href_e.c-                       cbits/scanners.c-                       cbits/html.c-                       cbits/man.c-                       cbits/commonmark.c-                       cbits/latex.c-                       cbits/xml.c-                       cbits/render.c--Test-Suite test-cmark-  type:           exitcode-stdio-1.0-  main-is:        test-cmark.hs-  hs-source-dirs: test-  build-depends:  base, cmark, text, HUnit >= 1.2 && < 1.7-  ghc-options:    -Wall -fno-warn-unused-do-bind -threaded-  default-language: Haskell2010+name:                cmark
+version:             0.6.1
+x-revision: 1
+synopsis:            Fast, accurate CommonMark (Markdown) parser and renderer
+description:
+  This package provides Haskell bindings for
+  <https://github.com/jgm/cmark libcmark>, the reference
+  parser for <http://commonmark.org CommonMark>, a fully
+  specified variant of Markdown. It includes sources for
+  libcmark (0.30.3) and does not require prior installation of the
+  C library.
+
+homepage:            https://github.com/jgm/cmark-hs
+license:             BSD3
+license-file:        LICENSE
+author:              John MacFarlane
+maintainer:          jgm@berkeley.edu
+copyright:           (C) 2015-17 John MacFarlane
+category:            Text
+build-type:          Simple
+extra-source-files:  README.md
+                     changelog
+                     cbits/chunk.h
+                     cbits/cmark_export.h
+                     cbits/debug.h
+                     cbits/inlines.h
+                     cbits/cmark.h
+                     cbits/houdini.h
+                     cbits/references.h
+                     cbits/utf8.h
+                     cbits/parser.h
+                     cbits/cmark_version.h
+                     cbits/html_unescape.h
+                     cbits/iterator.h
+                     cbits/node.h
+                     cbits/buffer.h
+                     cbits/render.h
+                     cbits/cmark_ctype.h
+                     cbits/config.h
+                     cbits/scanners.h
+                     cbits/case_fold_switch.inc
+                     cbits/entities.inc
+cabal-version:       1.14
+
+Source-repository head
+  type:              git
+  location:          git://github.com/jgm/cmark-hs.git
+
+flag pkgconfig
+  default:     False
+  description: Use system libcmark via pkgconfig
+
+library
+  exposed-modules:     CMark
+  build-depends:       base >=4.5 && < 5.0,
+                       text >= 1.0 && < 2.2,
+                       bytestring
+  if impl(ghc < 7.6)
+    build-depends:     ghc-prim >= 0.2
+  default-language:    Haskell2010
+  ghc-options:         -Wall -fno-warn-unused-do-bind
+  if flag(pkgconfig)
+    pkgconfig-depends: libcmark
+  else
+    cc-options:        -Wall -std=c99
+    Include-dirs:      cbits
+    Includes:          cmark.h
+    c-sources:         cbits/houdini_html_u.c
+                       cbits/references.c
+                       cbits/utf8.c
+                       cbits/inlines.c
+                       cbits/blocks.c
+                       cbits/cmark.c
+                       cbits/iterator.c
+                       cbits/node.c
+                       cbits/buffer.c
+                       cbits/cmark_ctype.c
+                       cbits/houdini_html_e.c
+                       cbits/houdini_href_e.c
+                       cbits/scanners.c
+                       cbits/html.c
+                       cbits/man.c
+                       cbits/commonmark.c
+                       cbits/latex.c
+                       cbits/xml.c
+                       cbits/render.c
+
+Test-Suite test-cmark
+  type:           exitcode-stdio-1.0
+  main-is:        test-cmark.hs
+  hs-source-dirs: test
+  build-depends:  base, cmark, text, HUnit >= 1.2 && < 1.7
+  ghc-options:    -Wall -fno-warn-unused-do-bind -threaded
+  default-language: Haskell2010