Skip to content

Commit

Permalink
Try it in CI I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Nov 30, 2023
1 parent 09a1dc3 commit f466a30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wasm-calc-haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: haskell/actions/setup@v2
with:
ghc-version: '9.6.2'
ghc-version: '9.6.3'
cabal-version: '3.10.1.0'

- name: Test wasm-calc
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
wasm-calc/wasm-calc.cabal,
wasm-calc2/wasm-calc2.cabal

with-compiler: ghc-9.6.2
with-compiler: ghc-9.6.3

package diagnose
flags: +megaparsec-compat
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# current compiler version, ideally, we'll put everything here
# eventually

compilerVersion = "ghc962";
compilerVersion = "ghc963";

# fix things
haskell = pkgs.haskell // {
Expand Down

0 comments on commit f466a30

Please sign in to comment.