ref: 5e4f9f0a07f9f3dfc9616dabdc4b720a995ff48b
parent: e14da1c39ec588e4a18ebdc05fb523ce1f0c7147
author: Lennart Augustsson <lennart@augustsson.net>
date: Mon Jan 6 11:09:54 EST 2025
Fix pastos
--- a/.github/workflows/hackage-ci.yml
+++ b/.github/workflows/hackage-ci.yml
@@ -3,7 +3,9 @@
# Build some hackage packages:
# containers time polyparse hscolour cpphs pretty
# and some currently modified packages:
-# transformers mtl parsec
+# * transformers master source in darcs
+# * mtl PR not submitted yet
+# * parsec
on:
push:
@@ -30,7 +32,7 @@
uses: actions/checkout@v4
with:
repository: haskell/containers
- path: transformers
+ path: containers
- name: compile and install containers package
run: |
PATH="$HOME/.mcabal/bin:$PATH"
@@ -88,7 +90,7 @@
uses: actions/checkout@v4
with:
repository: haskell/pretty
- path: transformers
+ path: pretty
- name: compile and install pretty package
run: |
PATH="$HOME/.mcabal/bin:$PATH"