Skip to content

Commit

Permalink
Regenerate .travis.yml
Browse files Browse the repository at this point in the history
This commit was performed automatically by a script.
https://github.com/RyanGlScott/travis-maintenance
  • Loading branch information
RyanGlScott committed Dec 10, 2018
1 parent 5968d93 commit b78b9bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ before_cache:

matrix:
include:
- compiler: "ghc-8.6.2"
- compiler: "ghc-8.6.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.2], sources: [hvr-ghc]}}
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.3], sources: [hvr-ghc]}}
- compiler: "ghc-head"
env: GHCHEAD=true
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}}
Expand Down Expand Up @@ -84,7 +84,7 @@ install:
- "echo ' type: git' >> cabal.project"
- "echo ' location: https://github.com/goldfirere/th-desugar' >> cabal.project"
- "echo ' tag: 567145eddeb5f6692a75e74d4a2dc575b1ad6f29' >> cabal.project"
- "printf 'write-ghc-environment-files: always' >> cabal.project"
- "printf 'write-ghc-environment-files: always\\n' >> cabal.project"
- touch cabal.project.local
- "if ! $NOINSTALLEDCONSTRAINTS; then for pkg in $($HCPKG list --simple-output); do echo $pkg | grep -vw -- singletons | grep -vw -- accept-all | sed 's/^/constraints: /' | sed 's/-[^-]*$/ installed/' >> cabal.project.local; done; fi"
- cat cabal.project || true
Expand Down Expand Up @@ -113,7 +113,7 @@ script:
- "echo ' type: git' >> cabal.project"
- "echo ' location: https://github.com/goldfirere/th-desugar' >> cabal.project"
- "echo ' tag: 567145eddeb5f6692a75e74d4a2dc575b1ad6f29' >> cabal.project"
- "printf 'write-ghc-environment-files: always' >> cabal.project"
- "printf 'write-ghc-environment-files: always\\n' >> cabal.project"
- touch cabal.project.local
- "if ! $NOINSTALLEDCONSTRAINTS; then for pkg in $($HCPKG list --simple-output); do echo $pkg | grep -vw -- singletons | grep -vw -- accept-all | sed 's/^/constraints: /' | sed 's/-[^-]*$/ installed/' >> cabal.project.local; done; fi"
- cat cabal.project || true
Expand Down
2 changes: 1 addition & 1 deletion singletons.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author: Richard Eisenberg <[email protected]>, Jan Stolarek <jan.stola
maintainer: Ryan Scott <[email protected]>
bug-reports: https://github.com/goldfirere/singletons/issues
stability: experimental
tested-with: GHC == 8.6.2
tested-with: GHC == 8.6.3
extra-source-files: README.md, CHANGES.md,
tests/compile-and-dump/buildGoldenFiles.awk,
tests/compile-and-dump/GradingClient/*.hs,
Expand Down
2 changes: 1 addition & 1 deletion util/accept-all.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author: Richard Eisenberg <[email protected]>, Jan Stolarek <jan.stola
maintainer: Richard Eisenberg <[email protected]>, Jan Stolarek <[email protected]>
bug-reports: https://github.com/goldfirere/singletons/issues
stability: stable
tested-with: GHC == 8.6.2
tested-with: GHC == 8.6.3
license: BSD3
license-file: LICENSE
build-type: Simple
Expand Down

0 comments on commit b78b9bc

Please sign in to comment.