Skip to content

Commit 3b9e175

Browse files
pbrisbinnuttycom
authored andcommitted
Modernize project
- Hpack - Actions CI - Weed, lint, style - Hspec
1 parent b0ce76b commit 3b9e175

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1936
-2175
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: main
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: freckle/stack-action@v5
14+
15+
lint:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v4
19+
- uses: haskell/actions/hlint-setup@v2
20+
- uses: haskell/actions/hlint-run@v2
21+
with:
22+
fail-on: warning

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.*.swp
2-
.cabal-sandbox
3-
cabal.sandbox.config
4-
dist
1+
.stack-work
52
dist-newstyle
3+
result

.restyled.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
restylers:
2+
- "!stylish-haskell"
3+
- fourmolu
4+
- hlint
5+
- "*"

MOO.TXT

Lines changed: 0 additions & 316 deletions
This file was deleted.

0 commit comments

Comments
 (0)