Skip to content

Commit

Permalink
Update spec/Clay/MediaSpec.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
turion authored Nov 14, 2023
1 parent d07a265 commit ee14754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Clay/MediaSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Clay.Media
import Clay.Render (Config(..))

Check warning on line 7 in spec/Clay/MediaSpec.hs

View workflow job for this annotation

GitHub Actions / Haskell GHC 8.8.4 cabal

The import of ‘Clay.Render’ is redundant

Check warning on line 7 in spec/Clay/MediaSpec.hs

View workflow job for this annotation

GitHub Actions / Haskell GHC 8.10.7 cabal

The import of ‘Clay.Render’ is redundant

Check warning on line 7 in spec/Clay/MediaSpec.hs

View workflow job for this annotation

GitHub Actions / Haskell GHC 9.0.2 cabal

The import of ‘Clay.Render’ is redundant

Check warning on line 7 in spec/Clay/MediaSpec.hs

View workflow job for this annotation

GitHub Actions / Haskell GHC 8.6.5 cabal

The import of ‘Clay.Render’ is redundant

Check warning on line 7 in spec/Clay/MediaSpec.hs

View workflow job for this annotation

GitHub Actions / Haskell GHC 8.4.4 cabal

The import of ‘Clay.Render’ is redundant
import Clay.Stylesheet (Feature, keyframes, MediaType)
import Common
import Data.Text.Lazy as Text (Text, toStrict, unlines, unpack)
import Data.Text.Lazy (Text, unpack)
import Test.Hspec
import Prelude hiding (all, print)

Expand Down

0 comments on commit ee14754

Please sign in to comment.