1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: fpco/stack-build:latest
cache:
paths:
- .stack/
- .stack-work/
build:
stage: build
script:
- apt-get update -y
- stack setup
- stack install cabal-install
- stack build
- stack haddock --haddock-deps --haddock-hyperlink-source