Package meta housekeeping

This commit is contained in:
David Luposchainsky 2018-02-21 10:22:04 +01:00
parent 93b624f323
commit 75c8cdec16
3 changed files with 9 additions and 4 deletions

View File

@ -37,7 +37,7 @@ env:
# LTS 7, 8 and 9 use GHC 8.0.{1,2}
- >
STACK_ARGS="--resolver lts-9 --stack-yaml stack-older-snapshots.yaml"
STACK_BUILD_ARGS="--ghc-options -Werror"
STACK_BUILD_ARGS=""
# LTS 10 uses GHC 8.2.2
- >
@ -49,7 +49,7 @@ env:
STACK_BUILD_ARGS=""
- >
STACK_ARGS="--resolver nightly"
STACK_BUILD_ARGS="--ghc-options \"-Wcompat -Werror\""
STACK_BUILD_ARGS="--ghc-options -Werror"
SKIP_RELEASE_CHECKS=1

View File

@ -4,7 +4,7 @@ packages: prettyprinter
, prettyprinter-ansi-terminal
, prettyprinter-compat-wl-pprint
, prettyprinter-compat-ansi-wl-pprint
, prettyprinter-convert-ansi-wl-pprint
, prettyprinter-compat-annotated-wl-pprint
tests: true
benchmarks: true

View File

@ -13,7 +13,12 @@ maintainer: David Luposchainsky <dluposchainsky at google>
bug-reports: http://github.com/quchen/prettyprinter/issues
homepage: http://github.com/quchen/prettyprinter
build-type: Simple
tested-with: GHC==7.8.4, GHC==7.10.2, GHC==7.10.3, GHC==8.0.1, GHC==8.0.2
tested-with: GHC == 7.8.4
, GHC == 7.10.2
, GHC == 7.10.3
, GHC == 8.0.1
, GHC == 8.0.2
, GHC == 8.2.2