aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Network
AgeCommit message (Collapse)AuthorFilesLines
2021-08-03Stop using the HTTP package. (#7456)mt_caret1-0/+18
We only depend on the urlEncode function in the package, which is also provided by http-types. The HTTP package also depends on the network package, which has difficulty building on ghcjs. Add internal module Text.Pandoc.Network.HTTP, exporting `urlEncode`.