hub.darcs.net :: stepcut -> happstack -> changes happstack-hstringtemplate

Official Happstack Repository (http://www.happstack.com/)

happstack-hstringtemplate-7.0.4: allow mtl 2.2

stepcutThu Jun 26 00:18:57 UTC 2014

happstack-hstringtemplate-7.0.3: allow latest happstack-server and HStringTemplate

stepcutMon Jul 15 17:07:09 UTC 2013

happstack-hstringtemplate-7.0.2: bump depends happstack-server

stepcutFri Oct 19 22:19:20 UTC 2012

move happstack repo to hub.darcs.net, update .cabal files

stepcutFri Sep 21 21:10:11 UTC 2012

Put Happstack-specific packages in Happstack category

Also remove the Distributed Computing category. Deprecated packages are left untouched.

dagMon Jun 18 21:49:51 UTC 2012

happstack-hstringtemplate-7.0.1: allow mtl < 2.2

stepcutSat Apr 21 00:04:14 UTC 2012

bump to 7.0.0

stepcutWed Mar 28 21:49:53 UTC 2012

happstack-hstringtemplate-6.0.5: bumped to happstack-server < 6.7

stepcutThu Feb 16 17:43:30 UTC 2012

happstack-hstringtemplate-6.0.4: bumped upper bounds to latest happstack-server

stepcutMon Jan 23 00:16:00 UTC 2012

happstack-hstringtemplate-6.0.2 - bumped to happstack-server 6.4

stepcutMon Dec 5 20:18:31 UTC 2011

happstack-hstringtemplate 6.0.2 - bumped happstack-server upper bounds to < 6.4

stepcutTue Nov 15 03:19:28 UTC 2011

happstack-server 6.2.1: change how we detect and report a failure to call decodeBody

In response to this error report:

http://www.haskell.org/pipermail/web-devel/2011/002051.html

RqEnv now has the type:

type RqEnv = ([(String, Input)], Maybe [(String, Input)], [(String, Cookie)])

The body inputs are now a Maybe value. Nothing = no attempt has been made to decode the body Just i = the results of attempting to decode the body

in bodyInput (called by decodeBody), we set rqBodyInputs to [] if bodyInput is called, but the request did not contain any form-data. (Before we left the MVar empty).

We now only report a failure to call decodeBody if a look function is called that attempts to find values in the body but decodeBody has never been called. You can avoid this error by calling decodeBody or by using the queryString filter.

stepcutWed Jul 27 17:20:58 UTC 2011

happstack-hstringtemplate 6.0.1 - bumped upper bounds on happstack-server depends

stepcutMon Jul 11 23:20:59 UTC 2011

bumped to version 6.0.0

stepcutThu Feb 17 21:59:55 UTC 2011

happstack-server: more haddock improvements

stepcutTue Feb 1 22:06:57 UTC 2011

happstack-hstringtemplate: split HStringTemplate support into happstack-hstringtemplate package

stepcutThu Jan 27 05:07:39 UTC 2011