Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/RecursiveTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

module RecursiveTest where

import Control.DeepSeq
import Control.DeepSeq hiding (Unit)

Check warning on line 11 in test/RecursiveTest.hs

View workflow job for this annotation

GitHub Actions / GHC-8.6.5

Module ‘Control.DeepSeq’ does not export ‘Unit’

Check warning on line 11 in test/RecursiveTest.hs

View workflow job for this annotation

GitHub Actions / GHC-8.10.7

Module ‘Control.DeepSeq’ does not export ‘Unit’

Check warning on line 11 in test/RecursiveTest.hs

View workflow job for this annotation

GitHub Actions / GHC-9.0.2

Module ‘Control.DeepSeq’ does not export ‘Unit’

Check warning on line 11 in test/RecursiveTest.hs

View workflow job for this annotation

GitHub Actions / GHC-9.8.1

Module ‘Control.DeepSeq’ does not export ‘Unit’.

Check warning on line 11 in test/RecursiveTest.hs

View workflow job for this annotation

GitHub Actions / GHC-9.2.4

Module ‘Control.DeepSeq’ does not export ‘Unit’

Check warning on line 11 in test/RecursiveTest.hs

View workflow job for this annotation

GitHub Actions / GHC-9.4.3

Module ‘Control.DeepSeq’ does not export ‘Unit’
import GHC.Generics (Generic)
import Test.QuickCheck
import Test.QuickCheck.Arbitrary.Generic
Expand Down
Loading