diff options
Diffstat (limited to 'testsuite/tests/polykinds/T12718.hs')
-rw-r--r-- | testsuite/tests/polykinds/T12718.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T12718.hs b/testsuite/tests/polykinds/T12718.hs index 7bbe1d572e..8018e097fa 100644 --- a/testsuite/tests/polykinds/T12718.hs +++ b/testsuite/tests/polykinds/T12718.hs @@ -5,7 +5,7 @@ module Main where import Prelude hiding (Eq (..), Num(..)) import qualified Prelude as P -import GHC.Prim +import GHC.Exts import GHC.Types class XNum (a :: TYPE rep) where |