diff options
Diffstat (limited to 'Cana.cabal')
-rw-r--r-- | Cana.cabal | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |