From 358305b196e41ca88155fd0d71516cefe7e2732d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 15 Feb 2022 22:28:24 +0100 Subject: server: switch to universum prelude, some cleanup it's slightly less of a mess than it was before --- walint.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'walint.cabal') diff --git a/walint.cabal b/walint.cabal index 1165a37..5b82fec 100644 --- a/walint.cabal +++ b/walint.cabal @@ -87,6 +87,8 @@ executable walint-server Paths_walint hs-source-dirs: server + default-extensions: + NoImplicitPrelude ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors build-depends: aeson @@ -102,7 +104,6 @@ executable walint-server , filepath , http-types , lucid - , microlens , microlens-th , mtl , servant @@ -111,8 +112,10 @@ executable walint-server , text , time , tomland + , universum , uuid , wai + , wai-extra , walint , warp default-language: Haskell2010 -- cgit v1.2.3