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

Commit 8b2af91

Browse files
authored
Add Foldable and Traversable to imports
1 parent 177b549 commit 8b2af91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Database/PostgreSQL/Simple/Migration.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ import Control.Monad (void, when)
4444
import qualified Crypto.Hash.MD5 as MD5 (hash)
4545
import qualified Data.ByteString as BS (ByteString, readFile)
4646
import qualified Data.ByteString.Base64 as B64 (encode)
47+
import Data.Foldable (Foldable)
48+
import Data.Traversable (Traversable)
4749
import Data.List (isPrefixOf, sort)
4850
#if __GLASGOW_HASKELL__ < 710
4951
import Data.Monoid (mconcat)

0 commit comments

Comments
 (0)