summaryrefslogtreecommitdiff
path: root/www/hs-http-client
AgeCommit message (Collapse)AuthorFilesLines
2020-05-11hs-*: add PLIST filesrillig1-0/+97
These PLIST files have been autogenerated by mk/haskell.mk using HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes to the packages. The Haskell packages didn't have PLIST files because their paths contained package hashes. These hashes are now determined by mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
2020-01-16Import http-client-0.6.4pho4-0/+60
An HTTP client engine, intended as a base layer for more user-friendly packages. This codebase has been refactored from http-conduit. Note that, if you want to make HTTPS secure connections, you should use http-client-tls in addition to this library.