Skip to content

Commit

Permalink
Unbreak the build. :-P
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Farmer committed Oct 17, 2013
1 parent f09fd12 commit e891ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web/Scotty.hs
Expand Up @@ -43,7 +43,7 @@ import Network.HTTP.Types (Status, StdMethod)
import Network.Wai (Application, Middleware, Request)
import Network.Wai.Handler.Warp (Port)

import Web.Scotty.Types (Param, ActionM, ScottyM, RoutePattern, Options, File)
import Web.Scotty.Types (ScottyT, ActionT, Param, RoutePattern, Options, File)

type ScottyM = ScottyT IO
type ActionM = ActionT IO
Expand Down

0 comments on commit e891ca9

Please sign in to comment.