removed more dependenncies

This commit is contained in:
Yann Esposito (Yogsototh) 2014-03-15 08:32:45 +01:00
parent efc106e3da
commit 3cf15e7b7e

View file

@ -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