Skip to content

Commit 876c36a

Browse files
committed
Use GHC-9.10-rc1
1 parent db7a863 commit 876c36a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cabal-install-parsers/cabal-install-parsers.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: cabal-install-parsers
3-
version: 0.6.1.1
3+
version: 0.6.2
44
synopsis: Utilities to work with cabal-install files
55
description:
66
@cabal-install-parsers@ provides parsers for @cabal-install@ files:
@@ -70,7 +70,7 @@ library
7070
, base >=4.10 && <4.20
7171
, binary ^>=0.8.5
7272
, bytestring ^>=0.10.8.1 || ^>=0.11.1.0 || ^>=0.12.0.2
73-
, Cabal-syntax ^>=3.10.1.0
73+
, Cabal-syntax ^>=3.10.3.0
7474
, containers ^>=0.5.7.1 || ^>=0.6.0.1
7575
, deepseq ^>=1.4.2.0 || ^>=1.5.0.0
7676
, directory ^>=1.3.0.0

haskell-ci.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: haskell-ci
3-
version: 0.19.20240421
3+
version: 0.19.20240429
44
synopsis: Cabal package script generator for Travis-CI
55
description:
66
Script generator (@haskell-ci@) for
@@ -147,7 +147,7 @@ library haskell-ci-internal
147147
, base >=4.10 && <4.20
148148
, binary ^>=0.8.5.1
149149
, bytestring ^>=0.10.8.1 || ^>=0.11.1.0 || ^>=0.12.0.2
150-
, Cabal-syntax ^>=3.10.1.0
150+
, Cabal-syntax ^>=3.10.3.0
151151
, containers ^>=0.5.7.1 || ^>=0.6.0.1
152152
, deepseq ^>=1.4.2.0 || ^>=1.5.0.0
153153
, directory ^>=1.3.0.0

src/HaskellCI/Compiler.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ dispCabalVersion :: Maybe Version -> String
190190
dispCabalVersion = maybe "head" C.prettyShow
191191

192192
ghcAlpha :: Maybe (Version, Version)
193-
ghcAlpha = Just (mkVersion [9,10,1], mkVersion [9,10,0,20240413])
193+
ghcAlpha = Just (mkVersion [9,10,1], mkVersion [9,10,0,20240426])
194194

195195
-- | GHC HEAD, and versions specified by head.hackage option.
196196
usesHeadHackage

0 commit comments

Comments
 (0)