-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: 5d0131e44b39a6d83e0f72ecd4cdd7e84764a20bb89537904b1bd6b9ead0ede4 name: mellon-gpio version: 0.8.0.4 synopsis: GPIO support for mellon description: @mellon-gpio@ provides a GPIO-driven @mellon-core@ @Device@. Currently, it provides support for Linux @sysfs@-based GPIO. category: System stability: experimental homepage: https://github.com/quixoftic/mellon#readme bug-reports: https://github.com/quixoftic/mellon/issues author: Drew Hess maintainer: Drew Hess copyright: Copyright (c) 2017, Quixoftic, LLC license: BSD3 license-file: LICENSE tested-with: GHC==7.10.3 GHC==8.0.1 GHC==8.0.2 GHC==8.2.1 GHC==8.2.2 build-type: Simple cabal-version: >= 1.10 extra-source-files: changelog.md package.yaml README.md source-repository head type: git location: https://github.com/quixoftic/mellon flag test-hlint description: Build hlint test manual: True default: True library hs-source-dirs: src build-depends: base >=4.8 && <5 , hpio >=0.8 && <1 , mellon-core ==0.8.* if impl(ghc >= 8.0) ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates else ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates if impl(ghc >= 8.0) ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances else build-depends: fail ==4.9.* , semigroups ==0.18.* exposed-modules: Mellon.Device.GPIO other-modules: Paths_mellon_gpio default-language: Haskell2010 test-suite hlint type: exitcode-stdio-1.0 main-is: hlint.hs hs-source-dirs: test ghc-options: -w -threaded -rtsopts -with-rtsopts=-N if impl(ghc >= 8.0) ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates else ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates if !(flag(test-hlint)) buildable: False else build-depends: base , hlint ==2.0.* default-language: Haskell2010