diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-01-27 21:43:49 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-01-29 04:13:02 +0000 |
commit | e876094f54aa3d4fc57b0ee3455ba5653facce67 (patch) | |
tree | 0d963599ece6591eca59b26e993d882a7caecf35 /hsm-status/hsm-status.cabal | |
parent | 194800033037f25f4c9fdae365f63f6abe0e110c (diff) |
Adds C bindings to interface with libgpiod
Diffstat (limited to 'hsm-status/hsm-status.cabal')
-rw-r--r-- | hsm-status/hsm-status.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hsm-status/hsm-status.cabal b/hsm-status/hsm-status.cabal index feeff93..108ce45 100644 --- a/hsm-status/hsm-status.cabal +++ b/hsm-status/hsm-status.cabal @@ -22,7 +22,7 @@ executable status , bytestring , containers , echo - , effectful-core + , effectful , hsm-core , hsm-gpio , log-effectful |