From 34b68be3921f7b8abb396bd39312240ac9e93b9e Mon Sep 17 00:00:00 2001 From: Diogo Biazus Date: Sun, 5 May 2024 16:00:01 -0400 Subject: [PATCH] Remove stack from repo since I am currently working only with cabal --- .github/workflows/ci.yml | 4 ++-- stack.yaml | 7 ------- stack.yaml.lock | 12 ------------ 3 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 stack.yaml delete mode 100644 stack.yaml.lock diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a7a821..9e66458 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: branches: [main] jobs: - stack: + test: name: build / ${{ matrix.os }} / ghc ${{ matrix.ghc }} runs-on: ${{ matrix.os }} strategy: @@ -41,7 +41,7 @@ jobs: name: Cache ~/dist-newstyle with: path: ~/dist-newstyle - key: ${{ matrix.os }}-${{ matrix.ghc }}-v3 + key: ${{ matrix.os }}-${{ matrix.ghc }}-v4 - name: Build Dependencies run: | diff --git a/stack.yaml b/stack.yaml deleted file mode 100644 index 68caf3c..0000000 --- a/stack.yaml +++ /dev/null @@ -1,7 +0,0 @@ -resolver: lts-21.7 - -packages: -- . - -# extra-deps: [] - diff --git a/stack.yaml.lock b/stack.yaml.lock deleted file mode 100644 index 0161ee7..0000000 --- a/stack.yaml.lock +++ /dev/null @@ -1,12 +0,0 @@ -# This file was autogenerated by Stack. -# You should not edit this file by hand. -# For more information, please see the documentation at: -# https://docs.haskellstack.org/en/stable/lock_files - -packages: [] -snapshots: -- completed: - sha256: 23bb9bb355bfdb1635252e120a29b712f0d5e8a6c6a65c5ab5bd6692f46c438e - size: 640457 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/7.yaml - original: lts-21.7