Skip to content

Commit

Permalink
Use GHC-9.10-rc1 and Cabal-syntax-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Apr 29, 2024
1 parent db7a863 commit 5197789
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cabal-install-parsers/cabal-install-parsers.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: cabal-install-parsers
version: 0.6.1.1
version: 0.6.2
synopsis: Utilities to work with cabal-install files
description:
@cabal-install-parsers@ provides parsers for @cabal-install@ files:
Expand Down Expand Up @@ -70,7 +70,7 @@ library
, base >=4.10 && <4.20
, binary ^>=0.8.5
, bytestring ^>=0.10.8.1 || ^>=0.11.1.0 || ^>=0.12.0.2
, Cabal-syntax ^>=3.10.1.0
, Cabal-syntax ^>=3.12.0.0
, containers ^>=0.5.7.1 || ^>=0.6.0.1
, deepseq ^>=1.4.2.0 || ^>=1.5.0.0
, directory ^>=1.3.0.0
Expand Down
4 changes: 2 additions & 2 deletions haskell-ci.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: haskell-ci
version: 0.19.20240421
version: 0.19.20240429
synopsis: Cabal package script generator for Travis-CI
description:
Script generator (@haskell-ci@) for
Expand Down Expand Up @@ -147,7 +147,7 @@ library haskell-ci-internal
, base >=4.10 && <4.20
, binary ^>=0.8.5.1
, bytestring ^>=0.10.8.1 || ^>=0.11.1.0 || ^>=0.12.0.2
, Cabal-syntax ^>=3.10.1.0
, Cabal-syntax ^>=3.12.0.0
, containers ^>=0.5.7.1 || ^>=0.6.0.1
, deepseq ^>=1.4.2.0 || ^>=1.5.0.0
, directory ^>=1.3.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/HaskellCI/Compiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ dispCabalVersion :: Maybe Version -> String
dispCabalVersion = maybe "head" C.prettyShow

ghcAlpha :: Maybe (Version, Version)
ghcAlpha = Just (mkVersion [9,10,1], mkVersion [9,10,0,20240413])
ghcAlpha = Just (mkVersion [9,10,1], mkVersion [9,10,0,20240426])

-- | GHC HEAD, and versions specified by head.hackage option.
usesHeadHackage
Expand Down

0 comments on commit 5197789

Please sign in to comment.