Skip to content

Commit

Permalink
Update to GHC 9.8.4 and add 9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ocheron committed Dec 12, 2024
1 parent ed1625b commit d26d45c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .haskell-ci
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ compiler: ghc-9.0 lts-19.33
compiler: ghc-9.2 lts-20.26
compiler: ghc-9.4 lts-21.25
compiler: ghc-9.6 lts-22.39
compiler: ghc-9.8 nightly-2024-10-22
compiler: ghc-9.8 lts-23.0
compiler: ghc-9.10 nightly-2024-12-12

# options
option: x509min extradep=basement-0.0.7 extradep=foundation-0.0.20 extradep=memory-0.14.18 extradep=cryptonite-0.26 extradep=x509-1.7.5
Expand All @@ -28,6 +29,7 @@ build: ghc-9.2
build: ghc-9.4
build: ghc-9.6 usecrypton
build: ghc-9.8 usecrypton
build: ghc-9.10 usecrypton

# packages
package: '.'
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ~*~ auto-generated by haskell-ci with config : d4df0727c06d1bb7e1a59f08dd8c4159164972d88d1f5393ae47017e507ff83d ~*~
# ~*~ auto-generated by haskell-ci with config : 81eab08e85e814beba044de9a206771a406a1e0751ab96e6297959d3eac40e17 ~*~
{ resolver: lts-18.28, packages: [ '.' ], extra-deps: [], flags: {} }

0 comments on commit d26d45c

Please sign in to comment.