diff options
Diffstat (limited to 'testsuite/tests/backpack')
-rw-r--r-- | testsuite/tests/backpack/should_compile/bkp16.bkp | 2 | ||||
-rw-r--r-- | testsuite/tests/backpack/should_run/T13955.bkp | 2 | ||||
-rw-r--r-- | testsuite/tests/backpack/should_run/T20133.bkp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/backpack/should_compile/bkp16.bkp b/testsuite/tests/backpack/should_compile/bkp16.bkp index f1a161e53c..d61184c499 100644 --- a/testsuite/tests/backpack/should_compile/bkp16.bkp +++ b/testsuite/tests/backpack/should_compile/bkp16.bkp @@ -2,7 +2,7 @@ unit p where dependency ghc-prim signature Int where - import GHC.Prim + import GHC.Exts data Int = I# Int# unit q where dependency p[Int=base:GHC.Exts] diff --git a/testsuite/tests/backpack/should_run/T13955.bkp b/testsuite/tests/backpack/should_run/T13955.bkp index eadeee6f5c..f469076dd7 100644 --- a/testsuite/tests/backpack/should_run/T13955.bkp +++ b/testsuite/tests/backpack/should_run/T13955.bkp @@ -28,7 +28,7 @@ unit number-int where unit number-unboxed-int where module NumberUnknown where import GHC.Types - import GHC.Prim + import GHC.Exts type Rep = IntRep type Number = Int# plus :: Int# -> Int# -> Int# diff --git a/testsuite/tests/backpack/should_run/T20133.bkp b/testsuite/tests/backpack/should_run/T20133.bkp index 304f857ae9..557d1f2f7c 100644 --- a/testsuite/tests/backpack/should_run/T20133.bkp +++ b/testsuite/tests/backpack/should_run/T20133.bkp @@ -18,7 +18,7 @@ unit number-unknown where unit number-unboxed-int where module NumberUnknown where import GHC.Types - import GHC.Prim + import GHC.Exts type Rep a = IntRep type Number a = Int# plus :: Int# -> Int# -> Int# |