Skip to content

Commit

Permalink
Add stackage version with GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
saep committed Nov 13, 2023
1 parent 2591cd1 commit 7f81dc0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- stack-ghc-9.0.yaml
- stack-ghc-9.2.yaml
- stack-ghc-9.4.yaml
- stack-ghc-9.6.yaml
# technically redundant, since this should be a symlink,
# but just to be extra sure
- stack.yaml
Expand Down
17 changes: 17 additions & 0 deletions stack-ghc-9.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
flags: {}
packages:
- '.'

resolver: nightly-2023-11-10
extra-deps: []

allow-newer: false

nix:
# Not using pure here because it is very practical to inherit
# $NVIM when developing and debugging plugins.
pure: false

packages:
- zlib
- neovim # for api generation
2 changes: 1 addition & 1 deletion stack.yaml

0 comments on commit 7f81dc0

Please sign in to comment.