Skip to content

Commit faf9904

Browse files
committed
testsuite: Drop redundant import of Data.List
1 parent 175ae8b commit faf9904

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/T2411.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module Main where
33
import Control.Concurrent.STM
44
import GHC.Conc
55
import Control.Exception
6-
import Data.List
76

87
main = do
98
tv <- atomically $ newTVar "test"

0 commit comments

Comments
 (0)