From d9f8a21051496e98395def7243719827097edeaa Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Fri, 9 Feb 2024 10:03:35 +0100 Subject: [PATCH] add several update options --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Makefile b/Makefile index 129bd4a..64ddc3d 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,20 @@ update-express: express.update update-speculate: speculate.update +update-extrapolate: extrapolate.update + +update-conjure: conjure.update + +update-lc-instances: update-lc-instances.update + +update-percent-format: update-percent-format.update + +update-hspec-leancheck: update-hspec-leancheck.update + +update-tasty-leancheck: update-tasty-leancheck.update + +update-test-framework-leancheck: update-test-framework-leancheck.update + %.update: ../%/stack.yaml ../%/.github/workflows/build.yml ./mk/install-on ../$*