PGFService.hs: fix a type ambiguity when compiling without C run-time support

This commit is contained in:
hallgren
2014-01-27 16:46:48 +00:00
parent b3251f402d
commit 06bb2a1dad

View File

@@ -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