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:
|
||||
ghc:
|
||||
- "8.10.7"
|
||||
- "9.2.2"
|
||||
- "9.2.5"
|
||||
- "9.4.4"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
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
|
||||
with:
|
||||
ghc-version: ${{ matrix.ghc }}
|
||||
|
@ -38,7 +38,7 @@ library
|
||||
test-suite doctests
|
||||
build-depends: base
|
||||
, base-compat >= 0.11 && < 0.13
|
||||
, doctest >= 0.17 && < 0.20
|
||||
, doctest >= 0.17 && < 0.22
|
||||
, higgledy
|
||||
, lens
|
||||
, QuickCheck
|
||||
@ -53,8 +53,8 @@ test-suite test
|
||||
build-depends: base
|
||||
, barbies
|
||||
, higgledy
|
||||
, hspec >= 2.6.1 && < 2.8
|
||||
, lens >= 4.17 && < 5.2
|
||||
, hspec >= 2.6.1 && < 2.11
|
||||
, lens >= 4.17 && < 5.3
|
||||
, QuickCheck
|
||||
main-is: Main.hs
|
||||
type: exitcode-stdio-1.0
|
||||
@ -64,7 +64,7 @@ test-suite test
|
||||
test-suite readme
|
||||
build-depends: base
|
||||
, barbies
|
||||
, lens >= 4.17 && < 5.2
|
||||
, lens >= 4.17 && < 5.3
|
||||
, higgledy
|
||||
, named ^>= 0.3.0.0
|
||||
main-is: README.lhs
|
||||
|
Loading…
Reference in New Issue
Block a user