-- Initial HPi.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: HPi version: 0.1.0.0 synopsis: GPIO and I2C 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: category: System build-type: Simple cabal-version: >=1.8 library exposed-modules: System.RaspberryPi.GPIO -- other-modules: build-depends: base ==4.5.*, bytestring ==0.9.*