Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all non-calc business #1

Merged
merged 4 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
192 changes: 0 additions & 192 deletions .github/workflows/compiler-haskell.yml

This file was deleted.

11 changes: 1 addition & 10 deletions .github/workflows/lint-haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
- uses: mrkkrp/ormolu-action@v11
with:
pattern: |
backends/**/*.hs
benchmarks/**/*.hs
builder/**/*.hs
compiler/**/*.hs
core/**/*.hs
repl/**/*.hs
smol-backend/**/*.hs
smol-core/**/*.hs
smol-repl/**/*.hs
llvm-calc/**/*.hs
llvm-calc2/**/*.hs
llvm-calc3/**/*.hs
Expand All @@ -44,6 +35,6 @@ jobs:
- name: "Run HLint"
uses: rwe/actions-hlint-run@v2
with:
path: '["backends/", "benchmarks/", "builder/", "compiler/", "core/", "repl/", "smol-backend/", "smol-core/", "smol-repl/", "llvm-calc/", "llvm-calc2", "llvm-calc3", "llvm-calc4"]'
path: '["llvm-calc/", "llvm-calc2", "llvm-calc3", "llvm-calc4"]'
fail-on: warning

2 changes: 1 addition & 1 deletion .github/workflows/llvm-calc-haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
restore-keys: |
${{ runner.os }}-2-llvm-calc-cabal-work-${{ matrix.plan.ghc }}

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
with:
ghc-version: '9.6.2'
cabal-version: '3.10.1.0'
Expand Down
71 changes: 0 additions & 71 deletions .github/workflows/performance.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/smol-haskell.yml

This file was deleted.

Loading
Loading