Quiet Hlint

This commit is contained in:
Gregor Kleen 2019-03-20 22:58:46 +01:00
parent 6dbf8916a5
commit 40bb0ddaf6
2 changed files with 3 additions and 1 deletions

View File

@ -197,7 +197,7 @@ postAdminTestR = do
-- The actual call to @massInput@ is comparatively simple:
((miResult, (fvInput -> miForm)), miEnc) <- runFormPost . identifyForm ("massinput" :: Text) $ massInput (MassInput mkAddForm mkCellForm deleteCell allowAdd) "" True Nothing
((miResult, fvInput -> miForm), miEnc) <- runFormPost . identifyForm ("massinput" :: Text) $ massInput (MassInput mkAddForm mkCellForm deleteCell allowAdd) "" True Nothing
let locallyDefinedPageHeading = [whamlet|Admin TestPage for Uni2work|]

View File

@ -68,6 +68,8 @@ import qualified Crypto.Data.PKCS7 as PKCS7
import Data.Fixed (Centi)
import Data.Ratio ((%))
{-# ANN choice ("HLint: ignore Use asum" :: String) #-}
-----------