Skip to content

Commit

Permalink
Merge branch 'rnhmjoj/master' into gha
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Jun 5, 2024
2 parents 314fa89 + 3a505f3 commit ec3d478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Test/Streaming.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
module Test.Streaming (tests) where

import Control.Applicative hiding (empty)

Check warning on line 9 in test/Test/Streaming.hs

View workflow job for this annotation

GitHub Actions / linux (9.6.2)

The import of ‘Control.Applicative’ is redundant

Check warning on line 9 in test/Test/Streaming.hs

View workflow job for this annotation

GitHub Actions / linux (9.6.2)

The import of ‘Control.Applicative’ is redundant

Check warning on line 9 in test/Test/Streaming.hs

View workflow job for this annotation

GitHub Actions / linux (9.4.7)

The import of ‘Control.Applicative’ is redundant

Check warning on line 9 in test/Test/Streaming.hs

View workflow job for this annotation

GitHub Actions / linux (9.2.8)

The import of ‘Control.Applicative’ is redundant

Check warning on line 9 in test/Test/Streaming.hs

View workflow job for this annotation

GitHub Actions / linux (latest)

The import of ‘Control.Applicative’ is redundant
import Control.Monad (liftM2, foldM)

Check warning on line 10 in test/Test/Streaming.hs

View workflow job for this annotation

GitHub Actions / linux (9.4.7)

The import of ‘Control.Monad’ is redundant

Check warning on line 10 in test/Test/Streaming.hs

View workflow job for this annotation

GitHub Actions / linux (9.2.8)

The import of ‘Control.Monad’ is redundant

Check warning on line 10 in test/Test/Streaming.hs

View workflow job for this annotation

GitHub Actions / linux (latest)

The import of ‘Control.Monad’ is redundant
import Control.Monad.Catch
import Control.Monad.Identity
import Control.Monad.IO.Class
Expand Down

0 comments on commit ec3d478

Please sign in to comment.