File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222
2323 env :
2424 # Modify this value to "invalidate" the cabal cache.
25- CABAL_CACHE_VERSION : " 2023-07-11 "
25+ CABAL_CACHE_VERSION : " 2023-07-27 "
2626
2727 # Modify this value to "invalidate" the secp cache.
2828 SECP_CACHE_VERSION : " 2022-12-30"
Original file line number Diff line number Diff line change 3131
3232 env :
3333 # Modify this value to "invalidate" the cabal cache.
34- CABAL_CACHE_VERSION : " 2023-07-11 "
34+ CABAL_CACHE_VERSION : " 2023-07-27 "
3535
3636 # Modify this value to "invalidate" the secp cache.
3737 SECP_CACHE_VERSION : " 2022-12-30"
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 strategy :
2626 fail-fast : false
2727 matrix :
28- ghc : ["9.2.7"]
28+ ghc : ["9.2.7", "9.6.2" ]
2929 cabal : ["3.10.1.0"]
3030 os : [macos-latest, windows-latest]
3131
3232 env :
3333 # Modify this value to "invalidate" the cabal cache.
34- CABAL_CACHE_VERSION : " 2023-07-11 "
34+ CABAL_CACHE_VERSION : " 2023-07-27 "
3535
3636 # Modify this value to "invalidate" the secp cache.
3737 SECP_CACHE_VERSION : " 2022-12-30"
Original file line number Diff line number Diff line change 2727
2828 env :
2929 # Modify this value to "invalidate" the cabal cache.
30- CABAL_CACHE_VERSION : " 2023-07-11 "
30+ CABAL_CACHE_VERSION : " 2023-07-27 "
3131
3232 STYLISH_HASKELL_VERSION : " 0.14.4.0"
3333
You can’t perform that action at this time.
0 commit comments