add missing type signature
authorJoey Hess <joeyh@joeyh.name>
Fri, 11 Nov 2016 22:14:25 +0000 (18:14 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 11 Nov 2016 22:14:25 +0000 (18:14 -0400)
Assistant/WebApp/Types.hs

index 4dcaab93c912792e627a900dd7f3085c8e9294e2..1ab0fa306f3a8360ad6a8b1ffdbb3ccd6be27959 100644 (file)
@@ -48,7 +48,8 @@ data WebApp = WebApp
        }
 
 mkYesodData "WebApp" $(parseRoutesFile "Assistant/WebApp/routes")
-         
+
+excludeStatic :: [Text] -> Bool
 excludeStatic [] = True
 excludeStatic (p:_) = p /= "static"