Skip to content

Commit

Permalink
Update from Hackage at 2017-09-19T07:47:11Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 19, 2017
1 parent 006b0f4 commit 511efbf
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 0 deletions.
168 changes: 168 additions & 0 deletions nakadi-client/0.2.0.0/nakadi-client.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack

name: nakadi-client
version: 0.2.0.0
synopsis: Client library for the Nakadi Event Broker
description: This package implements a client library for interacting with the Nakadi event broker system developed by Zalando.
category: Network
homepage: https://github.com/mtesseract/nakadi-haskell#readme
bug-reports: https://github.com/mtesseract/nakadi-haskell/issues
author: Moritz Schulte
maintainer: mtesseract@silverratio.net
copyright: (c) 2017 Moritz Schulte
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/mtesseract/nakadi-haskell

library
hs-source-dirs:
src
default-extensions: NoImplicitPrelude OverloadedStrings DuplicateRecordFields
ghc-options: -Wall -fno-warn-type-defaults
build-depends:
base >=4.7 && <5
, conduit
, conduit-extra
, conduit-combinators
, iso8601-time
, bytestring
, containers
, vector
, hashable
, aeson
, monad-logger
, text
, lens
, http-types
, http-client
, http-client-tls
, http-conduit
, resourcet
, uuid
, mtl
, transformers
, scientific
, safe-exceptions
, unordered-containers
, time
, split
, aeson-casing
, tasty
, template-haskell
, retry
exposed-modules:
Network.Nakadi
Network.Nakadi.Config
Network.Nakadi.EventTypes
Network.Nakadi.EventTypes.CursorDistances
Network.Nakadi.EventTypes.CursorsLag
Network.Nakadi.EventTypes.Events
Network.Nakadi.EventTypes.EventType
Network.Nakadi.EventTypes.Partitions
Network.Nakadi.EventTypes.Schemas
Network.Nakadi.EventTypes.ShiftedCursors
Network.Nakadi.Subscriptions
Network.Nakadi.Subscriptions.Cursors
Network.Nakadi.Subscriptions.Events
Network.Nakadi.Subscriptions.Stats
Network.Nakadi.Subscriptions.Subscription
Network.Nakadi.Types
Network.Nakadi.Types.Config
Network.Nakadi.Types.Exceptions
Network.Nakadi.Types.Logger
Network.Nakadi.Types.Problem
Network.Nakadi.Types.Service
Network.Nakadi.Types.Subscription
Network.Nakadi.Registry
Network.Nakadi.Lenses
other-modules:
Network.Nakadi.Internal.Config
Network.Nakadi.Internal.Conversions
Network.Nakadi.Internal.Http
Network.Nakadi.Internal.Json
Network.Nakadi.Internal.Lenses
Network.Nakadi.Internal.Prelude
Network.Nakadi.Internal.Retry
Network.Nakadi.Internal.TH
Network.Nakadi.Internal.Types
Network.Nakadi.Internal.Types.Config
Network.Nakadi.Internal.Types.Exceptions
Network.Nakadi.Internal.Types.Logger
Network.Nakadi.Internal.Types.Problem
Network.Nakadi.Internal.Types.Service
Network.Nakadi.Internal.Types.Subscription
Network.Nakadi.Internal.Types.Util
Network.Nakadi.Internal.Util
Paths_nakadi_client
default-language: Haskell2010

test-suite nakadi-client-test-suite
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs:
tests
default-extensions: NoImplicitPrelude OverloadedStrings DuplicateRecordFields
ghc-options: -Wall -fno-warn-type-defaults -Wall -fno-warn-type-defaults
build-depends:
base >=4.7 && <5
, conduit
, conduit-extra
, conduit-combinators
, iso8601-time
, bytestring
, containers
, vector
, hashable
, aeson
, monad-logger
, text
, lens
, http-types
, http-client
, http-client-tls
, http-conduit
, resourcet
, uuid
, mtl
, transformers
, scientific
, safe-exceptions
, unordered-containers
, time
, split
, aeson-casing
, tasty
, template-haskell
, retry
, base
, classy-prelude
, nakadi-client
, tasty
, tasty-hunit
, http-client
, http-conduit
, aeson
, lens-aeson
, text
, say
, random
, async
, retry
other-modules:
Network.Nakadi.EventTypes.CursorsLag.Test
Network.Nakadi.EventTypes.ShiftedCursors.Test
Network.Nakadi.EventTypes.Test
Network.Nakadi.Registry.Test
Network.Nakadi.Subscriptions.Test
Network.Nakadi.Tests.Common
default-language: Haskell2010
1 change: 1 addition & 0 deletions nakadi-client/0.2.0.0/nakadi-client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"d170be160e98a787d3db23edc5bea1e2","Skein512_512":"04942702baeb71259f9aa06f7e72e38575efea7e3d3c5f103cb90491ce4e5be4d044962c119897c5262a68e62d2be4fbbd89d2dec10e09d723db09725aeb861f","SHA1":"128febaba9432be73e8e74926e38aea10e19c8ea","SHA512":"c7536722ec79e56db80bf70cb3aef29ed2468a59218b57b5d7d4e7354769a41f451c133d8a3b1f48408b1880545dddc1022b0a6fbe84e89a53476460915e9782","SHA256":"379dbc66813d9302682f9809948dab373548abbbce9922ad7ccc4a63f32f3669"},"package-locations":["https://hackage.haskell.org/package/nakadi-client-0.2.0.0/nakadi-client-0.2.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/nakadi-client-0.2.0.0.tar.gz"],"package-size":27923}

0 comments on commit 511efbf

Please sign in to comment.