name: symantic-http -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.0.0.20181229 category: Protocol synopsis: Library for reading, validating and writing a subset of the HTTP format. description: Symantics for an approximative implementation of HTTP. 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.3 extra-source-files: stack.yaml extra-tmp-files: Source-Repository head location: git://git.autogeree.net/symantic-http type: git Library exposed-modules: Language.Symantic.HTTP Language.Symantic.HTTP.API Language.Symantic.HTTP.Client Language.Symantic.HTTP.Command Language.Symantic.HTTP.Layout Language.Symantic.HTTP.Media Language.Symantic.HTTP.Mime Language.Symantic.HTTP.Router Language.Symantic.HTTP.URI default-language: Haskell2010 default-extensions: FlexibleContexts FlexibleInstances LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude RecordWildCards ScopedTypeVariables TupleSections -- TypeFamilies ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs -- -fhide-source-paths build-depends: base >= 4.10 && < 5 , time , bytestring >= 0.10 , containers >= 0.5 , data-default-class >= 0.1 -- , filepath >= 1.4 , hashable >= 1.2.6 , http-api-data >= 0.4 , http-client >= 0.5.12 , http-types >= 0.12 , http-media >= 0.7 , megaparsec >= 7.0.4 , monad-classes >= 0.3.2 , network-uri >= 2.6 -- , resourcet >= 1.1.11 -- , safe >= 0.3 , stm >= 2.4.5 , text >= 1.2 , transformers >= 0.5 , unordered-containers >= 0.2.8 , wai >= 3.2.1.1 -- , wai-app-static >= 3.1.6.1 , warp -- pkgconfig-depends: zlib -- extra-libraries: z -- Test-Suite symantic-xml-test -- type: exitcode-stdio-1.0 -- hs-source-dirs: test -- main-is: Main.hs -- other-modules: -- Golden -- -- HUnit -- -- QuickCheck -- default-language: Haskell2010 -- default-extensions: -- LambdaCase -- NamedFieldPuns -- NoImplicitPrelude -- RecordWildCards -- ViewPatterns -- ghc-options: -- -Wall -- -Wincomplete-uni-patterns -- -Wincomplete-record-updates -- -fno-warn-tabs -- -fhide-source-paths -- build-depends: -- symantic-xml -- , base >= 4.10 && < 5 -- , bytestring >= 0.10 -- , containers >= 0.5 -- , deepseq >= 1.4 -- , filepath >= 1.4 -- , megaparsec >= 6.3 -- , tasty >= 0.11 -- , tasty-golden >= 2.3 -- , text >= 1.2 -- , transformers >= 0.4 -- , treeseq >= 1.0 -- -- , QuickCheck >= 2.0 -- -- , tasty-hunit -- -- , tasty-quickcheck