]> Git — Sourcephile - haskell/symantic-http.git/commit
Replace megaparsec with a custom parser
authorJulien Moutinho <julm+symantic-http@autogeree.net>
Tue, 5 Mar 2019 18:53:40 +0000 (18:53 +0000)
committerJulien Moutinho <julm+symantic-http@autogeree.net>
Mon, 11 Mar 2019 14:51:31 +0000 (14:51 +0000)
commit78dbdfb8bbf587f7de056a0e196b805b238c1321
tree7e6c7de68d5d7db5f4877afef655e77d9941a195
parent739788e42dab33e459ef183b61b32ee178904bc1
Replace megaparsec with a custom parser

This enables to prioritize errors independantly from
the actual sequence of combinators in the API.
Symantic/HTTP.hs
Symantic/HTTP/API.hs
Symantic/HTTP/Client.hs
Symantic/HTTP/Command.hs
Symantic/HTTP/Layout.hs
Symantic/HTTP/Mime.hs
Symantic/HTTP/Router.hs
symantic-http.cabal
test/Hspec/API.hs
test/Hspec/Router/Error.hs