Track _shake/build.cabal.
This commit is contained in:
parent
8ccaa01e8a
commit
30266ddd6e
1 changed files with 25 additions and 0 deletions
25
_shake/build.cabal
Normal file
25
_shake/build.cabal
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
-- 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
|
Loading…
Reference in a new issue