File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.16.1
11
+ # version: 0.16.5
12
12
#
13
- # REGENDATA ("0.16.1 ",["github","cabal.project"])
13
+ # REGENDATA ("0.16.5 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -37,19 +37,19 @@ jobs:
37
37
compilerVersion : " 8.4"
38
38
setup-method : hvr-ppa
39
39
allow-failure : false
40
- - compiler : ghc-9.6.1
40
+ - compiler : ghc-9.6.2
41
41
compilerKind : ghc
42
- compilerVersion : 9.6.1
42
+ compilerVersion : 9.6.2
43
43
setup-method : ghcup
44
44
allow-failure : false
45
45
- compiler : ghc-9.4.5
46
46
compilerKind : ghc
47
47
compilerVersion : 9.4.5
48
48
setup-method : ghcup
49
49
allow-failure : false
50
- - compiler : ghc-9.2.7
50
+ - compiler : ghc-9.2.8
51
51
compilerKind : ghc
52
- compilerVersion : 9.2.7
52
+ compilerVersion : 9.2.8
53
53
setup-method : ghcup
54
54
allow-failure : false
55
55
- compiler : ghc-9.0.2
@@ -229,8 +229,8 @@ jobs:
229
229
- name : install cabal-docspec
230
230
run : |
231
231
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 -
234
234
xz -d < cabal-docspec.xz > $HOME/.cabal/bin/cabal-docspec
235
235
rm -f cabal-docspec.xz
236
236
chmod a+x $HOME/.cabal/bin/cabal-docspec
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : tree-diff
3
3
version : 0.3.0.1
4
- x-revision : 2
4
+ x-revision : 3
5
5
synopsis : Diffing of (expression) trees.
6
6
category : Data, Testing
7
7
description :
@@ -56,9 +56,9 @@ tested-with:
56
56
|| == 8.8.4
57
57
|| == 8.10.7
58
58
|| == 9.0.2
59
- || == 9.2.7
59
+ || == 9.2.8
60
60
|| == 9.4.5
61
- || == 9.6.1
61
+ || == 9.6.2
62
62
, GHCJS == 8.4
63
63
64
64
extra-source-files :
@@ -97,7 +97,7 @@ library
97
97
, 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
98
98
99
99
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
101
101
, ansi-terminal >= 0.10 && < 0.12 || ^>= 1.0
102
102
, ansi-wl-pprint ^>= 0.6.8.2 || ^>= 1.0.2
103
103
, base-compat >= 0 && < 0.13 || ^>= 0.13
You can’t perform that action at this time.
0 commit comments