Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Tennie
ci-images
Commits
9d630299
Commit
9d630299
authored
Jun 20, 2021
by
Sven Tennie
😺
Browse files
Add ghc-events to images
It's useful to check events in tests.
parent
8d0224e6
Pipeline
#37457
failed with stages
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
components/HaskellTools.dhall
View file @
9d630299
...
...
@@ -24,7 +24,7 @@ let
--enable-static \
--install-method=copy \
--installdir=${binDir} \
hscolour happy alex hlint-3.2
hscolour happy alex hlint-3.2
ghc-events
''
]
# CF.env (toMap
...
...
@@ -32,6 +32,7 @@ let
, ALEX = "${binDir}/alex"
, HSCOLOUR = "${binDir}/HsColour"
, HLINT = "${binDir}/hlint"
, GHC_EVENTS = "${binDir}/ghc-events"
})
in
...
...
Write
Preview
Supports
Markdown
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