Skip to content

Commit

Permalink
Try cabal 3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vrom911 committed Oct 28, 2024
1 parent c3365a8 commit 803a56e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion summoner-cli/examples/cabal-full/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
cabal: ["3.10"]
cabal: ["3.10.3"]
ghc:
- "8.4.4"
- "8.6.5"
Expand Down
2 changes: 1 addition & 1 deletion summoner-cli/examples/cabal-full/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: haskell
git:
depth: 5

cabal: "3.10"
cabal: "3.10.3"

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion summoner-cli/examples/cabal-full/cabal-full.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.10
cabal-version: 3.10.3
name: cabal-full
version: 0.0.0.0
synopsis: Cabal-only example with all integrations
Expand Down
2 changes: 1 addition & 1 deletion summoner-cli/examples/cabal-minimal/cabal-minimal.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.10
cabal-version: 3.10.3
name: cabal-minimal
version: 0.0.0.0
synopsis: Minimal cabal-only test project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
cabal: ["3.10"]
cabal: ["3.10.3"]
ghc:
- "8.0.2"
- "8.2.2"
Expand Down
2 changes: 1 addition & 1 deletion summoner-cli/examples/full-batteries/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: haskell
git:
depth: 5

cabal: "3.10"
cabal: "3.10.3"

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion summoner-cli/examples/full-batteries/full-batteries.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.10
cabal-version: 3.10.3
name: full-batteries
version: 0.0.0.0
synopsis: Full-featured test project
Expand Down
2 changes: 1 addition & 1 deletion summoner-cli/examples/stack-full/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: haskell
git:
depth: 5

cabal: "3.10"
cabal: "3.10.3"

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion summoner-cli/examples/stack-full/stack-full.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 3.10
cabal-version: 3.10.3
name: stack-full
version: 0.0.0.0
synopsis: Stack-only example with all integrations
Expand Down
2 changes: 1 addition & 1 deletion summoner-cli/src/Summoner/Default.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defaultGHC = maxBound

-- | Default version of the Cabal.
defaultCabal :: Text
defaultCabal = "3.10"
defaultCabal = "3.10.3"

-- | Default version of the Stack.
defaultStack :: Text
Expand Down

0 comments on commit 803a56e

Please sign in to comment.