Fix a few warnings

This commit is contained in:
Andreas Källberg
2020-08-05 17:38:21 +02:00
parent 0581d6827e
commit 3bd1f01959
2 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import Network.CGI as C(
CGI,ContentType(..),Accept(..),Language(..),
getVarWithDefault,readInput,negotiate,requestAcceptLanguage,getInput,
setHeader,output,outputFPS,outputError,
handleErrors,catchCGI,throwCGI,
handleErrors,
liftIO)
import Network.CGI.Protocol as C(CGIResult(..),CGIRequest(..),Input(..),
Headers,HeaderName(..))