summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorstuebinm2022-02-18 18:09:23 +0100
committerstuebinm2022-02-18 18:09:23 +0100
commit7c49e6c367c9d021f3630c08a4a13ba9abc5df08 (patch)
treec278d23a6e39c353f5aa02d1ce9785122e1eea62 /package.yaml
parentfaa244e1a7e760be88054a5f15b3e115ad8e32e5 (diff)
switch to universum prelude
also don't keep adjusted maps around if not necessary
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