packages feed

servant-streaming-docs-0.2.0.0: servant-streaming-docs.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 74804cef0ef3a3470dcfa0dff03660fc820fa165a1c0bd780a0fdbad7f5eefcd

name:           servant-streaming-docs
version:        0.2.0.0
synopsis:       Client instances for the 'servant-docs' package.
description:    This package defines instances that allow using the 'StreamBody' and 'StreamResponse' combinators in combination with 'servant-docs'
homepage:       http://github.com/plow-technologies/servant-streaming#readme
bug-reports:    https://github.com/plow-technologies/servant-streaming/issues
author:         Julian K. Arni
maintainer:     jkarni@gmail.com
copyright:      (c) Julian K. Arni
license:        BSD3
license-file:   LICENSE
tested-with:    GHC == 8.2.2
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/plow-technologies/servant-streaming

library
  hs-source-dirs:
      src
  default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables TypeFamilies TypeOperators
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <4.11
    , lens
    , servant >=0.10 && <0.14
    , servant-docs >=0.10 && <0.14
    , servant-streaming >=0.2 && <0.3
  exposed-modules:
      Servant.Streaming.Docs
      Servant.Streaming.Docs.Internal
  default-language: Haskell2010