diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-02-14 14:46:13 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-02-14 14:46:13 +0000 |
commit | b3bf41f3d1eaa618cee9746a948c7b1c318d15c4 (patch) | |
tree | 3bb8096502f00d5bef47a5d96a8e48465843bd6d /testsuite/tests/codeGen/should_run/cgrun070.hs | |
parent | 00a3d583c3567dfdd8cf4d2d194487175335c52d (diff) | |
download | haskell-b3bf41f3d1eaa618cee9746a948c7b1c318d15c4.tar.gz |
Error message wibbles when adding overloaded lists
Diffstat (limited to 'testsuite/tests/codeGen/should_run/cgrun070.hs')
-rw-r--r-- | testsuite/tests/codeGen/should_run/cgrun070.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/cgrun070.hs b/testsuite/tests/codeGen/should_run/cgrun070.hs index 1f6b5622ba..3187af6f67 100644 --- a/testsuite/tests/codeGen/should_run/cgrun070.hs +++ b/testsuite/tests/codeGen/should_run/cgrun070.hs @@ -6,7 +6,7 @@ module Main ( main ) where import GHC.Word -import GHC.Exts +import GHC.Exts hiding (IsList(..)) import GHC.Prim import GHC.ST |