Skip to content

Commit b2ac3b4

Browse files
jwiegleyclaude
andcommitted
Remove unused Data.String import from tests/Main.hs
The qualified import of Data.String was redundant and caused the -Werror CI build to fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f1ed4d4 commit b2ac3b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/Main.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module Main where
55
import qualified Control.Exception as Exc
66
import Data.Fix
77
import Data.List (isSuffixOf, lookup)
8-
import qualified Data.String as String
98
import Data.Time
109
import qualified EvalTests
1110
import GHC.Err (errorWithoutStackTrace)

0 commit comments

Comments
 (0)