update cabal file, add text and sqlite dependencies
This commit is contained in:
parent
29215421f3
commit
ab1a278660
|
@ -59,6 +59,8 @@ executable time-wasting-thread-memorial
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.6 && <4.7
|
build-depends: base >=4.6 && <4.7
|
||||||
, Spock >=0.7.9
|
, Spock >=0.7.9
|
||||||
|
, sqlite-simple >=0.4.9.0
|
||||||
|
, text >=1.2.1.1
|
||||||
|
|
||||||
-- Directories containing source files.
|
-- Directories containing source files.
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
|
@ -66,3 +68,4 @@ executable time-wasting-thread-memorial
|
||||||
-- Base language which the package is written in.
|
-- Base language which the package is written in.
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
|
-- vim: set ts=2 sw=2 tw=0 et :
|
||||||
|
|
Loading…
Reference in New Issue