-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 74ed850a5125af30d91d2e9b3c6a8b357a3a093de9f73f39f7a126043b33983c name: servant-streaming version: 0.2.0.0 synopsis: Servant combinators for the 'streaming' package description: This package defines the 'StreamBody' and 'StreamResponse' combinators for use with the package. 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 , http-types >=0.9 && <0.13 , servant >=0.8 && <0.14 exposed-modules: Servant.Streaming default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test 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: QuickCheck >=2.8 && <2.11 , base >=4.7 && <4.11 , hspec >2 && <3 , http-types >=0.9 && <0.13 , servant >=0.8 && <0.14 , servant-streaming other-modules: Paths_servant_streaming default-language: Haskell2010