Skip to content

Commit

Permalink
Merge pull request #31 from skogsbaer/sw/actions2
Browse files Browse the repository at this point in the history
update actions
  • Loading branch information
skogsbaer authored Jan 13, 2025
2 parents 67a9c81 + f4c0c47 commit 2394272
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 79 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Haskell-CI
on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
workflow_dispatch:
jobs:
linux:
name: Haskell-CI - Linux - ${{ matrix.compiler }}
Expand All @@ -20,11 +21,6 @@ jobs:
- compiler: ghc-9.4
- compiler: ghc-9.2
- compiler: ghc-9.0
- compiler: ghc-8.8
- compiler: ghc-8.6
- compiler: ghc-8.4
- compiler: ghc-8.2
- compiler: ghc-8.0
fail-fast: false
steps:
- name: Set PATH and environment variables
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ cabal.sandbox.config
*.hp
.HTF/
.stack-work/
dist-newstyle/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion stack-ghc86.yaml → stack-ghc-9.4.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-14.27
resolver: lts-21.25
require-stack-version: ">= 1.0.0"

packages:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions stack-ghc80.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions stack-ghc82.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions stack-ghc84.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions stack-ghc84.yaml.lock

This file was deleted.

7 changes: 0 additions & 7 deletions stack-ghc88.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions stack-ghc94.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion stack.yaml

0 comments on commit 2394272

Please sign in to comment.