Skip to content

Commit 6eee658

Browse files
committed
Regenerate .travis.yml
This commit was performed automatically by a script. https://github.com/RyanGlScott/travis-maintenance
1 parent 8a2c173 commit 6eee658

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ before_cache:
3636

3737
matrix:
3838
include:
39-
- compiler: "ghc-8.6.2"
39+
- compiler: "ghc-8.6.3"
4040
# env: TEST=--disable-tests BENCH=--disable-benchmarks
41-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.2], sources: [hvr-ghc]}}
41+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.3], sources: [hvr-ghc]}}
4242
- compiler: "ghc-8.4.4"
4343
# env: TEST=--disable-tests BENCH=--disable-benchmarks
4444
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.4.4], sources: [hvr-ghc]}}
@@ -115,6 +115,7 @@ install:
115115
fi
116116
- grep -Ev -- '^\s*--' ${HOME}/.cabal/config | grep -Ev '^\s*$'
117117
- "printf 'packages: \".\"\\n' > cabal.project"
118+
- "printf 'write-ghc-environment-files: always\\n' >> cabal.project"
118119
- touch cabal.project.local
119120
- "if ! $NOINSTALLEDCONSTRAINTS; then for pkg in $($HCPKG list --simple-output); do echo $pkg | grep -vw -- mtl | sed 's/^/constraints: /' | sed 's/-[^-]*$/ installed/' >> cabal.project.local; done; fi"
120121
- cat cabal.project || true
@@ -136,6 +137,7 @@ script:
136137
- cd ${DISTDIR} || false
137138
- find . -maxdepth 1 -name '*.tar.gz' -exec tar -xvf '{}' \;
138139
- "printf 'packages: mtl-*/*.cabal\\n' > cabal.project"
140+
- "printf 'write-ghc-environment-files: always\\n' >> cabal.project"
139141
- touch cabal.project.local
140142
- "if ! $NOINSTALLEDCONSTRAINTS; then for pkg in $($HCPKG list --simple-output); do echo $pkg | grep -vw -- mtl | sed 's/^/constraints: /' | sed 's/-[^-]*$/ installed/' >> cabal.project.local; done; fi"
141143
- cat cabal.project || true

mtl.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tested-with:
2525
GHC==8.0.2,
2626
GHC==8.2.2,
2727
GHC==8.4.4,
28-
GHC==8.6.2
28+
GHC==8.6.3
2929

3030
source-repository head
3131
type: git

0 commit comments

Comments
 (0)