name: symantic-http-demo -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.0.0.20190401 category: Protocol synopsis: Demo for symantic-http and its companion libraries description: Demo for: . * * . * . * . extra-doc-files: license: GPL-3 license-file: COPYING stability: experimental author: Julien Moutinho maintainer: Julien Moutinho bug-reports: Julien Moutinho -- homepage: build-type: Simple cabal-version: 1.24 tested-with: GHC==8.4.4 extra-source-files: stack.yaml extra-tmp-files: Source-Repository head location: git://git.autogeree.net/symantic-http type: git Library exposed-modules: API default-language: Haskell2010 default-extensions: ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs build-depends: symantic-http >= 0.0 , base >= 4.10 && < 5 , pipes >= 4.3 , text >= 1.2 Executable symantic-http-demo-client hs-source-dirs: client main-is: Main.hs other-modules: default-language: Haskell2010 default-extensions: ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs -fhide-source-paths build-depends: symantic-http-demo , symantic-http >= 0.1 , symantic-http-client >= 0.0 , symantic-http-pipes >= 0.0 , base >= 4.10 && < 5 , base64-bytestring >= 1.0.0.1 , bytestring >= 0.10 , containers >= 0.5 , http-api-data >= 0.4 , http-client >= 0.5.12 , http-media >= 0.7 , http-types >= 0.12 , monad-classes >= 0.3.2 , network >= 2.6 , network-uri >= 2.6 , pipes >= 4.3 , pipes-bytestring >= 2.1 , pipes-safe >= 2.2 , text >= 1.2 , time >= 1.8 , transformers >= 0.4 , wai >= 3.2.1.1 , wai-extra >= 3.0 , warp >= 3.2 Executable symantic-http-demo-server hs-source-dirs: server main-is: Main.hs other-modules: default-language: Haskell2010 default-extensions: ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs -fhide-source-paths build-depends: symantic-http-demo , symantic-http >= 0.1 , symantic-http-server >= 0.1 , symantic-http-pipes >= 0.0 , base >= 4.10 && < 5 , base64-bytestring >= 1.0.0.1 , bytestring >= 0.10 , containers >= 0.5 , http-api-data >= 0.4 , http-client >= 0.5.12 , http-media >= 0.7 , http-types >= 0.12 , monad-classes >= 0.3.2 , network >= 2.6 , network-uri >= 2.6 , pipes >= 4.3 , pipes-bytestring >= 2.1 , pipes-safe >= 2.2 , text >= 1.2 , time >= 1.8 , transformers >= 0.4 , wai >= 3.2.1.1 , wai-extra >= 3.0 , warp >= 3.2