summaryrefslogtreecommitdiff
path: root/spectralrenga.cabal
diff options
context:
space:
mode:
authorquidtum <quidtum>2022-02-22 21:10:45 -0500
committerquidtum <quidtum>2022-02-22 21:10:45 -0500
commit1935eff0b1738ae1293cc8a1a8b4e27a88ffb982 (patch)
tree5bcf538fc6644a61d065de7f2c7b9b65ddfe6d61 /spectralrenga.cabal
parent927a6bf17ed44bf2975c8f1bf507487e60ffa52e (diff)
build
Diffstat (limited to 'spectralrenga.cabal')
-rw-r--r--spectralrenga.cabal14
1 files changed, 11 insertions, 3 deletions
diff --git a/spectralrenga.cabal b/spectralrenga.cabal
index 4188e11..3910008 100644
--- a/spectralrenga.cabal
+++ b/spectralrenga.cabal
@@ -1,6 +1,6 @@
cabal-version: 1.12
--- This file has been generated from package.yaml by hpack version 0.34.2.
+-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
@@ -47,7 +47,11 @@ executable dbreset-exe
Paths_spectralrenga
hs-source-dirs:
dbreset
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -static -Wall -O2
+ cc-options: -static
+ extra-lib-dirs:
+ ./lib/
+ ld-options: -static -pthread
build-depends:
base
, containers
@@ -72,7 +76,11 @@ executable spectralrenga-exe
Paths_spectralrenga
hs-source-dirs:
app
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -static -Wall -O2
+ cc-options: -static
+ extra-lib-dirs:
+ ./lib/
+ ld-options: -static -pthread
build-depends:
base
, containers