Get tests to compile

This commit is contained in:
Michael Snoyman 2012-01-01 17:24:16 +02:00
parent 3e0507d6cd
commit f909669dd0
2 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,7 @@ do
, Resource "SubsiteR" [Static "subsite"] $ Subsite (ConT ''MySub) "getMySub"
]
rrinst <- mkRenderRouteInstance "MyAppRoute" ress
dispatch <- mkDispatchClause ress [|dispatchHelper|]
dispatch <- mkDispatchClause ress [|error "FIXME" dispatchHelper|]
return
[ mkRouteType "MyAppRoute" ress
, rrinst

View File

@ -35,6 +35,8 @@ test-suite runtests
, HUnit >= 1.2 && < 1.3
, hspec >= 0.6 && < 0.10
, yesod-core >= 0.9.3 && < 0.10
, containers
, template-haskell
ghc-options: -Wall
source-repository head