diff --git a/Control/DeepSeq.hs b/Control/DeepSeq.hs index 523fe417e0582366c21a191469098986064f7046..522cc95d6fad0ae47cbbf69f3fe5b9d6d8d93e02 100644 --- a/Control/DeepSeq.hs +++ b/Control/DeepSeq.hs @@ -16,6 +16,10 @@ {-# LANGUAGE EmptyCase #-} #endif +#if __GLASGOW_HASKELL__ >= 808 +{-# OPTIONS_GHC -Wno-deprecations #-} -- For the First, Last and Option instances +#endif + ----------------------------------------------------------------------------- -- | -- Module : Control.DeepSeq