aboutsummaryrefslogtreecommitdiff
path: root/hsm-gpio/hsm-gpio.cabal
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-08-27 00:31:13 +0000
committerPaul Oliver <contact@pauloliver.dev>2025-08-27 00:31:22 +0000
commitc6bd9536038af5949924d1ad20a121bb10553300 (patch)
tree231ff7d16956d09348ad2d5fd44309b669834ee7 /hsm-gpio/hsm-gpio.cabal
parent101b60386ec8380cc3a62154bc7c1c53205f5d59 (diff)
Eliminates `resourcet-effectful` dependency of `hsm-gpio`
Diffstat (limited to 'hsm-gpio/hsm-gpio.cabal')
-rw-r--r--hsm-gpio/hsm-gpio.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hsm-gpio/hsm-gpio.cabal b/hsm-gpio/hsm-gpio.cabal
index a56a67a..ba538db 100644
--- a/hsm-gpio/hsm-gpio.cabal
+++ b/hsm-gpio/hsm-gpio.cabal
@@ -10,7 +10,7 @@ library
, effectful-plugin
, hsm-core
, hsm-log
- , resourcet-effectful
+ , transformers
, vector
default-language: GHC2024