Skip to content

Commit

Permalink
Drop 8107
Browse files Browse the repository at this point in the history
This should be cherry picked into a separate PR.
  • Loading branch information
solomon-b committed Jan 30, 2024
1 parent 9dc7284 commit e373550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal.yml
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
3 changes: 2 additions & 1 deletion src/Control/Category/Tensor.hs
Expand Up @@ -23,14 +23,15 @@ where

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

import Control.Applicative (Applicative (..))
import Control.Arrow (Kleisli (..))
import Control.Category (Category (..))
import Data.Biapplicative (Biapplicative (..), Bifunctor (..))
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 e373550

Please sign in to comment.