Skip to content

Commit

Permalink
Update from Hackage at 2018-04-28T08:36:39Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 28, 2018
1 parent 3e54861 commit 05ecc75
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
77 changes: 77 additions & 0 deletions cisco-spark-api/0.1.0.3/cisco-spark-api.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
name: cisco-spark-api
version: 0.1.0.3
synopsis: A Haskell bindings for Webex Teams API
description: Please see the README on Github at <https://github.com/nshimaza/webex-teams-api#readme>
homepage: https://github.com/nshimaza/webex-teams-api#readme
license: MIT
license-file: LICENSE
author: Naoto Shimazaki
maintainer: Naoto.Shimazaki@gmail.com
copyright: Copyright: (c) 2017 Naoto Shimazaki
category: Web
build-type: Simple
extra-source-files: CHANGELOG.md
, README.md
cabal-version: >=1.10

library
hs-source-dirs: src
exposed-modules: Network.CiscoSpark
, Network.CiscoSpark.Internal
, Network.CiscoSpark.Types
build-depends: base >= 4.7 && < 5
, aeson
, attoparsec
, bytestring
, conduit
, data-default
, http-conduit
, network-uri
, text
, bitset-word8
default-language: Haskell2010

executable cisco-spark-api-exe
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, aeson
, bytestring
, conduit
, data-default
, http-conduit
, optparse-applicative
, text
, utf8-string
, cisco-spark-api
default-language: Haskell2010

test-suite cisco-spark-api-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: Network.CiscoSparkSpec
, Network.CiscoSpark.InternalSpec
, Network.CiscoSpark.TypesSpec
build-depends: base
, aeson
, attoparsec
, async
, bytestring
, conduit
, data-default
, http-conduit
, http-types
, network-uri
, text
, wai
, warp
, hspec
, cisco-spark-api
ghc-options: -rtsopts
default-language: Haskell2010

source-repository head
type: git
location: https://github.com/nshimaza/webex-teams-api
1 change: 1 addition & 0 deletions cisco-spark-api/0.1.0.3/cisco-spark-api.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"5ec857f1a9a90f2a7771e01c66d50ac6","Skein512_512":"abc6066c8b3a8296eb0aebc8cc462e451728bd4f954acad1a47a870e8e6fa71ad21b07a3986c4445b49f34ae61f2f3d69816ce92fc503df7e62fbff54e7f1828","SHA1":"1fbb97c0a7b58bc66dfb05691f0675ae5ef260a7","SHA512":"7cea75506e1f8eaae861dbd6597b8f85c73aa7a2d7db727bdd400d1ac9f9165b216e6605f0a8d5b488e9623fa55fe6b470e283695a23dd7809f3fb863460dbb6","SHA256":"7e962a9f34e5b0c66fe858f4c6a322d22586bc7a8ac602a317697d2d9b6228ba"},"package-locations":["https://hackage.haskell.org/package/cisco-spark-api-0.1.0.3/cisco-spark-api-0.1.0.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cisco-spark-api-0.1.0.3.tar.gz"],"package-size":38662}

0 comments on commit 05ecc75

Please sign in to comment.