diff options
Diffstat (limited to 'testsuite/tests/unboxedsums/unboxedsums3.hs')
-rw-r--r-- | testsuite/tests/unboxedsums/unboxedsums3.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/unboxedsums/unboxedsums3.hs b/testsuite/tests/unboxedsums/unboxedsums3.hs index add8aa73df..096e0a70f1 100644 --- a/testsuite/tests/unboxedsums/unboxedsums3.hs +++ b/testsuite/tests/unboxedsums/unboxedsums3.hs @@ -2,7 +2,7 @@ module Main where -import GHC.Prim +import GHC.Exts import GHC.Types import Data.Void (Void) |