summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/T14584.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/T14584.hs')
-rw-r--r--testsuite/tests/partial-sigs/should_fail/T14584.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/T14584.hs b/testsuite/tests/partial-sigs/should_fail/T14584.hs
index 1615b26205..077c80c490 100644
--- a/testsuite/tests/partial-sigs/should_fail/T14584.hs
+++ b/testsuite/tests/partial-sigs/should_fail/T14584.hs
@@ -25,6 +25,7 @@ module T14584 where
import Data.Monoid
import Data.Kind
+import Data.Type.Equality
data family Sing (a::k)