diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-08-28 13:37:39 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-08-28 19:57:06 +0000 |
commit | a0c172c871f404f268850fd22ef90268576b0cc6 (patch) | |
tree | cedf100bafc7794bdb8cab516a597271715b61b3 /hsm-cam/hsm-cam.cabal | |
parent | 0e7fd0dde11e1724de6ae40d77981b93ddb56ef8 (diff) |
Enforces not using `IOE` on `test-cam` application code
Diffstat (limited to 'hsm-cam/hsm-cam.cabal')
-rw-r--r-- | hsm-cam/hsm-cam.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hsm-cam/hsm-cam.cabal b/hsm-cam/hsm-cam.cabal index fe767cb..892a5fe 100644 --- a/hsm-cam/hsm-cam.cabal +++ b/hsm-cam/hsm-cam.cabal @@ -43,6 +43,7 @@ executable test-cam , base , bytestring , directory + , effectful , effectful-core , effectful-plugin , hsm-core |