Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
H
hsc2hs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Glasgow Haskell Compiler
hsc2hs
Commits
b0f9ed43
Commit
b0f9ed43
authored
Oct 01, 2019
by
Ryan Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use installed version of process
parent
76e3817e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.travis.yml
.travis.yml
+4
-4
cabal.haskell-ci
cabal.haskell-ci
+1
-1
No files found.
.travis.yml
View file @
b0f9ed43
...
@@ -129,7 +129,7 @@ install:
...
@@ -129,7 +129,7 @@ install:
-
|
-
|
echo "packages: ." >> cabal.project
echo "packages: ." >> cabal.project
-
|
-
|
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(hsc2hs)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(hsc2hs
|process
)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
- cat cabal.project || true
- cat cabal.project || true
- cat cabal.project.local || true
- cat cabal.project.local || true
- if [ -f "./configure.ac" ]; then (cd "." && autoreconf -i); fi
- if [ -f "./configure.ac" ]; then (cd "." && autoreconf -i); fi
...
@@ -154,7 +154,7 @@ script:
...
@@ -154,7 +154,7 @@ script:
-
|
-
|
echo "packages: ${PKGDIR_hsc2hs}" >> cabal.project
echo "packages: ${PKGDIR_hsc2hs}" >> cabal.project
-
|
-
|
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(hsc2hs)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(hsc2hs
|process
)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
- cat cabal.project || true
- cat cabal.project || true
- cat cabal.project.local || true
- cat cabal.project.local || true
# Building...
# Building...
...
@@ -168,8 +168,8 @@ script:
...
@@ -168,8 +168,8 @@ script:
# cabal check...
# cabal check...
- (cd ${PKGDIR_hsc2hs} && ${CABAL} -vnormal check)
- (cd ${PKGDIR_hsc2hs} && ${CABAL} -vnormal check)
# Building without installed constraints for packages in global-db...
# Building without installed constraints for packages in global-db...
-
if [ $HCNUMVER -ge 70200 ] ; then rm -f cabal.project.local ; fi
-
rm -f cabal.project.local
-
if [ $HCNUMVER -ge 70200 ] ; then ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all | color_cabal_output ; fi
-
${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all | color_cabal_output
# REGENDATA ["--output=.travis.yml","--config=cabal.haskell-ci","cabal.project"]
# REGENDATA ["--output=.travis.yml","--config=cabal.haskell-ci","cabal.project"]
# EOF
# EOF
cabal.haskell-ci
View file @
b0f9ed43
ghc-head: True
ghc-head: True
tests: >=7.4
tests: >=7.4
benchmarks: >=7.4
benchmarks: >=7.4
unconstrained: >=7.2
installed: +all -process
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment