From bf47c9ba0eb97f47dd4dc8976b284815f42f31c3 Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Fri, 1 Mar 2024 10:49:52 +0000 Subject: [PATCH] docs: Remove stray module comment from GHC.Profiling.Eras --- libraries/ghc-experimental/src/GHC/Profiling/Eras.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/ghc-experimental/src/GHC/Profiling/Eras.hs b/libraries/ghc-experimental/src/GHC/Profiling/Eras.hs index d43c2be43314..8d51ac9eb909 100644 --- a/libraries/ghc-experimental/src/GHC/Profiling/Eras.hs +++ b/libraries/ghc-experimental/src/GHC/Profiling/Eras.hs @@ -1,7 +1,6 @@ {-# LANGUAGE Trustworthy #-} {-# LANGUAGE NoImplicitPrelude #-} --- | TODO move this module into ghc-internals module GHC.Profiling.Eras ( setUserEra , getUserEra , incrementUserEra -- GitLab