summaryrefslogtreecommitdiffstats
path: root/much.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-05-14 22:51:18 +0200
committertv <tv@krebsco.de>2020-09-29 19:35:31 +0200
commit8d5e610b4caee7cb184294ca22f527f9f6934b82 (patch)
treeb1d95305dbf3a4134226c868798c125d06b8a863 /much.cabal
parent8e92e6e11d2b3b0bfb5ac9d68f347219493e6380 (diff)
Much.API: init
Diffstat (limited to 'much.cabal')
-rw-r--r--much.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/much.cabal b/much.cabal
index b0cdec9..935f148 100644
--- a/much.cabal
+++ b/much.cabal
@@ -87,13 +87,16 @@ library
, filepath
, friendly-time
, hyphenation
+ , http-types
, linebreak
+ , network
, old-locale
, process
, random
, rosezipper
, safe
, scanner
+ , servent-server
, split
, terminal-size
, text
@@ -102,5 +105,7 @@ library
, transformers-compat
, unix
, vector
+ , wai
+ , warp
default-language: Haskell2010
ghc-options: -O2 -Wall -threaded