Skip to content

Commit bd33484

Browse files
authored
test/RecursiveTest: hiding Unit from Control.DeepSeq (#19)
1 parent 19887b6 commit bd33484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/RecursiveTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
module RecursiveTest where
1010

11-
import Control.DeepSeq
11+
import Control.DeepSeq hiding (Unit)
1212
import GHC.Generics (Generic)
1313
import Test.QuickCheck
1414
import Test.QuickCheck.Arbitrary.Generic

0 commit comments

Comments
 (0)