Skip to content
Snippets Groups Projects

Draft: Add ghc-events to images

Open Sven Tennie requested to merge supersven/ci-images:add_ghc-events into master
@@ -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
Loading