mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-22 22:14:21 +03:00
Update CI (#122)
This commit is contained in:
parent
9ccc0b2e0d
commit
7becb972ea
15
.github/workflows/haskell-ci.yml
vendored
15
.github/workflows/haskell-ci.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user