Skip to content

Commit

Permalink
Delete travis.yaml because doesn't work, add stack.yaml
Browse files Browse the repository at this point in the history
Hopefully github actions is clever enough to override resolvers,
that's how my template does it I think.
If anyone knows a better approach make a PR I've no idea.
I don't want to add nix to this project just because CI fails.

We don't support windows because there is a hard dependency on unix.

Squash log
=======

I guess we don't support windows build right now

there is a hard dependency on unix.
If anyone wants windows support please make a PR.

Try deleting explicit resolver

Re-add a default resolver
  • Loading branch information
jappeace committed Nov 4, 2021
1 parent 241240f commit aefe3ef
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 187 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest,
# windows-latest # TODO add windows support
]
resolver: [nightly, lts-18, lts-17, lts-16]
# Bugs in GHC make it crash too often to be worth running
exclude:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ log/
.stack-work/
cabal.sandbox.config
*.sublime-*
stack.yaml
172 changes: 0 additions & 172 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion stack_lts-921.yaml → stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ flags:
packages:
- '.'
extra-deps: []
resolver: lts-9.21
resolver: lts-18
6 changes: 0 additions & 6 deletions stack_lts-1319.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions stack_nightly.yaml

This file was deleted.

0 comments on commit aefe3ef

Please sign in to comment.