packages feed

HaTeX-qq-0.0.1.2: HaTeX-qq.cabal

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

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

library
  exposed-modules:     Text.LaTeX.QQ Text.LaTeX.Utils
  other-modules:       Text.LaTeX.QQ.Orphans
  other-extensions:    TemplateHaskell OverloadedStrings
  build-depends:       base             >= 4 && <5,
                       uniplate         == 1.6.*,
                       HaTeX            >= 3.15 && < 3.17,
                       antiquoter       == 0.1.*,
                       template-haskell >= 2.8 && < 2.11,
                       text             >= 1.0 && < 1.3,
                       haskell-src-meta == 0.6.*
  hs-source-dirs:      src
  default-language:    Haskell2010


-- test-suite spec
--   type:                 exitcode-stdio-1.0
--   default-language:     Haskell2010
--   hs-source-dirs:       test
--   ghc-options:          -Wall
--   Main-is:              Spec.hs
--   build-depends:        base
--                ,        hspec
--                ,        QuickCheck
--                ,        HaTeX-qq
--