Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • C ci-images
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • ci-images
  • Merge requests
  • !39
The source project of this merge request has been removed.

Use GHC 8.8 as the minimum bootstrap compiler version

Closed Ryan Scott requested to merge (removed):require-8.8 into master Mar 25, 2020
  • Overview 3
  • Changes 9

This patch makes GHC 8.8 the minimum bootstrap compiler across all Docker images in preparation for the same requirement being imposed on GHC. In most cases, I was able to use 8.8.3. The exception is x86_64-linux-deb10, where the only 8.8 bindist I could find was 8.8.1.

Note that I was unable to install cabal-install-3.0.0.0 on x86_64-linux-alpine, even after lots of struggled attempts to do so. As a result, I have settled for cabal-install-2.4.1.0 on that distro. This probably isn't the worst thing in the world, given that x86_64-linux-deb10 also combines GHC 8.8 with cabal-install-2.4.1.0.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: require-8.8