11:57:21 hello there 14:20:28 aavogt: you can use mapServerPartT to convert ServerPartT (ReaderT Env IO) to ServerPartT IO 15:42:07 aavogt: this is how I would do it 15:42:08 http://hpaste.org/fastcgi/hpaste.fcgi/view?id=16522#a16522 15:42:30 I plan to put something like that in happstack-{kitchensink} eventually 15:42:59 well, obviously ConfigT would be parameterized across an arbitrary Config type instead of being hardcoded 15:43:42 and, you do not need the URLT or XMLGenT instances if you don't use urlt or hsp 15:44:48 I also tend to leave the monad abstract instead of defining newtypes 15:45:19 so I just do, (ServerMonad m, MonadConfig m) => a -> m b 15:45:35 but that is just me, some people hate that ;) 16:57:35 thanks stepcut