packages feed

gpio-0.1.0.3: gpio.cabal

-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack

name:           gpio
version:        0.1.0.3
synopsis:       Haskell GPIO interface, designed specifically for the RaspberryPi.
description:    Please see README.md
category:       Hardware
homepage:       http://github.com/tgolson/gpio
author:         Tyler Olson
maintainer:     tydotg@gmail.com
copyright:      2016 Tyler Olson
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

library
  hs-source-dirs:
      lib
  default-extensions: DataKinds DeriveGeneric FlexibleContexts FlexibleInstances GADTs KindSignatures LambdaCase OverloadedStrings ScopedTypeVariables StandaloneDeriving
  ghc-options: -Wall
  build-depends:
      base >= 4.7 && < 5
    , directory
    , exceptions
    , monad-control
    , optparse-generic
    , safe
  exposed-modules:
      System.GPIO
  other-modules:
      System.GPIO.Path
      System.GPIO.Types
      Paths_gpio
  default-language: Haskell2010

executable gpio
  main-is: Main.hs
  hs-source-dirs:
      exec
  default-extensions: DataKinds DeriveGeneric FlexibleContexts FlexibleInstances GADTs KindSignatures LambdaCase OverloadedStrings ScopedTypeVariables StandaloneDeriving
  ghc-options: -Wall
  build-depends:
      base >= 4.7 && < 5
    , directory
    , exceptions
    , monad-control
    , optparse-generic
    , safe
    , gpio
  default-language: Haskell2010