Skip to content

Commit 49bb9d9

Browse files
committed
Allow aeson-2.2
1 parent 127f112 commit 49bb9d9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.16.1
11+
# version: 0.16.5
1212
#
13-
# REGENDATA ("0.16.1",["github","cabal.project"])
13+
# REGENDATA ("0.16.5",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -37,19 +37,19 @@ jobs:
3737
compilerVersion: "8.4"
3838
setup-method: hvr-ppa
3939
allow-failure: false
40-
- compiler: ghc-9.6.1
40+
- compiler: ghc-9.6.2
4141
compilerKind: ghc
42-
compilerVersion: 9.6.1
42+
compilerVersion: 9.6.2
4343
setup-method: ghcup
4444
allow-failure: false
4545
- compiler: ghc-9.4.5
4646
compilerKind: ghc
4747
compilerVersion: 9.4.5
4848
setup-method: ghcup
4949
allow-failure: false
50-
- compiler: ghc-9.2.7
50+
- compiler: ghc-9.2.8
5151
compilerKind: ghc
52-
compilerVersion: 9.2.7
52+
compilerVersion: 9.2.8
5353
setup-method: ghcup
5454
allow-failure: false
5555
- compiler: ghc-9.0.2
@@ -229,8 +229,8 @@ jobs:
229229
- name: install cabal-docspec
230230
run: |
231231
mkdir -p $HOME/.cabal/bin
232-
curl -sL https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20230406/cabal-docspec-0.0.0.20230406-x86_64-linux.xz > cabal-docspec.xz
233-
echo '68fa9addd5dc453d533a74a763950499d4593b1297c9a05c3ea5bd1acc04c9dd cabal-docspec.xz' | sha256sum -c -
232+
curl -sL https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20230517/cabal-docspec-0.0.0.20230517-x86_64-linux.xz > cabal-docspec.xz
233+
echo '3b31bbe463ad4d671abbc103db49628562ec48a6604cab278207b5b6acd21ed7 cabal-docspec.xz' | sha256sum -c -
234234
xz -d < cabal-docspec.xz > $HOME/.cabal/bin/cabal-docspec
235235
rm -f cabal-docspec.xz
236236
chmod a+x $HOME/.cabal/bin/cabal-docspec

tree-diff.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: tree-diff
33
version: 0.3.0.1
4-
x-revision: 2
4+
x-revision: 3
55
synopsis: Diffing of (expression) trees.
66
category: Data, Testing
77
description:
@@ -56,9 +56,9 @@ tested-with:
5656
|| ==8.8.4
5757
|| ==8.10.7
5858
|| ==9.0.2
59-
|| ==9.2.7
59+
|| ==9.2.8
6060
|| ==9.4.5
61-
|| ==9.6.1
61+
|| ==9.6.2
6262
, GHCJS ==8.4
6363

6464
extra-source-files:
@@ -97,7 +97,7 @@ library
9797
, time >=1.4 && <1.5 || >=1.5.0.1 && <1.6 || >=1.6.0.1 && <1.7 || >=1.8.0.2 && <1.9 || >=1.9.3 && <1.13
9898

9999
build-depends:
100-
, aeson ^>=1.4.6.0 || ^>=1.5.6.0 || ^>=2.0.0.0 || ^>=2.1.0.0
100+
, aeson ^>=1.4.6.0 || ^>=1.5.6.0 || ^>=2.0.0.0 || ^>=2.1.0.0 || ^>=2.2.0.0
101101
, ansi-terminal >=0.10 && <0.12 || ^>=1.0
102102
, ansi-wl-pprint ^>=0.6.8.2 || ^>=1.0.2
103103
, base-compat >=0 && <0.13 || ^>=0.13

0 commit comments

Comments
 (0)