-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: nakadi version: 0.1.1.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 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 exposed-modules: Network.Nakadi Network.Nakadi.Types other-modules: 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.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.Types Network.Nakadi.Internal.Util Network.Nakadi.Subscriptions Network.Nakadi.Subscriptions.Cursors Network.Nakadi.Subscriptions.Events Network.Nakadi.Subscriptions.Stats Network.Nakadi.Subscriptions.Subscription Network.Nakadi.Types.Config Network.Nakadi.Types.Logger Network.Nakadi.Types.Problem Network.Nakadi.Types.Service Network.Nakadi.Types.Util Paths_nakadi default-language: Haskell2010