Commit Graph

3 Commits

Author SHA1 Message Date
Michael Walker
292368b855
Use --install-ghc in concourse script
Looks like the default is to not install GHC now:

    + stack --no-terminal setup
    The --no-install-ghc flag is inconsistent with 'stack setup'. No
    action taken.
2022-12-31 20:14:18 +00:00
Michael Walker
583e84b6cd Fix Concourse stackage task not using snapshot 2021-03-21 14:19:07 +00:00
Michael Walker
8f453da00f Add Concourse pipeline
Putting the tasks in separate files would be nice, but that doesn't
play so nicely with the path-restricted git resources.  Such a
resource pulls the git version *which changed the path*, not the
latest, so I'd need to pull in a second, unrestricted, input to get
the task files from.

That makes the pipeline look kind of awkward in the UI, so I decided
to just inline the definitions here.
2021-03-15 18:34:45 +00:00