summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7332.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T7332.hs')
-rw-r--r--testsuite/tests/polykinds/T7332.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T7332.hs b/testsuite/tests/polykinds/T7332.hs
index 0d3e7e5a13..75a6cbc991 100644
--- a/testsuite/tests/polykinds/T7332.hs
+++ b/testsuite/tests/polykinds/T7332.hs
@@ -9,9 +9,10 @@ module T7332 where
import GHC.Exts( IsString(..) )
import Data.Monoid
+import Data.Semigroup
newtype DC d = DC d
- deriving (Show, Monoid)
+ deriving (Show, Semigroup, Monoid)
instance IsString (DC String) where
fromString = DC