BSD-3-Clause licensed by Bjorn Bringert
This version can be pinned in stack with:cgi-3001.3.0.1@sha256:375f7c71cfb28b7553f4c757b146281f5c7741aea3aa75f830b13e93cf2ccb0c,2142
Module documentation for 3001.3.0.1
Depends on 11 packages
(full list with versions):
base,
bytestring,
containers,
exceptions,
mtl,
multipart,
network,
network-uri,
parsec,
time,
xhtml This is a Haskell library for writing CGI programs.
Change Log
All notable changes to this project will be documented in this file.
This project adheres to the Package Versioning Policy.
Changed
- Bumped doctest to version < 0.12
Changed
- Cookie.hs: cookieExpires now has type
Maybe UTCTime
rather than
Maybe CalendarTime
- Protocol.hs: URL decoding functions no longer decode UTF-8 encoding
- Functor and Applicative instance of CGIT no longer constrain Functor or
Applicative parameter to be an instance of Monad
Changed
- CGI.hs haddock: Use web.archive.org link for CGI specification
Changed
- Added support for building with mtl < 2.2.1 via flags
Changed
- Bumped exceptions version to < 0.9
Added
- MonadMask instance for CGIT
Added
- Applicative instance for CGI Monad
Changed
- Deduplicate shared with
multipart
code
3001.2.0.0
Changed