diff options
Diffstat (limited to 'acms/acms.cabal')
-rw-r--r-- | acms/acms.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/acms/acms.cabal b/acms/acms.cabal index 0c43b1a..96e3f99 100644 --- a/acms/acms.cabal +++ b/acms/acms.cabal @@ -88,8 +88,9 @@ library uuid, vector, wai, + wai-app-static, wai-cors, - warp + warp, executable acms @@ -106,7 +107,7 @@ executable acms optparse-applicative, sh, text, - utf8-string + utf8-string, if arch(javascript) buildable: False |