hunk ./Main.hs 1 -{-# LANGUAGE DeriveDataTypeable, PatternSignatures, TemplateHaskell, TypeFamilies #-} +{-# LANGUAGE DeriveDataTypeable, ScopedTypeVariables, TemplateHaskell, TypeFamilies #-} hunk ./Main.hs 6 -import Control.Monad (liftM) +import Control.Monad (liftM, msum) hunk ./Main.hs 10 -import HAppS.Data (Typeable, deriveSerialize) -import HAppS.Server (parseConfig, Conf(port, validator), wdgHTMLValidator, - startSystemState, simpleHTTP, waitForTermination, +import Happstack.Data (Typeable, deriveSerialize) +import Happstack.Server (parseConfig, Conf(port, validator), wdgHTMLValidator, + simpleHTTP, hunk ./Main.hs 16 -import HAppS.Server.Extra (debug404) -import HAppS.State (Proxy(..), shutdownSystem, Version, mkMethods, Component(..), End) +import Happstack.Server.Extra (debug404) +import Happstack.State (Proxy(..), shutdownSystem, Version, mkMethods, Component(..), End, startSystemState, waitForTermination,) hunk ./Main.hs 24 -import HAppS.Server.HSP.HTML() +import Happstack.Server.HSP.HTML() hunk ./Main.hs 33 - tid <- forkIO $ simpleHTTP conf $ impl + tid <- forkIO $ simpleHTTP conf $ msum $ impl hunk ./Main.hs 44 - [ method GET $ + method GET $ hunk ./Main.hs 49 - ] hunk ./Main.hs 50 - [ method GET $ - do ok . doHtml . toResponse =<< lift (evalHSP (page pairs) Nothing) ] + method GET $ do ok . doHtml . toResponse =<< lift (evalHSP (page pairs) Nothing) hunk ./Restarter.cabal 17 - Build-depends: base, mtl, process, time, Extra, HAppS-Data, HAppS-Server, HAppS-State, HAppS-Extra, hsp + Build-depends: base, mtl, process, time, Extra, happstack-data, happstack-server, happstack-state, happstack-extra, hsp, happstack hunk ./debian/control 6 - haskell-devscripts-cdbs, + haskell-devscripts, hunk ./debian/control 16 - libghc6-happs-data-prof, - libghc6-happs-data-doc, - libghc6-happs-extra-prof (>= 0.20), - libghc6-happs-extra-doc, - libghc6-happs-ixset-prof, - libghc6-happs-ixset-doc, - libghc6-happs-server-prof, - libghc6-happs-server-doc, - libghc6-happs-state-prof, - libghc6-happs-state-doc, + libghc6-happstack-data-prof, + haskell-happstack-data-doc, + libghc6-happstack-extra-prof (>= 0.20), + haskell-happstack-extra-doc, + libghc6-happstack-ixset-prof, + haskell-happstack-ixset-doc, + libghc6-happstack-server-prof, + haskell-happstack-server-doc, + libghc6-happstack-state-prof, + haskell-happstack-state-doc, hunk ./debian/rules 2 -include /usr/share/haskell-devscripts/hlibrary.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk