Skip to content

Commit db95771

Browse files
committed
Fix typo
1 parent 518a83a commit db95771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Control/Parallel/Strategies.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module Control.Parallel.Strategies (
146146
NFData
147147
) where
148148

149-
#if defined(__MHS) || !MIN_VERSION_base(4,8,0)
149+
#if defined(__MHS__) || !MIN_VERSION_base(4,8,0)
150150
import Data.Traversable
151151
#endif
152152
#if !MIN_VERSION_base(4,8,0)

0 commit comments

Comments
 (0)