aboutsummaryrefslogtreecommitdiff
path: root/hsm-pwm/hsm-pwm.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hsm-pwm/hsm-pwm.cabal')
-rw-r--r--hsm-pwm/hsm-pwm.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/hsm-pwm/hsm-pwm.cabal b/hsm-pwm/hsm-pwm.cabal
index 4190975..69b6911 100644
--- a/hsm-pwm/hsm-pwm.cabal
+++ b/hsm-pwm/hsm-pwm.cabal
@@ -8,11 +8,12 @@ version: 0.1.0.0
library
build-depends:
, base
- , effectful-core
+ , effectful
, filepath
, log-effectful
- , process
+ , monad-loops
, text
+ , unix
exposed-modules: Hsm.PWM
ghc-options: -Wall -Wunused-packages