phd-thesis-en/builderbot/Build.cabal

29 lines
707 B
Plaintext

-- Initial Build.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: buildthesis
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
license-file: LICENSE
author: eeva
maintainer: eeva@canine
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable buildthesis
main-is: Build.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8
,directory >=1.2
,shake
,Glob
-- hs-source-dirs:
default-language: Haskell2010