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 df37708
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ 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
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 df37708

Please sign in to comment.