[Git][ghc/ghc][wip/unboxed-codebuffer] Fix warnings
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Thu Feb 16 11:30:11 UTC 2023
Josh Meredith pushed to branch wip/unboxed-codebuffer at Glasgow Haskell Compiler / GHC
Commits:
5e41aed4 by Josh Meredith at 2023-02-16T11:30:00+00:00
Fix warnings
- - - - -
1 changed file:
- libraries/base/GHC/IO/Encoding/Failure.hs
Changes:
=====================================
libraries/base/GHC/IO/Encoding/Failure.hs
=====================================
@@ -2,6 +2,7 @@
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE UnboxedTuples #-}
{-# LANGUAGE MagicHash #-}
+{-# LANGUAGE BangPatterns #-}
-----------------------------------------------------------------------------
-- |
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e41aed4461c8c195f15614ec112c7c28166ac3f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e41aed4461c8c195f15614ec112c7c28166ac3f
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/d1e73927/attachment.html>
More information about the ghc-commits
mailing list