Merge pull request #3 from tomberek/patch-1

Update holy-project.cabal
This commit is contained in:
Yann Esposito 2014-06-06 05:51:12 +02:00
commit 300cb3f491

View file

@ -41,7 +41,7 @@ source-repository head
executable holy-project executable holy-project
main-is: Main.hs main-is: Main.hs
-- other-modules: other-modules: Paths_holy_project
-- other-extensions: -- other-extensions:
build-depends: base >= 4.6 && < 5 build-depends: base >= 4.6 && < 5
, ansi-terminal >= 0.6.1.1 , ansi-terminal >= 0.6.1.1
@ -71,6 +71,7 @@ library
, HolyProject.GithubAPI , HolyProject.GithubAPI
other-modules: HolyProject.GitConfig other-modules: HolyProject.GitConfig
, HolyProject.MontyPython , HolyProject.MontyPython
, Paths_holy_project
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: base >= 4.6 && < 5 build-depends: base >= 4.6 && < 5
@ -99,6 +100,7 @@ executable test-holy-project
main-is: Test.hs main-is: Test.hs
other-modules: HolyProject.GithubAPI.Test other-modules: HolyProject.GithubAPI.Test
, HolyProject.StringUtils.Test , HolyProject.StringUtils.Test
, Paths_holy_project
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >=4.6 && < 5 build-depends: base >=4.6 && < 5
, Cabal >= 1.18.0 , Cabal >= 1.18.0