Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hsc2hs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
Glasgow Haskell Compiler
hsc2hs
Commits
26ba5fb0
Commit
26ba5fb0
authored
6 years ago
by
Ryan Scott
Browse files
Options
Downloads
Patches
Plain Diff
Use GHC 8.4.3 on Travis
parent
0535fe65
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+23
-23
23 additions, 23 deletions
.travis.yml
hsc2hs.cabal
+1
-1
1 addition, 1 deletion
hsc2hs.cabal
with
24 additions
and
24 deletions
.travis.yml
+
23
−
23
View file @
26ba5fb0
# This Travis job script has been generated by a script via
# This Travis job script has been generated by a script via
#
#
# runghc make_travis_yml_2.hs '-o' '.travis.yml' 'cabal.project'
# runghc make_travis_yml_2.hs '-o' '.travis.yml'
'--ghc-head'
'cabal.project'
#
#
# For more information, see https://github.com/hvr/multi-ghc-travis
# For more information, see https://github.com/hvr/multi-ghc-travis
#
#
...
@@ -28,35 +28,35 @@ before_cache:
...
@@ -28,35 +28,35 @@ before_cache:
matrix
:
matrix
:
include
:
include
:
-
compiler
:
"
ghc-7.0.4"
-
compiler
:
"
ghc-8.4.3"
# can't build the testsuites dependencies with 7.0
env
:
INSTALLED=false TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-head
,
ghc-7.0.4
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-7.2.2"
# can't build the testsuites dependencies with 7.2
env
:
TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-head
,
ghc-7.2.2
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-7.4.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
head
,
ghc-
7
.4.
2
],
sources
:
[
hvr-ghc
]}}
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
2.2
,
ghc-
8
.4.
3
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-
7.6.3
"
-
compiler
:
"
ghc-
8.2.2
"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
head
,
ghc-
7.6.3
],
sources
:
[
hvr-ghc
]}}
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
2.2
,
ghc-
8.2.2
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-
7.8.4
"
-
compiler
:
"
ghc-
8.0.2
"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
head
,
ghc-
7.8.4
],
sources
:
[
hvr-ghc
]}}
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
2.2
,
ghc-
8.0.2
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-7.10.3"
-
compiler
:
"
ghc-7.10.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
head
,
ghc-7.10.3
],
sources
:
[
hvr-ghc
]}}
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
2.2
,
ghc-7.10.3
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-
8.0.2
"
-
compiler
:
"
ghc-
7.8.4
"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
head
,
ghc-
8.0.2
],
sources
:
[
hvr-ghc
]}}
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
2.2
,
ghc-
7.8.4
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-
8.2.2
"
-
compiler
:
"
ghc-
7.6.3
"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
head
,
ghc-
8.2.2
],
sources
:
[
hvr-ghc
]}}
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-
2.2
,
ghc-
7.6.3
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-
8
.4.2"
-
compiler
:
"
ghc-
7
.4.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-head
,
ghc-8.4.2
],
sources
:
[
hvr-ghc
]}}
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-2.2
,
ghc-7.4.2
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-7.2.2"
# can't build the testsuites dependencies with 7.2
env
:
TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-2.2
,
ghc-7.2.2
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-7.0.4"
# can't build the testsuites dependencies with 7.0
env
:
INSTALLED=false TEST=--disable-tests BENCH=--disable-benchmarks
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-2.2
,
ghc-7.0.4
],
sources
:
[
hvr-ghc
]}}
-
compiler
:
"
ghc-head"
-
compiler
:
"
ghc-head"
env
:
GHCHEAD=true
env
:
GHCHEAD=true
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-head
,
ghc-head
],
sources
:
[
hvr-ghc
]}}
addons
:
{
apt
:
{
packages
:
[
ghc-ppa-tools
,
cabal-install-head
,
ghc-head
],
sources
:
[
hvr-ghc
]}}
...
@@ -135,5 +135,5 @@ script:
...
@@ -135,5 +135,5 @@ script:
# cabal check
# cabal check
-
(cd hsc2hs-* && cabal check)
-
(cd hsc2hs-* && cabal check)
# REGENDATA ["-o",".travis.yml","cabal.project"]
# REGENDATA ["-o",".travis.yml","
--ghc-head","
cabal.project"]
# EOF
# EOF
This diff is collapsed.
Click to expand it.
hsc2hs.cabal
+
1
−
1
View file @
26ba5fb0
...
@@ -23,7 +23,7 @@ Category: Development
...
@@ -23,7 +23,7 @@ Category: Development
Data-Files: template-hsc.h
Data-Files: template-hsc.h
build-type: Simple
build-type: Simple
cabal-version: >=1.10
cabal-version: >=1.10
tested-with: GHC==8.4.
2
, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
tested-with: GHC==8.4.
3
, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
extra-source-files:
extra-source-files:
changelog.md
changelog.md
...
...
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