hackage-security-HTTP

Hackage security bindings against the HTTP library

https://github.com/haskell/hackage-security

Stackage Nightly 2024-05-03:0.1.1.2
Latest on Hackage:0.1.1.2

See all snapshots hackage-security-HTTP appears in

BSD-3-Clause licensed by Edsko de Vries
Maintained by [email protected]
This version can be pinned in stack with:hackage-security-HTTP-0.1.1.2@sha256:3b712af1a268fb3180a090e4526b7eb1f79d9853f9d215239fa3f93660819edc,2070

Module documentation for 0.1.1.2

The hackage security library provides a HttpLib abstraction to allow to bind against different HTTP libraries. This library implements this abstraction using the HTTP library.

Changes

0.1.1.2

  • Drop support for GHC < 8.4.
  • Drop flag use-network-uri and support for network-2.5.

0.1.1.1

  • Add support for hackage-security-0.6

0.1.1

  • Implement updated HttpLib API from hackage-security 0.5

0.1.0.2

  • Allow for hackage-security 0.3.*
  • Include ChangeLog.md in sdist (#98)

0.1.0.1

  • Allow for hackage-security 0.2.*
  • Allow for network-2.5 (rather than network-uri-2.6.*)

0.1.0.0

  • Initial beta release