Skip to content

Remove hlint as default HaskellTool

Julian Ospald requested to merge maerwald/ci-images:rm-hlint into master

Hlint is usually used once in a pipeline, not per-job or per architecture/platform. Thus, we only need one hlint image.

It can easily be installed in an x86_64 image:

curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s .

This might also fix image build issues.

Edited by Julian Ospald

Merge request reports