Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
ci-images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ci-images
Merge requests
!54
Fix it
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix it
wip/fix-it
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Ben Gamari
requested to merge
wip/fix-it
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8d0e7f32
1 commit,
4 years ago
1 file
+
4
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
components/HaskellTools.dhall
+
4
−
3
Options
@@ -15,14 +15,15 @@ let
@@ -15,14 +15,15 @@ let
-- We must override store-dir lest data files end up in
-- We must override store-dir lest data files end up in
-- /root/.cabal, which isn't accessible to the build user
-- /root/.cabal, which isn't accessible to the build user
, ''
, ''
$CABAL v2-install \
$CABAL \
--store-dir=${outDir}/store \
v2-install \
hscolour happy alex \
hscolour happy alex \
--constraint='happy ^>= 1.20' \
--constraint='happy ^>= 1.20' \
--with-compiler=$GHC \
--with-compiler=$GHC \
--enable-static \
--enable-static \
--install-method=copy \
--install-method=copy \
--installdir=${binDir} \
--installdir=${binDir}
--store-dir=${outDir}/store
''
''
]
]
# CF.env (toMap
# CF.env (toMap
Loading