blob: 786977a078d82adf0471aa9a13cda95b148b9922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|