Skip to content

Commit

Permalink
Drops GHC 8107
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-b committed Jan 30, 2024
1 parent a5fca19 commit 8131983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
cabal: ["3.6", "3.10"]
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.3"]
ghc: ["9.0.2", "9.2.8", "9.4.8", "9.6.3"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Category/Tensor.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Data.Functor.Contravariant (Op (..))
import Data.Profunctor (Profunctor (..), Star (..))
import Data.These (These (..), these)
import Data.Void (Void, absurd)
import Prelude hiding (id, (.))
import Prelude hiding (Applicative (..), id, (.))

--------------------------------------------------------------------------------

Expand Down

0 comments on commit 8131983

Please sign in to comment.