diff --git a/src/Data/Data/Lens.hs b/src/Data/Data/Lens.hs index b9929ca6b..0f42b3e5e 100644 --- a/src/Data/Data/Lens.hs +++ b/src/Data/Data/Lens.hs @@ -12,12 +12,6 @@ {-# LANGUAGE Trustworthy #-} #endif {-# OPTIONS_GHC -fno-full-laziness #-} -#if __GLASGOW_HASKELL__ >= 810 --- Use -fbyte-code explicitly to ensure that -fobject-code isn't automatically --- implied on GHCi 8.10+ by the use of UnboxedTuples, as this breaks the --- doctests. See #874 for more details. -{-# OPTIONS_GHC -fbyte-code #-} -#endif ----------------------------------------------------------------------------- -- | -- Module : Data.Data.Lens