Skip to content

Commit

Permalink
Update from Hackage at 2018-08-23T17:23:48Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 23, 2018
1 parent 3118a66 commit 9b5ee24
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
56 changes: 56 additions & 0 deletions opentok/0.0.1/opentok.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: opentok
version: 0.0.1
synopsis: An OpenTok SDK for Haskell
description:
.
Session creation, token generation, and archive management for the OpenTok platform.
category: Web
build-type: Simple
cabal-version: 1.18
author: Aaron Rice
maintainer: adrice727@gmail.com
homepage: https://github.com/adrice727/opentok-haskell
bug-reports: https://github.com/adrice727/opentok-haskell/issues
license: MIT
license-file: LICENSE
copyright: 2018 Aaron Rice

library
default-language: Haskell2010
exposed-modules: OpenTok, OpenTok.Session, OpenTok.Token, OpenTok.Archive, OpenTok.Types
other-modules: OpenTok.Client, OpenTok.Util
hs-source-dirs: src
build-depends:
base >=4.7 && <5
, base-compat >= 0.9.0
, aeson >= 1.1.2.0
, aeson-casing >= 0.1.0.5
, aeson-compat >= 0.3.4.0
, base64-string >= 0.2
, bytestring >= 0.10.0.0
, containers >= 0.5.7.1
, convertible >= 1.0.10.0
, either >= 4.0
, http-client >= 0.5.0
, http-client-tls >= 0.3.0
, http-conduit > 2.0.0
, http-types >= 0.6.0
, iproute >= 1.4.0
, jose >= 0.6.0.0
, lens >= 4.10
, monad-time >= 0.2.0.0
, unordered-containers >= 0.2.0
, SHA >= 1.6.4.2
, strings >= 1.1
, uuid >= 1.3.13
, utf8-string >=1.0.1.1
, text >= 1.0.0.0
, time >=1.4.0.1 && <1.9
, transformers >= 0.5.2.0
if flag(documentation)
build-depends: hscolour == 1.20.*

flag documentation
default: True


1 change: 1 addition & 0 deletions opentok/0.0.1/opentok.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"4fd70bc27df4748919f6a51cbc39ca3f","Skein512_512":"c66f0b82464ca530fec1a055c22aadc1fb38f4b874b27aa3b6d106b221919ff1df08be0e352519c071f2c3e344123d500b402fd8e4f3916f5646a9d593f399cd","SHA1":"7c4175813fbbf16b5a9e9e10984c7dcb3f7a8d0e","SHA512":"da34a831a408afe95a76bafc4a9aa47ed63edb00147f7cc55f799daf5cc4bb4f542aac7b6688cbd61c3ca1072ee1e4f6e94f536a02245e0dd8fc8eae6114426d","SHA256":"09e65d0b4f38fbdb11b9de662931f4f86558637e80a5694bba0ebb0996721754"},"package-locations":["https://hackage.haskell.org/package/opentok-0.0.1/opentok-0.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/opentok-0.0.1.tar.gz"],"package-size":8093}

0 comments on commit 9b5ee24

Please sign in to comment.