Update holy-project.cabal

For issue #2.  Per cabal documentation the Paths_* modules should be included in `other-modules`.
This commit is contained in:
tomberek 2014-06-05 21:28:58 -04:00
parent e4bf6eff9f
commit 95b0c52c96

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