summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2022-02-18 18:09:23 +0100
committerstuebinm2022-02-18 18:09:23 +0100
commit7c49e6c367c9d021f3630c08a4a13ba9abc5df08 (patch)
treec278d23a6e39c353f5aa02d1ce9785122e1eea62 /walint.cabal
parentfaa244e1a7e760be88054a5f15b3e115ad8e32e5 (diff)
switch to universum prelude
also don't keep adjusted maps around if not necessary
Diffstat (limited to 'walint.cabal')
-rw-r--r--walint.cabal8
1 files changed, 7 insertions, 1 deletions
diff --git a/walint.cabal b/walint.cabal
index caf3a4f..ae7f6aa 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -34,6 +34,8 @@ library
Paths_walint
hs-source-dirs:
lib
+ default-extensions:
+ NoImplicitPrelude
ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
build-depends:
HList
@@ -53,6 +55,7 @@ library
, text
, text-metrics
, transformers
+ , universum
, uri-encode
, vector
, witherable
@@ -65,6 +68,8 @@ executable walint
Paths_walint
hs-source-dirs:
src
+ default-extensions:
+ NoImplicitPrelude
ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
build-depends:
aeson
@@ -76,6 +81,7 @@ executable walint
, process
, template-haskell
, text
+ , universum
, walint
default-language: Haskell2010
@@ -91,7 +97,7 @@ executable walint-server
server
default-extensions:
NoImplicitPrelude
- ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
+ ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors -rtsopts -threaded
build-depends:
aeson
, async