ludat / conferer

Configuration managment for haskell
https://conferer.ludat.io
Mozilla Public License 2.0
21 stars 4 forks source link

Add example in the CI testsuite #43 #102

Closed blackheaven closed 1 year ago

blackheaven commented 2 years ago

Description

Please include a summary of the change and which issue is fixed.

Fixes #43

Checklist:

Not sure this list is relevant, I can add dedicated tests if you have ideas.

ludat commented 2 years ago

Hi thanks for the PR

There is something missing though, if you look closely the stack-ci.yaml is not used if there is a more specific environment, for example for lts 16.12 on windows stack-lts-16.12-windows.yaml is used instead of stack-ci.yaml.

blackheaven commented 2 years ago

Here we go! :)

blackheaven commented 1 year ago

Are we sure we want to stay compatible with GHC 8.2.2?

ludat commented 1 year ago

yeah, it's from 2017 so I'm fine if we stop building it in CI, do you mind removing it from the CI?

blackheaven commented 1 year ago

Done, and I have rebased