File tree Expand file tree Collapse file tree 2 files changed +5
-296
lines changed
Expand file tree Collapse file tree 2 files changed +5
-296
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 include :
2121 - os : " windows-latest"
22+ ghc-version : " 9.2.1"
2223 - os : " ubuntu-latest"
24+ ghc-version : " 9.2.2"
2325 - os : " macos-latest"
26+ ghc-version : " 9.2.2"
2427
2528 runs-on : ${{ matrix.os }}
2629
3134 uses : haskell/actions/setup@v1
3235 id : setup-haskell
3336 with :
34- ghc-version : ' 9.2.1 '
37+ ghc-version : ${{ matrix.ghc-version }}
3538 cabal-version : ' 3.6.2.0'
3639
3740 - name : Set PATH for cabal-installed executables
4750 # an executable that is already present (because of caching)
4851 run : |
4952 cabal update
53+ cabal freeze
5054 cabal user-config update -f -a "overwrite-policy: always"
5155 cabal user-config update -f -a "install-method: copy"
5256 cabal user-config update -f -a "split-sections: True"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments