Skip to content

Commit

Permalink
Update from Hackage at 2020-03-30T23:33:46Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 30, 2020
1 parent 5d894a7 commit ff50a99
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 0 deletions.
112 changes: 112 additions & 0 deletions hw-kafka-avro/5.0.0/hw-kafka-avro.cabal
@@ -0,0 +1,112 @@
cabal-version: 2.4

name: hw-kafka-avro
version: 5.0.0
synopsis: Avro support for Kafka infrastructure
description: Avro support for Kafka infrastructure.
category: Services
homepage: https://github.com/haskell-works/hw-kafka-avro#readme
bug-reports: https://github.com/haskell-works/hw-kafka-avro/issues
author: Alexey Raga
maintainer: alexey.raga@gmail.com
copyright: Alexey Raga
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/haskell-works/hw-kafka-avro

flag examples
description: Also compile examples
manual: True
default: False

library
exposed-modules:
Kafka.Avro
Kafka.Avro.Decode
Kafka.Avro.Encode
Kafka.Avro.SchemaRegistry
hs-source-dirs: src
build-depends:
aeson
, avro >=0.5 && <0.6
, base >=4.7 && <5
, binary
, bytestring
, cache
, containers
, errors
, hashable
, http-client
, http-types
, lens
, mtl
, pure-zlib >=0.6
, semigroups
, tagged
, text
, transformers
, unordered-containers
, wreq
default-language: Haskell2010

executable kafka-avro-example
main-is: Main.hs
other-modules:
Message
hs-source-dirs: example
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, avro >=0.5 && <0.6
, base
, binary
, bytestring
, cache
, containers
, errors
, hashable
, http-client
, hw-kafka-avro
, mtl
, pure-zlib >=0.6
, semigroups
, text
, transformers
, unordered-containers
if !(flag(examples))
buildable: False
default-language: Haskell2010

test-suite kafka-avro-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
, avro >=0.5 && <0.6
, base
, binary
, bytestring
, cache
, containers
, errors
, hashable
, hspec
, http-client
, hw-kafka-avro
, mtl
, pure-zlib >=0.6
, semigroups
, text
, transformers
, unordered-containers
default-language: Haskell2010
1 change: 1 addition & 0 deletions hw-kafka-avro/5.0.0/hw-kafka-avro.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"fb441a98a93ab31cbb8a8d436c61ad18","Skein512_512":"a6b295f282239cc90c07b54a52cc922bc82c9c5b11285c4f4042ef0dc86d9f08cdbb9c03f9249e500debb36378a918641efc997849dba8ad5a6cb5cbc1747b26","SHA1":"501c2355435203595a352fb279e08577ee536754","SHA512":"a06d32e031c420cbdd94eef0c6bde60f6fb74c79f16055b4c5e6afed5cf1e0a61a1c856b391747452037facdbec5b69ad33ecec7f7a06e4dec6916c4cbefdd37","SHA256":"bc68c4b45e01a02442b98fe6aaa17eaddd35d6409527000cc35f565ffba04ac8"},"package-locations":["https://hackage.haskell.org/package/hw-kafka-avro-5.0.0/hw-kafka-avro-5.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hw-kafka-avro-5.0.0.tar.gz"],"package-size":7094}

0 comments on commit ff50a99

Please sign in to comment.