update cabal file, add text and sqlite dependencies

This commit is contained in:
Christine Dodrill 2015-07-27 22:54:26 -07:00
parent 29215421f3
commit ab1a278660
1 changed files with 17 additions and 14 deletions

View File

@ -59,6 +59,8 @@ executable time-wasting-thread-memorial
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.7
, Spock >=0.7.9
, sqlite-simple >=0.4.9.0
, text >=1.2.1.1
-- Directories containing source files.
hs-source-dirs: src
@ -66,3 +68,4 @@ executable time-wasting-thread-memorial
-- Base language which the package is written in.
default-language: Haskell2010
-- vim: set ts=2 sw=2 tw=0 et :