Added missing modules to cabal

This commit is contained in:
Kirilll Zaborsky 2013-12-18 17:24:27 +04:00
parent 4f529ab9a7
commit aa67d6a20b

View file

@ -67,6 +67,8 @@ library
exposed-modules: HolyProject
, HolyProject.StringUtils
, HolyProject.GithubAPI
other-modules: HolyProject.GitConfig
, HolyProject.MontyPython
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7
@ -93,6 +95,8 @@ executable test-holy-project
hs-source-dirs: test
ghc-options: -Wall
main-is: Test.hs
other-modules: HolyProject.GithubAPI.Test
, HolyProject.StringUtils.Test
default-language: Haskell2010
build-depends: base ==4.6.*, Cabal >= 1.16.0
, holy-project