2018-06-26 19:11:28 +02:00
|
|
|
name: cookbook-basic-streaming
|
|
|
|
version: 2.1
|
|
|
|
synopsis: Streaming in servant without streaming libs
|
2019-03-02 10:08:03 +01:00
|
|
|
homepage: http://docs.servant.dev/
|
2018-06-26 19:11:28 +02:00
|
|
|
license: BSD3
|
|
|
|
license-file: ../../../servant/LICENSE
|
|
|
|
author: Servant Contributors
|
|
|
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
|
|
|
build-type: Simple
|
|
|
|
cabal-version: >=1.10
|
2020-07-17 16:17:45 +02:00
|
|
|
tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC ==8.10.1
|
2018-06-26 19:11:28 +02:00
|
|
|
|
|
|
|
executable cookbook-basic-streaming
|
|
|
|
main-is: Streaming.lhs
|
|
|
|
build-tool-depends: markdown-unlit:markdown-unlit
|
|
|
|
default-language: Haskell2010
|
|
|
|
ghc-options: -Wall -pgmL markdown-unlit -threaded -rtsopts
|
|
|
|
|
|
|
|
hs-source-dirs: .
|
2019-09-11 09:34:29 +02:00
|
|
|
build-depends: base >= 4.8 && <5
|
2018-06-26 19:11:28 +02:00
|
|
|
, aeson
|
|
|
|
, bytestring
|
|
|
|
, servant
|
|
|
|
, servant-server
|
|
|
|
, servant-client
|
|
|
|
, http-client
|
|
|
|
, wai
|
|
|
|
, warp
|