File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
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.17.20231004
11
+ # version: 0.17.20231010
12
12
#
13
- # REGENDATA ("0.17.20231004 ",["github","cabal.project"])
13
+ # REGENDATA ("0.17.20231010 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
32
32
strategy :
33
33
matrix :
34
34
include :
35
- - compiler : ghc-9.8.0.20230929
35
+ - compiler : ghc-9.8.1
36
36
compilerKind : ghc
37
- compilerVersion : 9.8.0.20230929
37
+ compilerVersion : 9.8.1
38
38
setup-method : ghcup
39
39
allow-failure : false
40
40
- compiler : ghc-9.6.3
92
92
mkdir -p "$HOME/.ghcup/bin"
93
93
curl -sL https://downloads.haskell.org/ghcup/0.1.19.5/x86_64-linux-ghcup-0.1.19.5 > "$HOME/.ghcup/bin/ghcup"
94
94
chmod a+x "$HOME/.ghcup/bin/ghcup"
95
- "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml;
96
95
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
97
96
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
98
97
else
@@ -102,7 +101,6 @@ jobs:
102
101
mkdir -p "$HOME/.ghcup/bin"
103
102
curl -sL https://downloads.haskell.org/ghcup/0.1.19.5/x86_64-linux-ghcup-0.1.19.5 > "$HOME/.ghcup/bin/ghcup"
104
103
chmod a+x "$HOME/.ghcup/bin/ghcup"
105
- "$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml;
106
104
"$HOME/.ghcup/bin/ghcup" install cabal 3.10.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
107
105
fi
108
106
env :
Original file line number Diff line number Diff line change 1
1
name : aeson
2
2
version : 2.2.1.0
3
+ x-revision : 1
3
4
license : BSD3
4
5
license-file : LICENSE
5
6
category : Text, Web, JSON
@@ -126,7 +127,7 @@ library
126
127
, integer-logarithms >= 1.0.3.1 && < 1.1
127
128
, network-uri >= 2.6.4.1 && < 2.7
128
129
, OneTuple >= 0.4.1.1 && < 0.5
129
- , primitive >= 0.8.0.0 && < 0.9
130
+ , primitive >= 0.8.0.0 && < 0.10
130
131
, QuickCheck >= 2.14.3 && < 2.15
131
132
, scientific >= 0.3.7.0 && < 0.4
132
133
, semialign >= 1.3 && < 1.4
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ library
49
49
, base >= 4.10.0.0 && < 5
50
50
, bytestring >= 0.10.8.2 && < 0.13
51
51
, integer-conversion >= 0.1 && < 0.2
52
- , primitive >= 0.8.0.0 && < 0.9
52
+ , primitive >= 0.8.0.0 && < 0.10
53
53
, scientific >= 0.3.7.0 && < 0.4
54
54
, text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 2.2
55
55
, vector >= 0.12.0.1 && < 0.14
You can’t perform that action at this time.
0 commit comments