cake3-0.1.0.0: cake3.cabal
-- Initial hmg.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: cake3
version: 0.1.0.0
synopsis: Third cake - Makefile DSL
description: Thirdcake is a Makefile DSL written in Haskell. Write your build logic in
Haskell, obtain clean and safe Makefile, distribute it to the end-users.
GNU Make is required.
license: BSD3
license-file: LICENSE
author: Sergey Mironov
maintainer: grrwlf@gmail.com
-- copyright:
category: Development
build-type: Simple
cabal-version: >=1.8
data-dir: src
data-files: CakeScript.sh
library
exposed-modules: Development.Cake3, Development.Cake3.Types,
Development.Cake3.Writer, System.FilePath.Wrapper,
Development.Cake3.Monad,
Development.Cake3.Rules.UrWeb
Development.Cake3.Utils.Find
build-depends: base ==4.6.*, haskell-src-meta, template-haskell,
QuasiText, filepath, containers, text, monadloc, mtl,
bytestring,deepseq, system-filepath, text-format,
directory
hs-source-dirs: src
executable cake3
hs-source-dirs: src
main-is: CakeScript.hs
build-depends: base ==4.6.*, process
other-modules: Paths_cake3