aboutsummaryrefslogtreecommitdiff
path: root/Cana.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'Cana.cabal')
-rw-r--r--Cana.cabal9
1 files changed, 6 insertions, 3 deletions
diff --git a/Cana.cabal b/Cana.cabal
index d09fbf2..161633d 100644
--- a/Cana.cabal
+++ b/Cana.cabal
@@ -48,11 +48,12 @@ library
, mime-types
, network
, network-uri
- , process
+ , process-extras
, stringsearch
, text
, tls
, transformers
+ , utf8-string
, x509
, x509-store
default-language: Haskell2010
@@ -73,11 +74,12 @@ executable Cana-exe
, mime-types
, network
, network-uri
- , process
+ , process-extras
, stringsearch
, text
, tls
, transformers
+ , utf8-string
, x509
, x509-store
if flag(static)
@@ -106,11 +108,12 @@ test-suite Cana-test
, mime-types
, network
, network-uri
- , process
+ , process-extras
, stringsearch
, text
, tls
, transformers
+ , utf8-string
, x509
, x509-store
default-language: Haskell2010