Skip to content

Commit f5c9133

Browse files
committed
Updating for GHC 9.2.1
1 parent bf1f105 commit f5c9133

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# latest Cabal (3.4.0.0); they do *not* use the version of
3030
# Cabal that originally shipped with the version of GHC.
3131
os: [ubuntu-latest]
32-
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.3', '9.0.1']
32+
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.3', '9.0.1', '9.2.1']
3333
include:
3434
# This package has no build details specific to Win/Mac,
3535
# so building for the latest GHC should be sufficient
@@ -39,7 +39,7 @@ jobs:
3939
- os: macOS-latest
4040
ghc: 'latest'
4141
steps:
42-
- uses: actions/checkout@v2.3.5
42+
- uses: actions/checkout@v2.4.0
4343
- uses: haskell/actions/[email protected]
4444
id: setup-haskell-cabal
4545
with:

CHANGELOG

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
0.2.0.11 (2021-11-02):
2+
- Added `Tested-With: GHC == 9.2.1` (didn't actually need to
3+
nudge the upper bound on 'base', because it's already lenient)
14
0.2.0.10 (2021-10-16):
2-
- Changed from TravisCI to GithubActions
5+
- Changed from TravisCI to GithubActions
36
0.2.0.9 (2019-04-13):
47
- Changed cabal to use Simple build type, to support cabal's new-build.
5-
- Removed the CPP hack for Haddock documentation, as part
6-
of switching to the Simple build type.
7-
- Using BangPatterns in lieu of the old seq-undefined-guard trick.
8-
- Added TravisCI integration
8+
- Removed the CPP hack for Haddock documentation, as part
9+
of switching to the Simple build type.
10+
- Using BangPatterns in lieu of the old seq-undefined-guard trick.
11+
- Added TravisCI integration
912
0.2.0.8 (2015-05-30):
1013
- Moved VERSION to CHANGELOG
1114
0.2.0.4 (2012-09-26):

exact-combinatorics.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
----------------------------------------------------------------
2-
-- wren gayle romano <[email protected]> ~ 2021.10.17
2+
-- wren gayle romano <[email protected]> ~ 2021.11.02
33
----------------------------------------------------------------
44

55
-- Cabal >=1.10 is required by Hackage.
66
Cabal-Version: >= 1.10
77
Build-Type: Simple
88

99
Name: exact-combinatorics
10-
Version: 0.2.0.10
10+
Version: 0.2.0.11
1111
Stability: experimental
1212
Homepage: https://wrengr.org/software/hackage.html
1313
Bug-Reports: https://github.com/wrengr/exact-combinatorics/issues
@@ -33,7 +33,8 @@ Tested-With:
3333
GHC ==8.6.5,
3434
GHC ==8.8.4,
3535
GHC ==8.10.3,
36-
GHC ==9.0.1
36+
GHC ==9.0.1,
37+
GHC ==9.2.1
3738

3839
Source-Repository head
3940
Type: git

0 commit comments

Comments
 (0)