From 3806bd1f5ce56afdbb4cc0c1ed54d53e25603be2 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 25 Aug 2025 03:05:35 +0000 Subject: Improves `hsm-cam` - Moves C++ constants to Haskell side - Uses better names for request callback related variables - Captures and redirects libcamera's internal logging --- hsm-cam/hsm-cam.cabal | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hsm-cam/hsm-cam.cabal') 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 -- cgit v1.2.1