Skip to content

Commit ec4491b

Browse files
committed
hie-bios doesn't mention the component name in the message anymore
1 parent f38beda commit ec4491b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/FunctionalBadProject.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ tests = testGroup "behaviour on malformed projects"
2424
liftIO $ assertBool "missing module name" $
2525
"Other" `T.isInfixOf` (diag ^. L.message)
2626
liftIO $ assertBool "hie-bios message" $
27-
"Cabal {component = Just \"exe:testExe\"}" `T.isInfixOf` (diag ^. L.message)
27+
"Cabal" `T.isInfixOf` (diag ^. L.message)
2828
]

0 commit comments

Comments
 (0)