added respository infos in cabal

This commit is contained in:
Yann Esposito (Yogsototh) 2013-12-04 20:48:39 +01:00
parent 9abaf53abe
commit 00915829f3
2 changed files with 16 additions and 1 deletions

View file

@ -4,7 +4,12 @@
name: holy-project
version: 0.1.0.0
synopsis: Start your Haskell project with cabal, git and tests.
-- description:
description: Holy Project is an application wich ask the user
some questions and create files to help you
starting a new Haskell project.
There are example for tests using HUnit and SmallCheck
It initialize git, use cabal sandboxes, and provide
two useful scripts: \"auto-update\" and \"interact\".
homepage: http://github.com/yogsototh/holy-project
license: MIT
license-file: LICENSE
@ -27,6 +32,11 @@ data-files: scaffold/LICENSE
, scaffold/test/Test.hs
cabal-version: >=1.10
source-repository head
type: git
branch: master
location: http://github.com/yogsototh/holy-project
executable holy-project
main-is: Main.hs
-- other-modules:

View file

@ -16,6 +16,11 @@ build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
source-repository head
type: git
branch: master
location: http://github.com/{{ghaccount}}/{{projectName}}
executable {{projectName}}
main-is: Main.hs
-- other-modules: