packages feed

lucienne-0.0.1: Lucienne/Controller.hs

module Lucienne.Controller
  (Controller)
where

import Happstack.Server (ServerPartT)
import Lucienne.ConnectionReader (ConnectionReader)

type Controller a = ServerPartT ConnectionReader a