Examine behaviour of hlint and fourmolu without Stack

This commit is contained in:
Jack Hodgkinson 2022-02-14 13:43:35 +00:00
parent 5f0f53ba79
commit 75187895bc
2 changed files with 26 additions and 28 deletions

View file

@ -5,14 +5,9 @@ import Prelude
--------------------------------------------------------------------------------
import Test.Tasty (defaultMain, testGroup)
import Test.Tasty.HUnit (assertBool, testCase)
--------------------------------------------------------------------------------
main :: IO ()
main =
defaultMain $
testGroup
"Suites"
[ testCase "will fail" $ assertBool "false" False
]
defaultMain $ testGroup "Suites" []