[Git][ghc/ghc][master] Add LANGUAGE GADTs to GHC.Rename.Env

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Mar 30 18:37:26 UTC 2023



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


Commits:
6f885e65 by sheaf at 2023-03-30T14:37:09-04:00
Add LANGUAGE GADTs to GHC.Rename.Env

We need to enable this extension for the file to compile with ghc 9.2,
as we are pattern matching on a GADT and this required the GADT extension
to be enabled until 9.4.
- - - - -


1 changed file:

- compiler/GHC/Rename/Env.hs


Changes:

=====================================
compiler/GHC/Rename/Env.hs
=====================================
@@ -1,5 +1,5 @@
-
 {-# LANGUAGE FlexibleContexts #-}
+{-# LANGUAGE GADTs            #-}
 {-# LANGUAGE MultiWayIf       #-}
 {-# LANGUAGE TypeApplications #-}
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6f885e6575eb741556d6e198d1a9dbdadf10307b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6f885e6575eb741556d6e198d1a9dbdadf10307b
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/20230330/2f6fd392/attachment.html>


More information about the ghc-commits mailing list