HPi 0.7.0 → 0.8.0
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- HPi.cabal +6/−6
HPi.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: HPi-version: 0.7.0+version: 0.8.0 synopsis: GPIO, I2C and SPI 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@@ -13,13 +13,13 @@ copyright: (c) 2013-2015 Wander Hillen category: System build-type: Simple-cabal-version: >=1.8+cabal-version: >=1.10 library- exposed-modules: System.RaspberryPi.GPIO- -- other-modules:- build-depends: base < 5, bytestring < 0.11- extra-libraries: bcm2835+ exposed-modules: System.RaspberryPi.GPIO+ build-depends: base < 5, bytestring < 0.13+ -- extra-libraries: bcm2835+ default-language: Haskell2010 source-repository head type: git