Skip to content

Commit

Permalink
Support 9.2 and update vinyl upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
int-index committed Feb 14, 2022
1 parent 77964d5 commit d61cac5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
- "8.4.4"
- "8.6.5"
- "8.8.4"
- "8.10.2"
- "9.0.1"
- "8.10.7"
- "9.0.2"
- "9.2.1"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-haskell@v1
- uses: haskell/actions/setup@v1
with:
cabal-version: "3.4"
ghc-version: ${{ matrix.ghc-version }}
Expand Down
4 changes: 2 additions & 2 deletions union.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
ScopedTypeVariables
TypeOperators
build-depends: base >=4.9 && <4.17
, vinyl >=0.5 && <0.14
, vinyl >=0.5 && <0.15
, profunctors >=5.1 && <5.7
, tagged >=0.8 && <0.9
, deepseq >=1.4 && <1.5
Expand All @@ -57,4 +57,4 @@ benchmark bench
, criterion
hs-source-dirs: bench
default-language: Haskell2010
ghc-options: -Wall -O2 -fno-warn-orphans
ghc-options: -Wall -O2 -Wno-orphans

0 comments on commit d61cac5

Please sign in to comment.