From 8fe62292f18f4577303a868a8557b0486b218bcb Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Wed, 2 Jul 2025 15:06:35 +0200 Subject: Code now uses `effectful` to manage side-effects --- hsm-bin/hsm-bin.cabal | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 hsm-bin/hsm-bin.cabal (limited to 'hsm-bin/hsm-bin.cabal') diff --git a/hsm-bin/hsm-bin.cabal b/hsm-bin/hsm-bin.cabal deleted file mode 100644 index de6e1a5..0000000 --- a/hsm-bin/hsm-bin.cabal +++ /dev/null @@ -1,34 +0,0 @@ -cabal-version: 3.4 -author: Paul Oliver -build-type: Simple -maintainer: contact@pauloliver.dev -name: hsm-bin -version: 0.1.0.0 - -common test-executable - build-depends: - , base - , hsm-gpio - , hsm-readline - , io-region - , monad-loops - - ghc-options: -Wall -Wunused-packages - - if !arch(x86_64) - ghc-options: -optl=-mno-fix-cortex-a53-835769 - - default-language: GHC2021 - -executable test-status - import: test-executable - build-depends: hsm-status - main-is: Test/Status.hs - -executable test-drive - import: test-executable - build-depends: - , hsm-drive - , hsm-pwm - - main-is: Test/Drive.hs -- cgit v1.2.1