Skip to content

Commit 739c7ac

Browse files
committed
Restore retrie orphans
1 parent a69ca44 commit 739c7ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ghcide/src/Development/IDE/GHC/Orphans.hs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import Development.IDE.GHC.Compat
2020
import Development.IDE.GHC.Util
2121
import GHC ()
2222
import GhcPlugins
23-
-- import Retrie.ExactPrint (Annotated)
23+
import Retrie.ExactPrint (Annotated)
2424
import qualified StringBuffer as SB
2525

2626

@@ -151,11 +151,11 @@ instance NFData ModGuts where
151151
instance NFData (ImportDecl GhcPs) where
152152
rnf = rwhnf
153153

154-
-- instance Show (Annotated ParsedSource) where
155-
-- show _ = "<Annotated ParsedSource>"
154+
instance Show (Annotated ParsedSource) where
155+
show _ = "<Annotated ParsedSource>"
156156

157-
-- instance NFData (Annotated ParsedSource) where
158-
-- rnf = rwhnf
157+
instance NFData (Annotated ParsedSource) where
158+
rnf = rwhnf
159159

160160
#if MIN_GHC_API_VERSION(9,0,1)
161161
instance (NFData HsModule) where

0 commit comments

Comments
 (0)