module Lucienne.Controller (Controller) where import Happstack.Server (ServerPartT) import Lucienne.ConnectionReader (ConnectionReader) type Controller a = ServerPartT ConnectionReader a