Skip to content

Commit

Permalink
Format yaml files according to yamllint's requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Sep 16, 2018
1 parent 38945cc commit f64c9a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .leaf.yml

This file was deleted.

17 changes: 9 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
cache:
- '%APPDATA%\cabal'
- '%APPDATA%\ghc'
- '%APPDATA%\cabal'
- '%APPDATA%\ghc'

install:
- choco install ghc --version 8.2.2
- refreshenv
- choco install ghc --version 8.2.2
- refreshenv

build_script:
- cabal update
- cabal install alex happy
- cabal install --enable-tests --enable-benchmarks --disable-documentation --only-dependencies
- cabal update
- cabal install alex happy
- cabal install --enable-tests --enable-benchmarks --disable-documentation --only-dependencies

test_script:
- cabal test
- cabal test
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
packages: [.]
resolver: lts-6.27

0 comments on commit f64c9a3

Please sign in to comment.