packages feed

Cabal revisions of cmark-lucid-0.1.0.0

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

revision 1
-name:                cmark-lucid-version:             0.1.0.0-synopsis:            Use cmark with Lucid-description:-  Use cmark with Lucid-homepage:            http://github.com/aelve/cmark-lucid-bug-reports:         http://github.com/aelve/cmark-lucid/issues-license:             BSD3-license-file:        LICENSE-author:              Artyom-maintainer:          yom@artyom.me--- copyright:           -category:            Web-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-lucid.git--library-  exposed-modules:     CMark.Lucid-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.7 && <4.10-                     , cmark-                     , lucid == 2.*-  ghc-options:         -Wall -fno-warn-unused-do-bind-  hs-source-dirs:      lib+name:                cmark-lucid
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Use cmark with Lucid
+description:
+  A package for rendering Markdown (parsed via cmark) to Lucid's HTML.
+homepage:            http://github.com/aelve/cmark-lucid
+bug-reports:         http://github.com/aelve/cmark-lucid/issues
+license:             BSD3
+license-file:        LICENSE
+author:              Artyom
+maintainer:          yom@artyom.me
+-- copyright:           
+category:            Web
+tested-with:         GHC == 7.8.4, 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-lucid.git
+
+library
+  exposed-modules:     CMark.Lucid
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=4.7 && <5
+                     , cmark
+                     , lucid == 2.*
+  ghc-options:         -Wall -fno-warn-unused-do-bind
+  hs-source-dirs:      lib
   default-language:    Haskell2010