Skip to content

Commit 56ca464

Browse files
fix it harder
1 parent db37322 commit 56ca464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System/Metrics.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ getGcStats = Stats.getGCStats
619619
# endif
620620

621621
-- | Helper to work around rename in GHC.Stats in base-4.6.
622-
gcParTotBytesCopied :: Stats.GCStats -> Int64
622+
-- gcParTotBytesCopied :: Stats.GCStats -> Int64
623623
# if MIN_VERSION_base(4,6,0)
624624
gcParTotBytesCopied = Stats.parTotBytesCopied
625625
# else

0 commit comments

Comments
 (0)