./www/hs-cookie, HTTP cookie parsing and rendering

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.0nb1, Package name: hs-cookie-0.5.0nb1, Maintainer: pho

HTTP cookie parsing and rendering


Required to run:
[devel/hs-data-default-class] [lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 6.4 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-29 06:06:39 by Masatake Daimon | Files touched by this commit (4)
Log message:
www/hs-cookie: Update to 0.5.0

0.5.0

  Remove surrounding double quotes from cookie values when parsing #31

  This is a breaking change, as it changes the behavior of parseCookies and
  parseSetCookie to no longer include the surrounding double quotes in the
  cookie value. This is the correct behavior according to the RFC.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 10:34:42 by Masatake Daimon | Files touched by this commit (1)
Log message:
www/hs-cookie: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 11:00:29 by Masatake Daimon | Files touched by this commit (4)
Log message:
www/hs-cookie: Update to 0.4.6

0.4.6
* Resolve redundant import of Data.Monoid #26
* Added renderSetCookieBS and renderCookiesBS
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC