From 8587dc3b8b41668c3b8e35e7c259a6953a20ad0c Mon Sep 17 00:00:00 2001 From: rini Date: Sat, 17 Aug 2024 07:50:54 -0300 Subject: [PATCH] bump version --- .github/workflows/publish.yml | 8 ++++++-- maid-build.cabal | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6c834a9..b285d2d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish on: workflow_dispatch: release: - types: [published, edited] + types: [published] permissions: contents: write @@ -26,10 +26,14 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: haskell-actions/setup@v2 + with: + ghc-version: "9.4.8" + cabal-version: "3.10.3.0" - name: Install dependencies if: runner.os == 'Windows' run: | - scoop install main/upx + choco install upx - name: Build run: | cabal update diff --git a/maid-build.cabal b/maid-build.cabal index a81bd9b..51b7d35 100644 --- a/maid-build.cabal +++ b/maid-build.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: maid-build -version: 0.1.4 +version: 0.1.5 synopsis: Markdown-based task runner description: Maid is a task runner like make which uses readable markdown files for its commands