packages feed

canteven-template-0.1.0.0: canteven-template.cabal

-- Initial canteven-snap.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                canteven-template
version:             0.1.0.0
synopsis:
  A few utilites and helpers for using Template Haskell in your projects.
description:
  Provides a few "batteries included" functions for doing common things with Template Haskell.
  In particular, adds 'readFileAsStrLiteral', which lets you use TH to access on-disk files at compile time.
homepage:            https://github.com/SumAll/canteven-snap
license:             Apache-2.0
license-file:        LICENSE
author:              Ethan Glasser-Camp
maintainer:          eglassercamp@sumall.com
-- copyright:
category:            Web
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10
homepage: https://github.com/SumAll/haskell-canteven-template/

source-repository head
  type: git
  location:  git://github.com/SumAll/haskell-canteven-template.git

library
  exposed-modules:
    Canteven.Template
  -- other-modules:
  -- other-extensions:
  build-depends:
    base >= 4.7 && < 5,
    blaze-html,
    bytestring,
    data-default,
    markdown >= 0.1 && < 0.2,
    template-haskell,
    text
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options: -Wall