Skip to content

Commit 1b8b958

Browse files
Update appveyor.yaml
1 parent 8a723ae commit 1b8b958

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

appveyor.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# packcheck-0.4.2
1+
# packcheck-0.7.1
22
# You can use any of the options supported by packcheck as environment
33
# variables here. See https://github.com/composewell/packcheck for all
44
# options and their explanation.
@@ -25,18 +25,20 @@ environment:
2525
# DISABLE_BENCH: "y"
2626
# DISABLE_DOCS: "y"
2727
DISABLE_SDIST_BUILD: "y"
28+
# This requires the "diff" utility, disabling for now.
29+
DISABLE_SDIST_GIT_CHECK: "y"
2830
DISABLE_DIST_CHECKS: "y"
29-
ENABLE_INSTALL: "y"
31+
DISABLE_SDIST_PROJECT_CHECK: "y"
3032

3133
# ------------------------------------------------------------------------
3234
# stack options
3335
# ------------------------------------------------------------------------
3436
# Note requiring a specific version of stack using STACKVER may fail due to
3537
# github API limit while checking and upgrading/downgrading to the specific
3638
# version.
37-
#STACKVER: "1.6.5"
38-
STACK_UPGRADE: "y"
39-
RESOLVER: "lts-22.33"
39+
STACKVER: "3.9.3"
40+
#STACK_UPGRADE: "y"
41+
RESOLVER: "lts-24.33"
4042
STACK_ROOT: "c:\\sr"
4143
STACK_YAML: "stack.yaml"
4244

@@ -45,6 +47,7 @@ environment:
4547
# ------------------------------------------------------------------------
4648
CABAL_CHECK_RELAX: "y"
4749
CABAL_HACKAGE_MIRROR: "hackage.haskell.org:http://hackage.fpcomplete.com"
50+
#CABAL_PROJECT: "cabal.project"
4851

4952
# ------------------------------------------------------------------------
5053
# Where to find the required tools
@@ -63,7 +66,7 @@ environment:
6366
# If you have not committed packcheck.sh in your repo at PACKCHECK_LOCAL_PATH
6467
# then it is automatically pulled from this URL.
6568
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
66-
PACKCHECK_GITHUB_COMMIT: "a68b7b9c7c21eef8ed273e67030efb1d4fec027c"
69+
PACKCHECK_GITHUB_COMMIT: "03f9e753567d08835e342c8d24a406d5a1e1582e"
6770

6871
# Override the temp directory to avoid sed escaping issues
6972
# See https://github.com/haskell/cabal/issues/5386

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-22.33
1+
resolver: lts-24.33
22
packages:
33
- '.'
44
extra-deps:

0 commit comments

Comments
 (0)