aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-07-02 15:06:35 +0200
committerPaul Oliver <contact@pauloliver.dev>2025-08-13 23:54:10 +0000
commit8fe62292f18f4577303a868a8557b0486b218bcb (patch)
treecb9a9108eea479e932f37d03cf399b680e3886b2 /stack.yaml
parent0be7f1274e0cb8406bd4262b86d5e2e9dda77d7a (diff)
Code now uses `effectful` to manage side-effects
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/stack.yaml b/stack.yaml
index 0fda386..640de3f 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,9 +1,10 @@
+extra-deps:
+ - resourcet-effectful-1.0.1.0
+ - typelits-printf-0.3.0.0
packages:
- - hsm-bin
- - hsm-drive
+ - hsm-core
- hsm-gpio
- hsm-log
- hsm-pwm
- - hsm-readline
- - hsm-status
-snapshot: lts-23.7
+ - hsm-repl
+resolver: nightly-2025-07-02