packages feed

HaTeX-qq-0.1.0.0: HaTeX-qq.cabal

name: HaTeX-qq
version: 0.1.0.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: (c) Hiromi ISHII 2015
maintainer: Hiromi ISHII <konn.jinro_at_gmail.com>
synopsis: Quasiquoters for HaTeX
description:
    Quasiquoters for HaTeX
category: Text
author: Hiromi ISHII <konn.jinro_at_gmail.com>
extra-source-files:
    Changelog.md

source-repository head
    type: git
    location: git://github.com/konn/HaTeX-qq.git

library
    exposed-modules:
        Text.LaTeX.QQ
        Text.LaTeX.Utils
    build-depends:
        base >=4.9.1.0 && <4.10,
        uniplate >=1.6.12 && <1.7,
        HaTeX >=3.17.2.0 && <3.18,
        antiquoter >=0.1.1.0 && <0.2,
        template-haskell >=2.11.1.0 && <2.12,
        text >=1.2.2.1 && <1.3,
        haskell-src-meta >=0.7.0.1 && <0.8
    default-language: Haskell2010
    other-extensions: TemplateHaskell OverloadedStrings
    hs-source-dirs: src
    other-modules:
        Text.LaTeX.QQ.Orphans