Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
exceptions
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sven Tennie
exceptions
Commits
dc2d1641
Commit
dc2d1641
authored
5 years ago
by
Ryan Scott
Browse files
Options
Downloads
Patches
Plain Diff
Travis: Build against GHC 8.10.1
parent
0a1f9ff0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+61
-34
61 additions, 34 deletions
.travis.yml
cabal.haskell-ci
+0
-1
0 additions, 1 deletion
cabal.haskell-ci
exceptions.cabal
+1
-0
1 addition, 0 deletions
exceptions.cabal
with
62 additions
and
35 deletions
.travis.yml
+
61
−
34
View file @
dc2d1641
...
@@ -4,9 +4,11 @@
...
@@ -4,9 +4,11 @@
#
#
# For more information, see https://github.com/haskell-CI/haskell-ci
# For more information, see https://github.com/haskell-CI/haskell-ci
#
#
# version: 0.
4
# version: 0.
9.20191213
#
#
version
:
~>
1.0
language
:
c
language
:
c
os
:
linux
dist
:
xenial
dist
:
xenial
git
:
git
:
# whether to recursively clone submodules
# whether to recursively clone submodules
...
@@ -22,6 +24,7 @@ cache:
...
@@ -22,6 +24,7 @@ cache:
directories
:
directories
:
-
$HOME/.cabal/packages
-
$HOME/.cabal/packages
-
$HOME/.cabal/store
-
$HOME/.cabal/store
-
$HOME/.hlint
before_cache
:
before_cache
:
-
rm -fv $CABALHOME/packages/hackage.haskell.org/build-reports.log
-
rm -fv $CABALHOME/packages/hackage.haskell.org/build-reports.log
# remove files that are regenerated by 'cabal update'
# remove files that are regenerated by 'cabal update'
...
@@ -31,39 +34,52 @@ before_cache:
...
@@ -31,39 +34,52 @@ before_cache:
-
rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar
-
rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar
-
rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar.idx
-
rm -fv $CABALHOME/packages/hackage.haskell.org/01-index.tar.idx
-
rm -rfv $CABALHOME/packages/head.hackage
-
rm -rfv $CABALHOME/packages/head.hackage
matrix
:
jobs
:
include
:
include
:
-
compiler
:
ghc-8.10.1
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-8.10.1"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-8.8.1
-
compiler
:
ghc-8.8.1
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-8.8.1"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-8.8.1"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-8.6.5
-
compiler
:
ghc-8.6.5
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-8.6.5"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-8.6.5"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-8.4.4
-
compiler
:
ghc-8.4.4
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-8.4.4"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-8.4.4"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-8.2.2
-
compiler
:
ghc-8.2.2
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-8.2.2"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-8.2.2"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-8.0.2
-
compiler
:
ghc-8.0.2
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-8.0.2"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-8.0.2"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-7.10.3
-
compiler
:
ghc-7.10.3
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-7.10.3"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-7.10.3"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-7.8.4
-
compiler
:
ghc-7.8.4
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-7.8.4"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-7.8.4"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-7.6.3
-
compiler
:
ghc-7.6.3
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-7.6.3"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-7.6.3"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-7.4.2
-
compiler
:
ghc-7.4.2
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-7.4.2"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-7.4.2"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-7.2.2
-
compiler
:
ghc-7.2.2
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-7.2.2"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-7.2.2"
,
"
cabal-install-3.0"
]}}
os
:
linux
-
compiler
:
ghc-7.0.4
-
compiler
:
ghc-7.0.4
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-7.0.4"
,
"
cabal-install-3.0"
]}}
addons
:
{
"
apt"
:{
"
sources"
:[{
"
sourceline"
:
"
deb
http://ppa.launchpad.net/hvr/ghc/ubuntu
xenial
main"
,
"
key_url"
:
"
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"
}],
"
packages"
:[
"
ghc-7.0.4"
,
"
cabal-install-3.0"
]}}
-
compiler
:
ghc-head
os
:
linux
addons
:
{
"
apt"
:{
"
sources"
:[
"
hvr-ghc"
],
"
packages"
:[
"
ghc-head"
,
"
cabal-install-head"
]}}
allow_failures
:
allow_failures
:
-
compiler
:
ghc-head
-
compiler
:
ghc-7.0.4
-
compiler
:
ghc-7.0.4
-
compiler
:
ghc-7.2.2
-
compiler
:
ghc-7.2.2
-
compiler
:
ghc-8.10.1
before_install
:
before_install
:
-
HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
-
HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
-
WITHCOMPILER="-w $HC"
-
WITHCOMPILER="-w $HC"
-
HADDOCK=$(echo "/opt/$CC/bin/haddock" | sed 's/-/\//')
-
HCPKG="$HC-pkg"
-
HCPKG="$HC-pkg"
-
unset CC
-
unset CC
-
CABAL=/opt/ghc/bin/cabal
-
CABAL=/opt/ghc/bin/cabal
...
@@ -98,24 +114,32 @@ install:
...
@@ -98,24 +114,32 @@ install:
-
TEST=--enable-tests
-
TEST=--enable-tests
-
BENCH=--enable-benchmarks
-
BENCH=--enable-benchmarks
-
HEADHACKAGE=false
-
HEADHACKAGE=false
-
if [ $HCNUMVER -g
t
8
0801
] ; then HEADHACKAGE=true ; fi
-
if [ $HCNUMVER -g
e
8
1000
] ; then HEADHACKAGE=true ; fi
-
rm -f $CABALHOME/config
-
rm -f $CABALHOME/config
-
|
-
|
echo "verbose: normal +nowrap +markoutput" >> $CABALHOME/config
echo "verbose: normal +nowrap +markoutput" >> $CABALHOME/config
echo "remote-build-reporting: anonymous" >> $CABALHOME/config
echo "remote-build-reporting: anonymous" >> $CABALHOME/config
echo "write-ghc-environment-files: always" >> $CABALHOME/config
echo "write-ghc-environment-files: always" >> $CABALHOME/config
echo "remote-repo-cache: $CABALHOME/packages" >> $CABALHOME/config
echo "remote-repo-cache: $CABALHOME/packages" >> $CABALHOME/config
echo "logs-dir: $CABALHOME/logs" >> $CABALHOME/config
echo "logs-dir: $CABALHOME/logs" >> $CABALHOME/config
echo "world-file: $CABALHOME/world" >> $CABALHOME/config
echo "world-file: $CABALHOME/world" >> $CABALHOME/config
echo "extra-prog-path: $CABALHOME/bin" >> $CABALHOME/config
echo "extra-prog-path: $CABALHOME/bin" >> $CABALHOME/config
echo "symlink-bindir: $CABALHOME/bin" >> $CABALHOME/config
echo "symlink-bindir: $CABALHOME/bin" >> $CABALHOME/config
echo "installdir: $CABALHOME/bin" >> $CABALHOME/config
echo "installdir: $CABALHOME/bin" >> $CABALHOME/config
echo "build-summary: $CABALHOME/logs/build.log" >> $CABALHOME/config
echo "build-summary: $CABALHOME/logs/build.log" >> $CABALHOME/config
echo "store-dir: $CABALHOME/store" >> $CABALHOME/config
echo "store-dir: $CABALHOME/store" >> $CABALHOME/config
echo "install-dirs user" >> $CABALHOME/config
echo "install-dirs user" >> $CABALHOME/config
echo " prefix: $CABALHOME" >> $CABALHOME/config
echo " prefix: $CABALHOME" >> $CABALHOME/config
echo "repository hackage.haskell.org" >> $CABALHOME/config
echo "repository hackage.haskell.org" >> $CABALHOME/config
echo " url: http://hackage.haskell.org/" >> $CABALHOME/config
echo " url: http://hackage.haskell.org/" >> $CABALHOME/config
echo " secure: True" >> $CABALHOME/config
echo " key-threshold: 3" >> $CABALHOME/config
echo " root-keys:" >> $CABALHOME/config
echo " fe331502606802feac15e514d9b9ea83fee8b6ffef71335479a2e68d84adc6b0" >> $CABALHOME/config
echo " 1ea9ba32c526d1cc91ab5e5bd364ec5e9e8cb67179a471872f6e26f0ae773d42" >> $CABALHOME/config
echo " 2c6c3627bd6c982990239487f1abd02e08a02e6cf16edb105a8012d444d870c3" >> $CABALHOME/config
echo " 0a5c7ea47cd1b15f01f5f51a33adda7e655bc0f0b0615baa8e271f4c3351e21d" >> $CABALHOME/config
echo " 51f0161b906011b52c6613376b1ae937670da69322113a246a09f807c62f6921" >> $CABALHOME/config
-
|
-
|
if $HEADHACKAGE; then
if $HEADHACKAGE; then
echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1/g')" >> $CABALHOME/config
echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1/g')" >> $CABALHOME/config
...
@@ -127,6 +151,9 @@ install:
...
@@ -127,6 +151,9 @@ install:
echo " f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89" >> $CABALHOME/config
echo " f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89" >> $CABALHOME/config
echo " key-threshold: 3" >> $CABALHOME/config
echo " key-threshold: 3" >> $CABALHOME/config
fi
fi
-
|
echo "program-default-options" >> $CABALHOME/config
echo " ghc-options: $GHCJOBS +RTS -M6G -RTS" >> $CABALHOME/config
-
cat $CABALHOME/config
-
cat $CABALHOME/config
-
rm -fv cabal.project cabal.project.local cabal.project.freeze
-
rm -fv cabal.project cabal.project.local cabal.project.freeze
-
travis_retry ${CABAL} v2-update -v
-
travis_retry ${CABAL} v2-update -v
...
@@ -171,7 +198,7 @@ script:
...
@@ -171,7 +198,7 @@ script:
# cabal check...
# cabal check...
- (cd ${PKGDIR_exceptions} && ${CABAL} -vnormal check)
- (cd ${PKGDIR_exceptions} && ${CABAL} -vnormal check)
# haddock...
# haddock...
- ${CABAL} v2-haddock $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
- ${CABAL} v2-haddock $WITHCOMPILER
--with-haddock $HADDOCK
${TEST} ${BENCH} all | color_cabal_output
# REGENDATA ["--output=.travis.yml","--config=cabal.haskell-ci","cabal.project"]
# REGENDATA
("0.9.20191213",
["--output=.travis.yml","--config=cabal.haskell-ci","cabal.project"]
)
# EOF
# EOF
This diff is collapsed.
Click to expand it.
cabal.haskell-ci
+
0
−
1
View file @
dc2d1641
ghc-head: True
no-tests-no-benchmarks: False
no-tests-no-benchmarks: False
unconstrained: False
unconstrained: False
allow-failures: <7.3
allow-failures: <7.3
...
...
This diff is collapsed.
Click to expand it.
exceptions.cabal
+
1
−
0
View file @
dc2d1641
...
@@ -23,6 +23,7 @@ tested-with: GHC == 7.0.4
...
@@ -23,6 +23,7 @@ tested-with: GHC == 7.0.4
, GHC == 8.4.4
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.6.5
, GHC == 8.8.1
, GHC == 8.8.1
, GHC == 8.10.1
synopsis: Extensible optionally-pure exceptions
synopsis: Extensible optionally-pure exceptions
description: Extensible optionally-pure exceptions.
description: Extensible optionally-pure exceptions.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment