diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-08-27 04:10:47 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-08-27 04:17:18 +0000 |
commit | ec1a6fba4c944d95edb2397b47b6cebc59e2758d (patch) | |
tree | 48e4eccaa30f6607ceac01e1f97007b8d39f0f00 /hsm-cam/hsm-cam.cabal | |
parent | 3806bd1f5ce56afdbb4cc0c1ed54d53e25603be2 (diff) |
Moves commonly used `bracket` combinators into separate module
Diffstat (limited to 'hsm-cam/hsm-cam.cabal')
-rw-r--r-- | hsm-cam/hsm-cam.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hsm-cam/hsm-cam.cabal b/hsm-cam/hsm-cam.cabal index 5c06ea7..fe767cb 100644 --- a/hsm-cam/hsm-cam.cabal +++ b/hsm-cam/hsm-cam.cabal @@ -13,6 +13,7 @@ library , directory , effectful-core , effectful-plugin + , hsm-core , hsm-log , JuicyPixels , monad-loops @@ -44,6 +45,7 @@ executable test-cam , directory , effectful-core , effectful-plugin + , hsm-core , hsm-log , JuicyPixels , monad-loops |