www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 701795e09c6d3bc7f30465d306fa2ab57489dea0
parent 8a80a99ae396d80bebf8df3f39f171e3217c6c54
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Tue,  6 Jul 2021 04:10:40 +0100

Add dependency on turnstile-doc

Diffstat:
M.github/workflows/ci.yml | 3++-
Minfo.rkt | 1+
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -80,10 +80,11 @@ jobs: if test "$RACKET_VERSION" = "6.9" || test "$RACKET_VERSION" = "6.10"; then raco pkg install 'https://github.com/samth/fancy-app.git#d137c55d5d29f4bc0dd2c8f316dc30521c1cb592' fi - - name: Install older version of fancy-app for Racket < 7.0 + - name: Install older version of turnstile (macrotypes) for Racket < 7.0 run: | if test "$RACKET_VERSION" = "6.9" || test "$RACKET_VERSION" = "6.10" || test "$RACKET_VERSION" = "6.10.1" || test "$RACKET_VERSION" = "6.11" || test "$RACKET_VERSION" = "6.12"; then raco pkg install 'https://github.com/stchang/macrotypes.git#e81f9abc5b88a7c30d14d8591038679c1db013c0' + sed -i -e '/###REMOVE_BEFORE_7_0###/d' info.rkt fi - name: Install some of the other dependencies (might not be necessary) run: | diff --git a/info.rkt b/info.rkt @@ -20,6 +20,7 @@ "r6rs-doc" "redex-doc" "turnstile" + "turnstile-doc" ;; was split into a separate package starting from ~racket 7.0 ###REMOVE_BEFORE_7_0### "extensible-functions" "zippers" ;; Literate programming dependencies: