0.3.2 Release (#127) (#138)

This commit is contained in:
Adam Wespiser
2022-06-12 13:46:49 -04:00
committed by GitHub
parent 3e249724fd
commit e40b7351ec
6 changed files with 13 additions and 88 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['9.2', '9.0.1', '8.10.1', '8.8.1', '8.6.5', '8.6.4', '8.6.3', '8.6.2', '8.4.4', '8.2.2', '8.0.2', '7.10.3']
ghc: ['9.2.2', '9.0.1', '8.10.1', '8.8.1', '8.6.5', '8.6.4', '8.6.3', '8.6.2', '8.4.4', '8.2.2', '8.0.2', '7.10.3']
cabal: ['latest', 3.2]
fail-fast: false
env:
+2
View File
@@ -22,6 +22,8 @@ jobs:
- { build: stack, resolver: "lts-15" } # ghc-8.8.3
- { build: stack, resolver: "lts-16" } # ghc-8.8.4
- { build: stack, resolver: "lts-17" } # ghc-8.10.4
- { build: stack, resolver: "lts-18" } # ghc-8.10.7
- { build: stack, resolver: "lts-19" } # ghc-9.0.2
# - { build: stack, resolver: "" }
# use this to include any dependencies from OS package managers
include: []