Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 9c286a8

Browse files
committed
Import Monoid class
1 parent 22c5914 commit 9c286a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/PostgreSQL/Simple/Migration.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import Data.Foldable (Foldable)
5050
import Data.Traversable (Traversable)
5151
import Data.List (isPrefixOf, sort)
5252
#if __GLASGOW_HASKELL__ < 710
53-
import Data.Monoid (mconcat)
53+
import Data.Monoid (Monoid (..))
5454
#endif
5555
import Data.Time (LocalTime)
5656
import Database.PostgreSQL.Simple (Connection, Only (..),

0 commit comments

Comments
 (0)