[Git][ghc/ghc][wip/clc-86] no deprecation warnings on GHC.Data.Bag
Melanie Brown (@mixphix)
gitlab at gitlab.haskell.org
Fri Apr 21 21:12:48 UTC 2023
Melanie Brown pushed to branch wip/clc-86 at Glasgow Haskell Compiler / GHC
Commits:
055f5daf by Melanie Phoenix at 2023-04-21T17:12:43-04:00
no deprecation warnings on GHC.Data.Bag
- - - - -
1 changed file:
- compiler/GHC/Data/Bag.hs
Changes:
=====================================
compiler/GHC/Data/Bag.hs
=====================================
@@ -7,6 +7,7 @@ Bag: an unordered collection with duplicates
-}
{-# LANGUAGE ScopedTypeVariables, DeriveTraversable, TypeFamilies #-}
+{-# OPTIONS_GHC -Wno-deprecations #-}
module GHC.Data.Bag (
Bag, -- abstract type
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/055f5daf6728917fee5bb0b5aed99852fb8c6a28
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/055f5daf6728917fee5bb0b5aed99852fb8c6a28
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/20230421/ca9c63aa/attachment.html>
More information about the ghc-commits
mailing list