Skip to content

Commit 1fcd3ce

Browse files
Remove Monoid compatibilty code for GHC 7.6.x and earlier
1 parent 62bea80 commit 1fcd3ce

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/Database/PostgreSQL/Simple/Compat.hs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ mask io = do
6060
#endif
6161
{-# INLINE mask #-}
6262

63-
#if !MIN_VERSION_base(4,5,0)
64-
infixr 6 <>
65-
66-
(<>) :: Monoid m => m -> m -> m
67-
(<>) = mappend
68-
{-# INLINE (<>) #-}
69-
#endif
70-
7163
toByteString :: Builder -> ByteString
7264
#if MIN_VERSION_bytestring(0,10,0)
7365
toByteString x = toStrict (toLazyByteString x)

0 commit comments

Comments
 (0)