Skip to content

Commit

Permalink
[NO-ISSUE] Switch to GHC-9.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jun 10, 2023
1 parent 24fec6c commit e1bd5b5
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/cache@v3.3.1
with:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
key: ghc-${{ matrix.ghc }}-${{ hashFiles("cabal.project.freeze") }}
key: ghc-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}

- name: Build
run: |
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The following Haskell command-line tools will have to be installed:
* `ghcid`: To automatically reload the Haskell code base upon source changes
* `ghc-tags`: To generate ctags or etags for the project

You will need the [Soufflé datalog engine v2.3](https://github.com/souffle-lang/souffle/releases/tag/2.3)

(Some of those packages have incompatible dependencies, so don't try to install them all at once with cabal)

* `yarn`: The tool that handles the JavaScript code bases
Expand Down
5 changes: 1 addition & 4 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
packages: ./

repository hackage.haskell.org
url: http://hackage.haskell.org/

with-compiler: ghc-9.4.4
with-compiler: ghc-9.4.5

tests: True

Expand Down
Loading

0 comments on commit e1bd5b5

Please sign in to comment.