-- Initial HPi.cabal generated by cabal init.  For further documentation,
-- see http://haskell.org/cabal/users-guide/

name:                HPi
version:             0.11.0
synopsis:            GPIO, I2C, SPI, and PWM functions for the Raspberry Pi.
description:         This package is a FFI wrapper around the bcm2835 library by Mike McCauley, it also includes a few utility functions for easier use of the imported functions.
homepage:            https://github.com/WJWH/HPi
license:             BSD3
license-file:        LICENSE
author:              Wander Hillen
maintainer:          wjw.hillen@gmail.com
copyright:           (c) 2013-2024 Wander Hillen
category:            System
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:  System.RaspberryPi.GPIO
  build-depends:    base < 5, bytestring < 0.13
  extra-libraries:  bcm2835
  default-language: Haskell2010

source-repository head
  type:     git
  location: git://github.com/WJWH/HPi.git