[Git][ghc/ghc][master] Fix build with 9.2

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Jun 1 08:54:18 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
982bef3a by Krzysztof Gogolewski at 2023-06-01T04:53:49-04:00
Fix build with 9.2

GHC.Tc.Zonk.Type uses an equality constraint.
ghc.nix currently provides 9.2.

- - - - -


1 changed file:

- compiler/GHC/Tc/Zonk/Type.hs


Changes:

=====================================
compiler/GHC/Tc/Zonk/Type.hs
=====================================
@@ -1,3 +1,4 @@
+{-# LANGUAGE GADTs #-}
 
 {-
 (c) The University of Glasgow 2006



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/982bef3aa8cabffe6a4b4662f53f7f8c781b7212

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/982bef3aa8cabffe6a4b4662f53f7f8c781b7212
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/20230601/8eb3d140/attachment.html>


More information about the ghc-commits mailing list