Skip to content

Commit

Permalink
Update upper version bounds to support ghc945
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-b committed Jun 26, 2023
1 parent ae638d7 commit 56d6d0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
cabal: ["3.6"]
ghc: ["8.10.7", "9.0.2", "9.2.4"]
ghc: ["8.10.7", "9.0.2", "9.2.4", "9.4.5"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -8,7 +8,7 @@

outputs = { self, nixpkgs, flake-utils }:
let
ghcVersion = "924";
ghcVersion = "945";
compiler = "ghc${ghcVersion}";
# default systems compatible with pre-commit-hooks.nix
# https://github.com/cachix/pre-commit-hooks.nix/pull/122
Expand Down
2 changes: 1 addition & 1 deletion monoidal-functors.cabal
Expand Up @@ -47,7 +47,7 @@ common common-extensions
library
import: common-extensions
build-depends:
base >= 4.12 && < 4.17,
base >= 4.12 && < 4.18,
bifunctors >= 5.6.1 && < 5.7,
tagged >= 0.8.7 && < 0.9,
transformers >= 0.5.6 && <= 0.6.1.0,
Expand Down

0 comments on commit 56d6d0e

Please sign in to comment.