diff options
author | stuebinm | 2022-02-15 22:28:24 +0100 |
---|---|---|
committer | stuebinm | 2022-03-19 19:26:32 +0100 |
commit | c69c90f3d12d088eb60cf6da66c7cc473d399abf (patch) | |
tree | 7923987fc396da118727d557c59a89ae52041c78 /package.yaml | |
parent | 7c9614d0397b9b58dc29775ac3c8057bff9c876b (diff) |
server: switch to universum prelude, some cleanup
it's slightly less of a mess than it was before
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml index 4392187..652cb37 100644 --- a/package.yaml +++ b/package.yaml @@ -53,14 +53,19 @@ executables: walint-server: main: Main.hs source-dirs: 'server' + default-extensions: + - NoImplicitPrelude dependencies: - walint + - universum + - containers - base-compat - time - directory - filepath - warp - wai + - wai-extra - servant - servant-server - lucid @@ -70,8 +75,6 @@ executables: - cli-extras - extra - uuid - - containers - - microlens - microlens-th - tomland - dotgen |