summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml
index 7cd6130..4acf9e8 100644
--- a/package.yaml
+++ b/package.yaml
@@ -6,9 +6,11 @@ author: stuebinm
maintainer: stuebinm@disroot.org
copyright: 2022 stuebinm
ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
+default-extensions: NoImplicitPrelude
dependencies:
- base
+ - universum
- aeson
- bytestring
- mtl
@@ -54,8 +56,7 @@ executables:
walint-server:
main: Main.hs
source-dirs: 'server'
- default-extensions:
- - NoImplicitPrelude
+ ghc-options: -rtsopts -threaded
dependencies:
- walint
- universum