Remove hlint as default HaskellTool
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
Activity
Filter activity
mentioned in merge request !84 (closed)
I have already fixed this in !87 (merged).
Please register or sign in to reply