diff --git a/holy-project.cabal b/holy-project.cabal index c2db6a3..d8979ad 100644 --- a/holy-project.cabal +++ b/holy-project.cabal @@ -43,7 +43,7 @@ executable holy-project main-is: Main.hs -- other-modules: -- other-extensions: - build-depends: base >=4.6 && <4.7 + build-depends: base , ansi-terminal , split , hastache @@ -73,7 +73,7 @@ library , HolyProject.MontyPython -- other-modules: -- other-extensions: - build-depends: base >=4.6 && <4.7 + build-depends: base , ansi-terminal , split , hastache @@ -100,7 +100,7 @@ executable test-holy-project other-modules: HolyProject.GithubAPI.Test , HolyProject.StringUtils.Test default-language: Haskell2010 - build-depends: base ==4.6.*, Cabal >= 1.16.0 + build-depends: base , holy-project , HUnit , QuickCheck @@ -116,7 +116,7 @@ test-suite Tests main-is: Test.hs Type: exitcode-stdio-1.0 default-language: Haskell2010 - build-depends: base ==4.6.*, Cabal >= 1.16.0 + build-depends: base , holy-project , HUnit , QuickCheck