Official Happstack Repository (http://www.happstack.com/)
| stepcut | Thu Jun 26 00:18:57 UTC 2014 | |
happstack-hstringtemplate-7.0.3: allow latest happstack-server and HStringTemplate | stepcut | Mon Jul 15 17:07:09 UTC 2013 |
happstack-hstringtemplate-7.0.2: bump depends happstack-server | stepcut | Fri Oct 19 22:19:20 UTC 2012 |
| stepcut | Fri 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. | dag | Mon Jun 18 21:49:51 UTC 2012 |
| stepcut | Sat Apr 21 00:04:14 UTC 2012 | |
| stepcut | Wed Mar 28 21:49:53 UTC 2012 | |
happstack-hstringtemplate-6.0.5: bumped to happstack-server < 6.7 | stepcut | Thu Feb 16 17:43:30 UTC 2012 |
happstack-hstringtemplate-6.0.4: bumped upper bounds to latest happstack-server | stepcut | Mon Jan 23 00:16:00 UTC 2012 |
happstack-hstringtemplate-6.0.2 - bumped to happstack-server 6.4 | stepcut | Mon Dec 5 20:18:31 UTC 2011 |
happstack-hstringtemplate 6.0.2 - bumped happstack-server upper bounds to < 6.4 | stepcut | Tue 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. | stepcut | Wed Jul 27 17:20:58 UTC 2011 |
happstack-hstringtemplate 6.0.1 - bumped upper bounds on happstack-server depends | stepcut | Mon Jul 11 23:20:59 UTC 2011 |
| stepcut | Thu Feb 17 21:59:55 UTC 2011 | |
| stepcut | Tue Feb 1 22:06:57 UTC 2011 | |
happstack-hstringtemplate: split HStringTemplate support into happstack-hstringtemplate package | stepcut | Thu Jan 27 05:07:39 UTC 2011 |