2 # https://vadosware.io/post/zero-to-continuous-integrated-testing-a-haskell-project-with-gitlab/
8 STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
9 STACK_OPTS: "--system-ghc"
19 #- apt-get install make xz-utils
48 # If you find yourself with a non-sensical build error when you know your project should be building just fine, this fragment should help:
53 # # Clear out cache files
55 # - rm -rf .stack-work
56 # - stack setup --system-ghc
57 # - stack install --local-bin-path target --system-ghc