File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 BUILD : stack
1010 STACK_YAML : stack.yaml
1111 DEPLOY : 1
12- stack-lts-13 :
12+ stack-lts-16 :
1313 BUILD : stack
14- STACK_YAML : stack-lts-13 .yaml
14+ STACK_YAML : stack.yaml
1515 nightly :
1616 BUILD : stack
1717 ARGS : " --resolver nightly"
18- style :
19- BUILD : style
2018 maxParallel : 4
2119 steps :
2220 - bash : echo "##vso[task.setvariable variable=TAG]${BUILD_SOURCEBRANCH##refs/tags/}"
5856 env:
5957 OS_NAME: ${{ parameters.os }}
6058 displayName: 'Installation ${{parameters.os}} & Test'
61- - bash : ./.azure/build_release.sh
62- displayName : Build Release
6359 - task : ArchiveFiles@2
6460 inputs :
6561 includeRootFolder : false
Original file line number Diff line number Diff line change 1- FROM fpco/alpine-haskell-stack:8.6.5
1+ FROM fpco/alpine-haskell-stack:8.10.4
22
33COPY . /app
44
Original file line number Diff line number Diff line change 1+ with import ( fetchTarball
2+ "https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz" ) { } ;
3+ stdenv . mkDerivation {
4+ name = "xmonad" ;
5+ buildInputs = [
6+ ghc
7+ zlib
8+ ] ;
9+ }
Original file line number Diff line number Diff line change 1- resolver : lts-14.7
1+ resolver : lts-18.0
22
33packages :
44- ' .'
5+
6+ nix :
7+ shell-file : shell.nix
Original file line number Diff line number Diff line change 66packages: []
77snapshots:
88- completed:
9- size: 523700
10- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/7 .yaml
11- sha256: 8e3f3c894be74d71fa4bf085e0a8baae7e4d7622d07ea31a52736b80f8b9bb1a
12- original: lts-14.7
9+ size: 585393
10+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/0 .yaml
11+ sha256: c632012da648385b9fa3c29f4e0afd56ead299f1c5528ee789058be410e883c0
12+ original: lts-18.0
You can’t perform that action at this time.
0 commit comments