Skip to content

Commit

Permalink
Support 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
int-index committed Feb 14, 2022
1 parent 77964d5 commit c79ab03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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
2 changes: 1 addition & 1 deletion union.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 c79ab03

Please sign in to comment.