an actal working version of cabal packages

This commit is contained in:
Yann Esposito (Yogsototh) 2014-04-18 20:10:32 +02:00
parent 3cf15e7b7e
commit ec15dd5e34

View file

@ -44,21 +44,21 @@ executable holy-project
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: base build-depends: base
, ansi-terminal , ansi-terminal >= 0.6.1.1 && < 0.7
, split , split >= 0.2.2 && < 0.3
, hastache , hastache >= 0.5.1 && < 0.6
, bytestring , bytestring
, syb , syb >= 0.4.1 && < 0.5
, directory , directory
, time , time
, filepath , filepath
, process , process
, random , random >= 1.0.1.1 && < 1.1
, http-conduit , http-conduit >= 2.0.0.8 && < 2.1
, lens , lens >= 3.10.2 && < 3.11
, lens-aeson , lens-aeson >= 0.1.2 && < 0.2
, aeson , aeson >= 0.6.2.1 && < 0.7
, text , text >= 0.11.3.1 && < 0.12
-- from Tasty cabal with ansi-terminal -- from Tasty cabal with ansi-terminal
cpp-options: -DCOLORS cpp-options: -DCOLORS
hs-source-dirs: src hs-source-dirs: src