Name: hpygments Version: 0.1.2 Synopsis: Highlight source code using Pygments Description: Highlight source code using Pygments . This package depends on Pygments and its accompanying @pygmentize@ script. Homepage: https://github.com/davidlazar/hpygments License: MIT License-file: LICENSE Author: David Lazar Maintainer: David Lazar Category: Text Build-type: Simple Cabal-version: >=1.6 Extra-source-files: README.md Data-files: pygments_dump_json.py source-repository head Type: git Location: https://github.com/davidlazar/hpygments Library ghc-options: -Wall Hs-source-dirs: src Exposed-modules: Text.Highlighting.Pygments Text.Highlighting.Pygments.Lexers Text.Highlighting.Pygments.Formatters Other-modules: Text.Highlighting.Pygments.JSON Paths_hpygments Build-depends: base >= 4 && < 5, bytestring, process, process-extras == 0.2.*, aeson == 0.6.1.*