Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
unix
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
Packages
unix
Commits
554b7019
Commit
554b7019
authored
2 months ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Fix build of tests
parent
e456a5eb
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
.github/workflows/ci-js.yml
+3
-2
3 additions, 2 deletions
.github/workflows/ci-js.yml
cabal.project.js
+18
-0
18 additions, 0 deletions
cabal.project.js
with
21 additions
and
2 deletions
.github/workflows/ci-js.yml
+
3
−
2
View file @
554b7019
...
...
@@ -43,6 +43,7 @@ jobs:
autoreconf -i
cabal update
cabal build -w javascript-unknown-ghcjs-ghc --with-ghc-pkg=javascript-unknown-ghcjs-ghc-pkg --with-hsc2hs=javascript-unknown-ghcjs-hsc2hs -f-os-string
$(cabal list-bin -w javascript-unknown-ghcjs-ghc --with-ghc-pkg=javascript-unknown-ghcjs-ghc-pkg --with-hsc2hs=javascript-unknown-ghcjs-hsc2hs -f-os-string T13660)
cabal --project-file=cabal.project.js build --with-hsc2hs=javascript-unknown-ghcjs-hsc2hs
$(cabal --project-file=cabal.project.js list-bin T13660)
$(cabal --project-file=cabal.project.js list-bin unix-tests)
This diff is collapsed.
Click to expand it.
cabal.project.js
0 → 100644
+
18
−
0
View file @
554b7019
packages
:
.
with
-
compiler
:
javascript
-
unknown
-
ghcjs
-
ghc
with
-
hc
-
pkg
:
javascript
-
unknown
-
ghcjs
-
ghc
-
pkg
package
unix
ghc
-
options
:
-
Wno
-
unused
-
imports
write
-
ghc
-
environment
-
files
:
always
allow
-
newer
:
all
:
base
tests
:
True
constraints
:
random
<
1.2
,
tasty
-
unix
,
optparse
-
applicative
-
process
,
unix
-
os
-
string
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