Update CI (#122)

This commit is contained in:
Andrzej Rybczak 2023-01-01 20:29:15 +01:00 committed by GitHub
parent 9ccc0b2e0d
commit 7becb972ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 14 deletions

View File

@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.15.20220826
# version: 0.15.20221225
#
# REGENDATA ("0.15.20220826",["github","--config=cabal.haskell-ci","cabal.project"])
# REGENDATA ("0.15.20221225",["github","--config=cabal.haskell-ci","cabal.project"])
#
name: Haskell-CI
on:
@ -32,14 +32,14 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.4.2
- compiler: ghc-9.4.4
compilerKind: ghc
compilerVersion: 9.4.2
compilerVersion: 9.4.4
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.4
- compiler: ghc-9.2.5
compilerKind: ghc
compilerVersion: 9.2.4
compilerVersion: 9.2.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
@ -133,7 +133,7 @@ jobs:
- name: cache (tools)
uses: actions/cache@v2
with:
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-1f710c20
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-67f405ea
path: ~/.haskell-ci-tools
- name: install cabal-plan
run: |
@ -197,7 +197,6 @@ jobs:
allow-newer: cleff:base
allow-newer: cleff:template-haskell
allow-newer: freer-simple:template-haskell
allow-newer: fused-effects:base
package effectful
flags: +benchmark-foreign-libraries

View File

@ -21,7 +21,7 @@ extra-source-files:
CHANGELOG.md
README.md
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.4
bug-reports: https://github.com/haskell-effectful/effectful/issues
source-repository head

View File

@ -17,7 +17,7 @@ description:
extra-source-files: CHANGELOG.md
README.md
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.5
bug-reports: https://github.com/haskell-effectful/effectful/issues
source-repository head

View File

@ -17,7 +17,7 @@ extra-source-files:
CHANGELOG.md
README.md
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.4
bug-reports: https://github.com/haskell-effectful/effectful/issues
source-repository head

View File

@ -54,7 +54,6 @@ import qualified Control.Monad.Reader as M
import qualified Polysemy as P
import qualified Polysemy.Reader as P
import qualified Polysemy.State as P
import qualified Polysemy.Internal as P
#endif
tryGetFileSize :: FilePath -> IO (Maybe Int)

View File

@ -22,7 +22,7 @@ extra-source-files:
CHANGELOG.md
README.md
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.4
bug-reports: https://github.com/haskell-effectful/effectful/issues
source-repository head
@ -164,7 +164,7 @@ benchmark bench
build-depends: fused-effects >= 1.1.2.0
if impl(ghc < 9.5)
build-depends: polysemy >= 1.7.1.0
build-depends: polysemy >= 1.9.0.0
build-depends: base
, async