From ab4591cb0e074ce98c24645cdb80cb5012aed566 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 7 Feb 2025 17:10:05 +0000 Subject: Initial --- hsm-gpio/hsm-gpio.cabal | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hsm-gpio/hsm-gpio.cabal (limited to 'hsm-gpio/hsm-gpio.cabal') diff --git a/hsm-gpio/hsm-gpio.cabal b/hsm-gpio/hsm-gpio.cabal new file mode 100644 index 0000000..786977a --- /dev/null +++ b/hsm-gpio/hsm-gpio.cabal @@ -0,0 +1,21 @@ +cabal-version: 3.4 +author: Paul Oliver +build-type: Simple +maintainer: contact@pauloliver.dev +name: hsm-gpio +version: 0.1.0.0 + +library + build-depends: + , base + , bytestring + , hsm-log + , io-region + , text + , vector + + exposed-modules: Hsm.GPIO + other-modules: Hsm.GPIO.Lib + ghc-options: -Wall -Wunused-packages + extra-libraries: gpiod + default-language: GHC2021 -- cgit v1.2.1