mirror of
https://github.com/i-am-tom/higgledy.git
synced 2024-11-22 11:15:42 +03:00
commit
6b3bdbae03
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -17,13 +17,14 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
ghc:
|
ghc:
|
||||||
- "8.10.7"
|
- "8.10.7"
|
||||||
- "9.2.2"
|
- "9.2.5"
|
||||||
|
- "9.4.4"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
|
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
|
||||||
|
|
||||||
- uses: haskell/actions/setup@v1
|
- uses: haskell/actions/setup@v2
|
||||||
name: Setup Haskell
|
name: Setup Haskell
|
||||||
with:
|
with:
|
||||||
ghc-version: ${{ matrix.ghc }}
|
ghc-version: ${{ matrix.ghc }}
|
||||||
|
@ -38,7 +38,7 @@ library
|
|||||||
test-suite doctests
|
test-suite doctests
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, base-compat >= 0.11 && < 0.13
|
, base-compat >= 0.11 && < 0.13
|
||||||
, doctest >= 0.17 && < 0.20
|
, doctest >= 0.17 && < 0.22
|
||||||
, higgledy
|
, higgledy
|
||||||
, lens
|
, lens
|
||||||
, QuickCheck
|
, QuickCheck
|
||||||
@ -53,8 +53,8 @@ test-suite test
|
|||||||
build-depends: base
|
build-depends: base
|
||||||
, barbies
|
, barbies
|
||||||
, higgledy
|
, higgledy
|
||||||
, hspec >= 2.6.1 && < 2.8
|
, hspec >= 2.6.1 && < 2.11
|
||||||
, lens >= 4.17 && < 5.2
|
, lens >= 4.17 && < 5.3
|
||||||
, QuickCheck
|
, QuickCheck
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
@ -64,7 +64,7 @@ test-suite test
|
|||||||
test-suite readme
|
test-suite readme
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, barbies
|
, barbies
|
||||||
, lens >= 4.17 && < 5.2
|
, lens >= 4.17 && < 5.3
|
||||||
, higgledy
|
, higgledy
|
||||||
, named ^>= 0.3.0.0
|
, named ^>= 0.3.0.0
|
||||||
main-is: README.lhs
|
main-is: README.lhs
|
||||||
|
Loading…
Reference in New Issue
Block a user