Skip to content

Commit

Permalink
Adapt to new http2 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
edsko authored and FinleyMcIlwaine committed Jul 11, 2024
1 parent fd8989c commit 7001382
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.19.20240702
# version: 0.19.20240708
#
# REGENDATA ("0.19.20240702",["github","cabal.project.ci"])
# REGENDATA ("0.19.20240708",["github","cabal.project.ci"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
apt-get update
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
mkdir -p "$HOME/.ghcup/bin"
curl -sL https://downloads.haskell.org/ghcup/0.1.20.0/x86_64-linux-ghcup-0.1.20.0 > "$HOME/.ghcup/bin/ghcup"
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
chmod a+x "$HOME/.ghcup/bin/ghcup"
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
"$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
Expand Down Expand Up @@ -175,6 +175,11 @@ jobs:
allow-newer: proto-lens:base
allow-newer: proto-lens-runtime:base
source-repository-package
type: git
location: https://github.com/kazu-yamamoto/http2
tag: ca163237ff061e6583a6efaa4f78523f213390be
package grapesy
tests: True
benchmarks: True
Expand Down
5 changes: 5 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ package grapesy
benchmarks: True
flags: +build-demo +build-stress-test +snappy

source-repository-package
type: git
location: https://github.com/kazu-yamamoto/http2
tag: ca163237ff061e6583a6efaa4f78523f213390be

--
-- ghc 9.10
--
Expand Down
5 changes: 5 additions & 0 deletions cabal.project.ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ package grapesy
flags: +build-demo +build-stress-test +snappy +strace
ghc-options: -Werror

source-repository-package
type: git
location: https://github.com/kazu-yamamoto/http2
tag: ca163237ff061e6583a6efaa4f78523f213390be

--
-- ghc 9.10
--
Expand Down

0 comments on commit 7001382

Please sign in to comment.