Get tests to compile
This commit is contained in:
parent
3e0507d6cd
commit
f909669dd0
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user