2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 0.0.0.20190223
7 synopsis: Library for reading, validating and writing a subset of the HTTP format.
8 description: Symantics for an approximative implementation of HTTP.
12 stability: experimental
13 author: Julien Moutinho <julm+symantic-http@autogeree.net>
14 maintainer: Julien Moutinho <julm+symantic-http@autogeree.net>
15 bug-reports: Julien Moutinho <julm+symantic-http@autogeree.net>
20 tested-with: GHC==8.4.4
25 Source-Repository head
26 location: git://git.autogeree.net/symantic-http
40 default-language: Haskell2010
54 -Wincomplete-uni-patterns
55 -Wincomplete-record-updates
57 -- -fhide-source-paths
63 , data-default-class >= 0.1
66 , http-api-data >= 0.4
67 , http-client >= 0.5.12
71 , monad-classes >= 0.3.2
73 -- , resourcet >= 1.1.11
78 , unordered-containers >= 0.2.8
80 -- , wai-app-static >= 3.1.6.1
82 -- pkgconfig-depends: zlib
85 -- Test-Suite symantic-xml-test
86 -- type: exitcode-stdio-1.0
87 -- hs-source-dirs: test
93 -- default-language: Haskell2010
94 -- default-extensions:
102 -- -Wincomplete-uni-patterns
103 -- -Wincomplete-record-updates
105 -- -fhide-source-paths
108 -- , base >= 4.10 && < 5
109 -- , bytestring >= 0.10
110 -- , containers >= 0.5
113 -- , megaparsec >= 6.3
115 -- , tasty-golden >= 2.3
117 -- , transformers >= 0.4
119 -- -- , QuickCheck >= 2.0
121 -- -- , tasty-quickcheck