Merge pull request #1470 from csi-adziahel/patch-1

Fix typo breaking some parsers
This commit is contained in:
Maximilian Tagher 2017-12-28 15:23:40 -08:00 committed by GitHub
commit 5af7fe95ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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