Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
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
Cabal
Commits
80befc1a
Commit
80befc1a
authored
5 years ago
by
Oleg Grenrus
Browse files
Options
Downloads
Patches
Plain Diff
Fix docker image for validate-8.4.4 (used GHC 8.6.5)
parent
a1a5fc7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.docker/validate-8.4.4.dockerfile
+3
-3
3 additions, 3 deletions
.docker/validate-8.4.4.dockerfile
with
3 additions
and
3 deletions
.docker/validate-8.4.4.dockerfile
+
3
−
3
View file @
80befc1a
FROM
phadej/ghc:8.
6.5
-bionic
FROM
phadej/ghc:8.
4.4
-bionic
# Install cabal-plan
RUN
mkdir
-p
/root/.cabal/bin
&&
\
...
...
@@ -16,7 +16,7 @@ RUN cabal v2-install happy --constraint 'happy ^>=1.19.12'
# Install some other dependencies
# Remove $HOME/.ghc so there aren't any environments
RUN
cabal v2-install
-w
ghc-8.
6.5
--lib
\
RUN
cabal v2-install
-w
ghc-8.
4.4
--lib
\
aeson
\
async
\
base-compat
\
...
...
@@ -48,4 +48,4 @@ RUN cabal v2-install -w ghc-8.6.5 --lib \
# Validate
WORKDIR
/build
COPY
. /build
RUN
sh ./validate.sh
-w
ghc-8.
6.5
-v
RUN
sh ./validate.sh
-w
ghc-8.
4.4
-v
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