Skip to content

Commit

Permalink
Update from Hackage at 2018-03-27T00:03:09Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 27, 2018
1 parent 621f3ff commit 0200fec
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions roku-api/0.1.0.0/roku-api.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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
1 change: 1 addition & 0 deletions roku-api/0.1.0.0/roku-api.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"f90feec8688f4d78d58f08ffad921362","Skein512_512":"680a5f3a237db56ca7da8cf429bdf5baa911a14d5337858b3641951dd8542be0e4ff11f096403e0af98ed10176ab2192de8919133d767cc37df8eac903cd0d57","SHA1":"e78e33fc86949ca8f3cc5c539f8307f14a609110","SHA512":"1385513a5bf55b00cf1d4ac499b8422d8af0003b118ea95b2cc491f09b2b5c43ab12912335fffccfe78d0e82cec0cd16cb8441467a54558a3c11b78ded334a06","SHA256":"6c90a106369e3666fd0d91d598546a1484ac59b057c5517dc780c876f1af7807"},"package-locations":["https://hackage.haskell.org/package/roku-api-0.1.0.0/roku-api-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/roku-api-0.1.0.0.tar.gz"],"package-size":3052}

0 comments on commit 0200fec

Please sign in to comment.