--- Log opened Thu Dec 03 00:00:51 2009 --- Log opened Thu Dec 03 00:49:34 2009 --- Log opened Thu Dec 03 00:56:22 2009 --- Log closed Thu Dec 03 01:29:40 2009 --- Log opened Thu Dec 03 01:29:40 2009 --- Log closed Thu Dec 03 01:29:40 2009 --- Log opened Thu Dec 03 01:29:43 2009 --- Log closed Thu Dec 03 01:58:19 2009 --- Log opened Thu Dec 03 01:58:19 2009 --- Log closed Thu Dec 03 01:58:19 2009 --- Log opened Thu Dec 03 01:58:22 2009 --- Log closed Thu Dec 03 10:51:04 2009 --- Log opened Thu Dec 03 10:51:04 2009 --- Log closed Thu Dec 03 10:51:04 2009 --- Log opened Thu Dec 03 10:51:07 2009 --- Log closed Thu Dec 03 10:53:50 2009 --- Log opened Thu Dec 03 10:53:50 2009 --- Log closed Thu Dec 03 10:53:50 2009 --- Log opened Thu Dec 03 10:53:53 2009 --- Log closed Thu Dec 03 11:24:06 2009 --- Log opened Thu Dec 03 11:24:06 2009 --- Log closed Thu Dec 03 11:24:06 2009 --- Log opened Thu Dec 03 11:24:10 2009 14:41 < dsfox> Hi all 14:41 < dsfox> This program hangs: 14:41 < dsfox> {-# LANGUAGE DeriveDataTypeable, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, TemplateHaskell, UndecidableInstances #-} 14:41 < dsfox> import Data.Data (Data) 14:41 < dsfox> import Data.Typeable (Typeable) 14:41 < dsfox> import Happstack.Data (deriveNewData, Default(defaultValue)) 14:41 < dsfox> data Proposition = Proposition { expression :: Expression } deriving (Show, Data, Typeable) 14:41 < dsfox> data Expression = Conjunction [Expression] deriving (Show, Data, Typeable) 14:41 < dsfox> $(deriveNewData [''Expression, ''Proposition]) 14:41 < dsfox> main = putStrLn (show (defaultValue :: Proposition)) 14:42 < dsfox> for me 15:10 < dsfox> http://code.google.com/p/happstack/issues/detail?id=115 15:16 < diegoeche> Hi... I'm trying to go to http://tutorial.happstack.com/ but its sends me to patch-tag anybody knows whats the problem? 16:17 < mikste> diegoeche, I'm pretty new to Happstack, and so don't know what may be wrong with the site. I haven't had any trouble installing and running the tutorial on my own machine, though. 16:18 < mikste> "cabal install happs-tutorial --user" built just fine for me on 2 machines. 16:42 < diegoeche> thanks! --- Log closed Fri Dec 04 00:00:10 2009