[Git][ghc/ghc][wip/T22439] Add missing import to T22439

Simon Peyton Jones (@simonpj) gitlab at gitlab.haskell.org
Mon Nov 21 14:38:18 UTC 2022



Simon Peyton Jones pushed to branch wip/T22439 at Glasgow Haskell Compiler / GHC


Commits:
7d9f5324 by Simon Peyton Jones at 2022-11-21T14:39:41+00:00
Add missing import to T22439

- - - - -


1 changed file:

- testsuite/tests/simplCore/should_compile/T22439.hs


Changes:

=====================================
testsuite/tests/simplCore/should_compile/T22439.hs
=====================================
@@ -8,7 +8,7 @@ module Bug where
 
 import qualified Data.Text.Lazy as T
 import GHC.Exts (IsList(..))
-import Prelude (Bool, Char, otherwise)
+import Prelude (Bool, Char, otherwise, type (~) )
 
 class (IsList full, item ~ Item full) => ListLike full item | full -> item where
     empty :: full



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7d9f532414d09835fef720faf2b7bd736aacd3b4

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7d9f532414d09835fef720faf2b7bd736aacd3b4
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221121/2005fcf6/attachment.html>


More information about the ghc-commits mailing list