hub.darcs.net :: stepcut -> happstack -> changes happstack-plugins/Happstack/Server/Plugins

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

happstack-plugins-6.3.1: updated to plugins-auto-0.0.4

stepcutSat Dec 17 17:13:49 UTC 2011

Fixed conflict of patches.

facundominguezSat Dec 3 15:21:59 UTC 2011

Moved most of plugins code to the plugins-auto package.

facundominguezSat Dec 3 15:10:33 UTC 2011

Cleans api from redundant functions and removes dependency on happstack.

facundominguezTue Nov 29 02:40:37 UTC 2011

Prevents plugins from being unloaded in the presence of compilation errors.

This translates with a change in the signature of funcTH' from funcTH :: PluginHandle -> Name -> IO (Either Errors a) to funcTH' :: PluginHandle -> Name -> [String] -> IO (Errors,Maybe a)

where the value a is always returned even in the presence of errors. The only case in which Nothing is returned is when the module has not been loaded yet.

facundominguezMon Sep 26 20:06:23 UTC 2011

Implemented ability to pass ghc paremeters when compiling plugins.

Now the modules Happstack.Plugins.Plugins and Happstack.Server.Plugins/Dynamic export apostrophe-suffixed versions of their functions which take an additional [String] parameter with arguments for ghc.

facundominguezMon Sep 26 18:06:56 UTC 2011

added happstack-plugins

stepcutThu Oct 21 02:24:28 UTC 2010