forked from GitHub/gf-core
PGFService.hs: fix a type ambiguity when compiling without C run-time support
This commit is contained in:
@@ -265,6 +265,8 @@ getLang' readLang i =
|
||||
limit, depth :: CGI (Maybe Int)
|
||||
limit = readInput "limit"
|
||||
depth = readInput "depth"
|
||||
|
||||
start :: CGI Int
|
||||
start = maybe 0 id # readInput "start"
|
||||
|
||||
trie :: CGI Bool
|
||||
|
||||
Reference in New Issue
Block a user