Skip to content

Commit

Permalink
Use recent cabal artifacts from 3.14 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Nov 4, 2024
1 parent c7c6668 commit a26c5b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ bindistInfos =
GitLabArtifact
{ gitlabDomain = "gitlab.haskell.org",
projectId = 1164,
ref = "cabal-head",
ref = "Cabal-syntax-3.14.0.0",
jobName = "alpine-linux: [x86_64, alpine3_18, x86_64-linux]",
artifactPath = "out/cabal-install-3.15.0.0-x86_64-linux-alpine3_18.tar.xz",
pipelineFilter = [("status", Just "success")]
Expand All @@ -487,7 +487,7 @@ bindistInfos =
GitLabArtifact
{ gitlabDomain = "gitlab.haskell.org",
projectId = 1164,
ref = "cabal-head",
ref = "Cabal-syntax-3.14.0.0",
jobName = "alpine-linux: [aarch64, alpine3_18, aarch64-linux]",
artifactPath = "out/cabal-install-3.15.0.0-aarch64-linux-alpine3_18.tar.xz",
pipelineFilter = [("status", Just "success")]
Expand All @@ -501,7 +501,7 @@ bindistInfos =
GitLabArtifact
{ gitlabDomain = "gitlab.haskell.org",
projectId = 1164,
ref = "cabal-head",
ref = "Cabal-syntax-3.14.0.0",
jobName = "darwin: [aarch64, arm64]",
artifactPath = "out/cabal-install-3.15.0.0-aarch64-darwin.tar.xz",
pipelineFilter = [("status", Just "success")]
Expand All @@ -515,7 +515,7 @@ bindistInfos =
GitLabArtifact
{ gitlabDomain = "gitlab.haskell.org",
projectId = 1164,
ref = "cabal-head",
ref = "Cabal-syntax-3.14.0.0",
jobName = "darwin: [x86_64, x86_64]",
artifactPath = "out/cabal-install-3.15.0.0-x86_64-darwin.tar.xz",
pipelineFilter = [("status", Just "success")]
Expand Down

0 comments on commit a26c5b3

Please sign in to comment.