nakadi-client 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
nakadi-client.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: nakadi-client-version: 0.2.0.0+version: 0.2.0.1 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
src/Network/Nakadi/Internal/Lenses.hs view
@@ -11,6 +11,8 @@ package. -} +{-# OPTIONS_HADDOCK prune #-}+ {-# LANGUAGE DataKinds #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FunctionalDependencies #-}