diff options
author | Melanie Phoenix <brown.m@proton.me> | 2023-04-21 17:12:43 -0400 |
---|---|---|
committer | Melanie Phoenix <brown.m@proton.me> | 2023-04-21 17:12:43 -0400 |
commit | 055f5daf6728917fee5bb0b5aed99852fb8c6a28 (patch) | |
tree | 948e0f0c9bc15188de5bfa6efd3997f3fb27e119 | |
parent | 1ab066c7d8155967f6cd1309981b5dcde2efa2b8 (diff) | |
download | haskell-wip/clc-86.tar.gz |
no deprecation warnings on GHC.Data.Bagwip/clc-86
-rw-r--r-- | compiler/GHC/Data/Bag.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Data/Bag.hs b/compiler/GHC/Data/Bag.hs index a9b8a669de..b95f9571f1 100644 --- a/compiler/GHC/Data/Bag.hs +++ b/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 |