snaplet-coffee-0.1.0.0: snaplet-coffee.cabal
-- Initial Snaplet-Coffee.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: snaplet-coffee
version: 0.1.0.0
-- synopsis:
description: A simple snaplet based off of 'snaplet-fay'
but for CoffeeScript.
license: GPL-3
license-file: LICENSE
author: Kevin van Rooijen
maintainer: kevin.van.rooijen@gmail.com
copyright: Copyright (C) 2013 Kevin van Rooijen
category: Snap
build-type: Simple
cabal-version: >=1.8
data-files:
resources/devel.cfg
library
ghc-options: -Wall
hs-source-dirs: src
exposed-modules:
Snap.Snaplet.Coffee
Snap.Snaplet.Coffee.Utils
other-modules:
Paths_snaplet_coffee
build-depends:
base >= 4 && < 5
, snap-core >= 0.9.3
, snap >= 0.11
, haskell-coffee >= 0.1
, filepath >= 1.3
, directory >= 1.1
, configurator >= 0.2
, mtl >= 2.1
, bytestring >= 0.9