Skip to content

Commit

Permalink
Bump Stack CI to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jan 13, 2025
1 parent 1c4d659 commit b356fb0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 23 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ on:
push:
branches:
- master
- ci*
tags:
- v*
pull_request:
branches:
- master
- ci*
workflow_dispatch:

# For making a release, we need write permissions.
Expand Down
1 change: 1 addition & 0 deletions fix-whitespace.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ extra-doc-files:
README.md
fix-whitespace.yaml
-- stack-supported GHCs
stack-9.10.yaml
stack-9.8.yaml
stack-9.6.yaml
stack-9.4.yaml
Expand Down
20 changes: 1 addition & 19 deletions stack-9.10.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
resolver: nightly-2024-07-01
resolver: nightly-2025-01-12
compiler: ghc-9.10.1
compiler-check: match-exact

# Libraries shipped with GHC 9.10.1:
extra-deps:
- directory-1.3.8.3
- filepath-1.5.2.0
- process-1.6.19.0
- unix-2.8.5.1
# For Windows:
- Win32-2.14.0.0
- time-1.12.2

flags:
directory:
os-string: true
unix:
os-string: true
Win32:
os-string: true
2 changes: 1 addition & 1 deletion stack-9.6.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: lts-22.38
resolver: lts-22.43
2 changes: 1 addition & 1 deletion stack-9.8.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: nightly-2024-10-11
resolver: lts-23.4

0 comments on commit b356fb0

Please sign in to comment.