Skip to content

Commit

Permalink
Merge pull request #48 from solomon-b/solomon/drop-ghc-8107
Browse files Browse the repository at this point in the history
Drops GHC 8107
  • Loading branch information
solomon-b committed Jan 30, 2024
2 parents a5fca19 + 159e240 commit 3a98166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 1 addition & 2 deletions monoidal-functors.cabal
Expand Up @@ -12,8 +12,7 @@ homepage: http://github.com/solomon-b/monoidal-functors
build-type: Simple
extra-source-files: CHANGELOG.md
description: A typeclass hierarchy for monoidal functors.
tested-with: GHC == 8.10.7
, GHC == 9.0.2
tested-with: GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.3
Expand Down
2 changes: 1 addition & 1 deletion src/Control/Category/Tensor.hs
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 3a98166

Please sign in to comment.