Skip to content

Commit 5d15651

Browse files
committed
strict-mvar: removed HLINT option
This can be added to `.hlint.yaml` file (we do not checkout it to the git repo, but one can add it to one of the `.gitignore` files).
1 parent ca367f4 commit 5d15651

File tree

1 file changed

+0
-1
lines changed
  • strict-mvar/test/Test/Control/Concurrent/Class/MonadMVar/Strict

1 file changed

+0
-1
lines changed

strict-mvar/test/Test/Control/Concurrent/Class/MonadMVar/Strict/WHNF.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
2-
{-# HLINT ignore "Use camelCase" #-}
32

43
-- | Test whether functions on 'StrictMVar's correctly force values to WHNF
54
-- before they are put inside the 'StrictMVar'.

0 commit comments

Comments
 (0)