[Git][ghc/ghc][wip/unboxed-codebuffer] Fix warnings
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Thu Feb 16 12:06:09 UTC 2023
Josh Meredith pushed to branch wip/unboxed-codebuffer at Glasgow Haskell Compiler / GHC
Commits:
9a49be56 by Josh Meredith at 2023-02-16T12:05:59+00:00
Fix warnings
- - - - -
4 changed files:
- libraries/base/GHC/IO/Encoding/Latin1.hs
- libraries/base/GHC/IO/Encoding/UTF16.hs
- libraries/base/GHC/IO/Encoding/UTF32.hs
- libraries/base/GHC/IO/Encoding/UTF8.hs
Changes:
=====================================
libraries/base/GHC/IO/Encoding/Latin1.hs
=====================================
@@ -4,6 +4,7 @@
, NondecreasingIndentation
, UnboxedTuples
, MagicHash
+ , ScopedTypeVariables
#-}
{-# OPTIONS_GHC -funbox-strict-fields #-}
=====================================
libraries/base/GHC/IO/Encoding/UTF16.hs
=====================================
@@ -4,6 +4,7 @@
, NondecreasingIndentation
, MagicHash
, UnboxedTuples
+ , ScopedTypeVariables
#-}
{-# OPTIONS_GHC -funbox-strict-fields #-}
=====================================
libraries/base/GHC/IO/Encoding/UTF32.hs
=====================================
@@ -4,6 +4,7 @@
, NondecreasingIndentation
, MagicHash
, UnboxedTuples
+ , ScopedTypeVariables
#-}
{-# OPTIONS_GHC -funbox-strict-fields #-}
=====================================
libraries/base/GHC/IO/Encoding/UTF8.hs
=====================================
@@ -4,6 +4,7 @@
, NondecreasingIndentation
, MagicHash
, UnboxedTuples
+ , ScopedTypeVariables
#-}
{-# OPTIONS_GHC -funbox-strict-fields #-}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9a49be562a883614d2465c76b0d788c7867e3bcd
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9a49be562a883614d2465c76b0d788c7867e3bcd
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/20230216/be830662/attachment-0001.html>
More information about the ghc-commits
mailing list