summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/Bag.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Data/Bag.hs')
-rw-r--r--compiler/GHC/Data/Bag.hs1
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