Merge pull request #1470 from csi-adziahel/patch-1
Fix typo breaking some parsers
This commit is contained in:
commit
5af7fe95ec
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user