aboutsummaryrefslogtreecommitdiff
path: root/hsm-cam/hsm-cam.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hsm-cam/hsm-cam.cabal')
-rw-r--r--hsm-cam/hsm-cam.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/hsm-cam/hsm-cam.cabal b/hsm-cam/hsm-cam.cabal
index ade45d9..5c06ea7 100644
--- a/hsm-cam/hsm-cam.cabal
+++ b/hsm-cam/hsm-cam.cabal
@@ -10,12 +10,15 @@ library
build-depends:
, base
, bytestring
+ , directory
, effectful-core
, effectful-plugin
, hsm-log
, JuicyPixels
+ , monad-loops
, primitive
, shared-memory
+ , unix
, vector
cxx-options: -O3 -Wall -Wextra -Werror -std=c++20
@@ -38,12 +41,15 @@ executable test-cam
build-depends:
, base
, bytestring
+ , directory
, effectful-core
, effectful-plugin
, hsm-log
, JuicyPixels
+ , monad-loops
, primitive
, shared-memory
+ , unix
, vector
cxx-options: -O3 -Wall -Wextra -Werror -std=c++20