-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: 0b39e59b86acd9bbc71b8a79a0a1de13e600c72e30cbc558eedcdbc9ad90d7e8 name: servant-streaming version: 0.3.0.0 x-revision: 3 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 exposed-modules: Servant.Streaming 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.13 , http-types >=0.9 && <0.13 , servant >=0.13 && <0.16 default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_servant_streaming 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.13 , base >=4.7 && <4.13 , hspec >2 && <3 , http-types >=0.9 && <0.13 , servant >=0.13 && <0.16 , servant-streaming default-language: Haskell2010