[WIP] Use hgeometry instead of custom code (#142)

This commit is contained in:
David Himmelstrup 2020-08-26 17:39:13 +08:00 committed by GitHub
commit 117179cf60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 102 additions and 227 deletions

View file

@ -20,9 +20,6 @@ jobs:
stack-lts-13:
BUILD: stack
STACK_YAML: stack-lts-13.yaml
stack-lts-12:
BUILD: stack
STACK_YAML: stack-lts-12.yaml
stack-nightly:
BUILD: stack
ARGS: --resolver nightly --no-run-tests

View file

@ -21,9 +21,6 @@ jobs:
stack-lts-13:
BUILD: stack
STACK_YAML: stack-lts-13.yaml
stack-lts-12:
BUILD: stack
STACK_YAML: stack-lts-12.yaml
maxParallel: 6
steps:
- task: Cache@2