26 lines
804 B
Text
26 lines
804 B
Text
|
-- Initial build.cabal generated by cabal init. For further documentation,
|
||
|
-- see http://haskell.org/cabal/users-guide/
|
||
|
|
||
|
name: build
|
||
|
version: 0.1.0.0
|
||
|
synopsis: A Shake build system for my application in French.
|
||
|
-- description:
|
||
|
license: GPL-3
|
||
|
license-file: LICENSE
|
||
|
author: Sergiu Ivanov
|
||
|
maintainer: sivanov@colimite.fr
|
||
|
-- copyright:
|
||
|
category: Text
|
||
|
build-type: Simple
|
||
|
extra-source-files: ChangeLog.md
|
||
|
cabal-version: >=1.10
|
||
|
|
||
|
executable build
|
||
|
main-is: Build.hs
|
||
|
-- other-modules:
|
||
|
-- other-extensions:
|
||
|
build-depends: base >=4.9 && <4.14,
|
||
|
shake >=0.16 && <0.20
|
||
|
-- hs-source-dirs:
|
||
|
default-language: Haskell2010
|