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 88#
99# For more information, see https://github.com/haskell-CI/haskell-ci
1010#
11- # version: 0.17.20231004
11+ # version: 0.17.20231010
1212#
13- # REGENDATA ("0.17.20231004 ",["github","cabal.project"])
13+ # REGENDATA ("0.17.20231010 ",["github","cabal.project"])
1414#
1515name : Haskell-CI
1616on :
3232 strategy :
3333 matrix :
3434 include :
35- - compiler : ghc-9.8.0.20230929
35+ - compiler : ghc-9.8.1
3636 compilerKind : ghc
37- compilerVersion : 9.8.0.20230929
37+ compilerVersion : 9.8.1
3838 setup-method : ghcup
3939 allow-failure : false
4040 - compiler : ghc-9.6.3
9292 mkdir -p "$HOME/.ghcup/bin"
9393 curl -sL https://downloads.haskell.org/ghcup/0.1.19.5/x86_64-linux-ghcup-0.1.19.5 > "$HOME/.ghcup/bin/ghcup"
9494 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;
9695 "$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
9796 "$HOME/.ghcup/bin/ghcup" install cabal 3.10.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
9897 else
@@ -102,7 +101,6 @@ jobs:
102101 mkdir -p "$HOME/.ghcup/bin"
103102 curl -sL https://downloads.haskell.org/ghcup/0.1.19.5/x86_64-linux-ghcup-0.1.19.5 > "$HOME/.ghcup/bin/ghcup"
104103 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;
106104 "$HOME/.ghcup/bin/ghcup" install cabal 3.10.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
107105 fi
108106 env :
Original file line number Diff line number Diff line change 11name : aeson
22version : 2.2.1.0
3+ x-revision : 1
34license : BSD3
45license-file : LICENSE
56category : Text, Web, JSON
@@ -126,7 +127,7 @@ library
126127 , integer-logarithms >= 1.0.3.1 && < 1.1
127128 , network-uri >= 2.6.4.1 && < 2.7
128129 , OneTuple >= 0.4.1.1 && < 0.5
129- , primitive >= 0.8.0.0 && < 0.9
130+ , primitive >= 0.8.0.0 && < 0.10
130131 , QuickCheck >= 2.14.3 && < 2.15
131132 , scientific >= 0.3.7.0 && < 0.4
132133 , semialign >= 1.3 && < 1.4
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ library
4949 , base >= 4.10.0.0 && < 5
5050 , bytestring >= 0.10.8.2 && < 0.13
5151 , integer-conversion >= 0.1 && < 0.2
52- , primitive >= 0.8.0.0 && < 0.9
52+ , primitive >= 0.8.0.0 && < 0.10
5353 , scientific >= 0.3.7.0 && < 0.4
5454 , text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 2.2
5555 , vector >= 0.12.0.1 && < 0.14
You can’t perform that action at this time.
0 commit comments