packages feed

roku-api-0.1.0.0: roku-api.cabal

name:                roku-api
version:             0.1.0.0
synopsis:            Bindings to Roku's External Control API
description:         Bindings to Roku's External Control API.
license:             BSD3
license-file:        LICENSE
author:              Brian McKenna
maintainer:          brian@brianmckenna.org
category:            Network
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Network.Roku
                     , Network.Roku.App
                     , Network.Roku.Keys
                     , Network.Roku.Request
  build-depends:       base >=4.9 && <4.10
                     , bytestring
                     , http-client
                     , network
                     , text
                     , xml
                     , xml-extractors
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/puffnfresh/roku-api