Minor tweaks
This commit is contained in:
parent
a83971c273
commit
5cb02e2a9b
@ -25,7 +25,7 @@ extra-source-files:
|
||||
library
|
||||
build-depends: base >= 4.3 && < 5
|
||||
, time >= 1.1.4
|
||||
, yesod-routes >= 1.2 && < 1.3
|
||||
, yesod-routes >= 1.2.1 && < 1.3
|
||||
, wai >= 1.4
|
||||
, wai-extra >= 1.3
|
||||
, bytestring >= 0.9.1.4
|
||||
|
||||
@ -83,7 +83,7 @@ mkSimpleDispatchClause MkDispatchSettings {..} resources = do
|
||||
let restE = VarE restName
|
||||
restP = VarP restName
|
||||
|
||||
helperName <- newName "helper"
|
||||
helperName <- newName $ "helper" ++ name
|
||||
let helperE = VarE helperName
|
||||
|
||||
return $ Clause
|
||||
|
||||
Loading…
Reference in New Issue
Block a user