Skip to content

Commit 0e1b6bd

Browse files
authored
Merge pull request #39 from psibi/update-lts
Update lts
2 parents 74a6ea0 + 9a1f784 commit 0e1b6bd

5 files changed

Lines changed: 20 additions & 12 deletions

File tree

.azure/azure-linux-template.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ jobs:
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/}"
@@ -58,8 +56,6 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fpco/alpine-haskell-stack:8.6.5
1+
FROM fpco/alpine-haskell-stack:8.10.4
22

33
COPY . /app
44

shell.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

stack.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
resolver: lts-14.7
1+
resolver: lts-18.0
22

33
packages:
44
- '.'
5+
6+
nix:
7+
shell-file: shell.nix

stack.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
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

0 commit comments

Comments
 (0)