Skip to content

Commit 9cc8bd9

Browse files
committed
hls-graph: STM.Stats: fx stm-stats build
1 parent 001fe79 commit 9cc8bd9

File tree

1 file changed

+3
-1
lines changed
  • hls-graph/src/Control/Concurrent/STM

1 file changed

+3
-1
lines changed

hls-graph/src/Control/Concurrent/STM/Stats.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{-# LANGUAGE CPP #-}
22
{-# LANGUAGE ScopedTypeVariables #-}
3+
#ifdef STM_STATS
4+
{-# LANGUAGE RecordWildCards #-}
5+
#endif
36
module Control.Concurrent.STM.Stats
47
( atomicallyNamed
58
, atomically
@@ -180,4 +183,3 @@ dumpSTMStats = do
180183

181184

182185
#endif
183-

0 commit comments

Comments
 (0)