haskell-coffee-0.1.0.2: haskell-coffee.cabal
-- Initial Coffee.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: haskell-coffee
version: 0.1.0.2
synopsis: Simple CoffeeScript API
-- description:
license: GPL-3
license-file: LICENSE
author: Kevin van Rooijen
maintainer: kevin.van.rooijen@gmail.com
copyright: Copyright (C) 2013 Kevin van Rooijen
category: Language
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Coffee.Bindings
-- other-modules:
build-depends:
base >= 4 && <= 5
, process >= 1.1 && <= 1.3
hs-source-dirs: src