Fix typo breaking some parsers

This commit is contained in:
Andrey Dyagel 2017-12-22 16:15:13 +03:00 committed by GitHub
parent 5a5cd81276
commit 8a0778a58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE CPP#-} {-# LANGUAGE CPP #-}
-- | A module providing a means of creating multiple input forms, such as a -- | A module providing a means of creating multiple input forms, such as a
-- list of 0 or more recipients. -- list of 0 or more recipients.
module Yesod.Form.MassInput module Yesod.Form.MassInput