diff options
Diffstat (limited to '')
-rw-r--r-- | walint.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
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 |