This commit is contained in:
Yann Esposito 2015-08-24 14:33:18 +02:00
parent ba9e48cb12
commit 066ba9125c
2 changed files with 1 additions and 4 deletions

View file

@ -2,7 +2,7 @@
-- see http://haskell.org/cabal/users-guide/
name: holy-project
version: 0.2.0.0
version: 0.2.0.1
synopsis: Start your Haskell project with cabal, git and tests.
description: Holy Project is an application wich ask the user
some questions and create files to help you

View file

@ -166,9 +166,6 @@ createProject p = do
, ( "Setup.hs"
, "Setup.hs"
)
, ( "interact"
, "interact"
)
, ( "project.cabal"
, projectName p ++ ".cabal"
)