add missing type signature
This commit is contained in:
parent
62cd2f10aa
commit
9e97dc7c46
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ data WebApp = WebApp
|
||||||
}
|
}
|
||||||
|
|
||||||
mkYesodData "WebApp" $(parseRoutesFile "Assistant/WebApp/routes")
|
mkYesodData "WebApp" $(parseRoutesFile "Assistant/WebApp/routes")
|
||||||
|
|
||||||
|
excludeStatic :: [Text] -> Bool
|
||||||
excludeStatic [] = True
|
excludeStatic [] = True
|
||||||
excludeStatic (p:_) = p /= "static"
|
excludeStatic (p:_) = p /= "static"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue