Fix a warning
This commit is contained in:
parent
14f1fd1e27
commit
c005bc0aec
@ -94,7 +94,7 @@ import Control.Arrow ((&&&))
|
|||||||
|
|
||||||
import Control.Applicative ((<$>), (<|>))
|
import Control.Applicative ((<$>), (<|>))
|
||||||
|
|
||||||
import Data.Attoparsec.Text
|
import Data.Attoparsec.Text (Parser, char, string, digit, skipSpace, endOfInput, parseOnly)
|
||||||
|
|
||||||
defaultFormMessage :: FormMessage -> Text
|
defaultFormMessage :: FormMessage -> Text
|
||||||
defaultFormMessage = englishFormMessage
|
defaultFormMessage = englishFormMessage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user