Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,268
    • Issues 4,268
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 412
    • Merge Requests 412
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Glasgow Haskell Compiler
  • GHCGHC
  • Wiki
  • platforms

platforms · Changes

Page history
Add Win64 authored May 21, 2016 by bgamari's avatar bgamari
Hide whitespace changes
Inline Side-by-side
Showing with 10 additions and 5 deletions
+10 -5
  • platforms.md platforms.md +10 -5
  • No files found.
platforms.md
View page @ e8f90a92
......@@ -7,9 +7,6 @@ various platforms. To find out who is responsible for each platform, see [GHC C
For information about what distributions GHC is part of, see the [ distribution packages](http://haskell.org/ghc/distribution_packages) page.
Please be aware that this page is highly unmaintained and may list platforms as tier 2 that didn't see any updates for years.
## Tier 1 platforms
......@@ -39,6 +36,14 @@ Criteria for Tier 1 platforms:
<th> Yes(\*W) </th>
<th> GHC HQ </th>
<th>[WindowsGhc](windows-ghc)</th></tr>
<tr><th> x86-64 </th>
<th> Windows (MinGW) </th>
<th> x86_64-unknown-mingw32 </th>
<th> Yes </th>
<th> Yes </th>
<th> Yes(\*W) </th>
<th> GHC HQ </th>
<th>[WindowsGhc](windows-ghc)</th></tr>
<tr><th> x86 </th>
<th> Linux </th>
<th> i386-unknown-linux </th>
......@@ -88,7 +93,7 @@ Criteria for Tier 1 platforms:
<th> Gabor Pali </th>
<th>[FreeBSDGhc](free-bsd-ghc)</th></tr></table>
**\*W** Win32 DLL support bitrotten
**\*W** Windows DLL support currently quite limited due to platform limitations (see [\#5987](https://gitlab.haskell.org//ghc/ghc/issues/5987))
## Tier 2 platforms
......@@ -257,7 +262,7 @@ Tier 2 platforms as possible to Tier 1, as soon as they meet the Tier 1 criteria
**\*S4** shared libraries are supported on Solaris 11 version 11/11 and higher
In most cases, binaries for the tier 2 platforms can be downloaded from the [Distribution Packages](http://www.haskell.org/ghc/distribution_packages) page, e.g. you can get binaries for most of the Linux platforms from Debian. In some cases, for example the Solaris platforms, you'll need to go to the [download page](http://www.haskell.org/ghc/download) of a particular release to get a bindist.
In most cases, binaries for the Tier 2 platforms can be downloaded from the [Distribution Packages](http://www.haskell.org/ghc/distribution_packages) page, e.g. you can get binaries for most of the Linux platforms from Debian. In some cases, for example the Solaris platforms, you'll need to go to the [download page](http://www.haskell.org/ghc/download) of a particular release to get a bindist.
## Tier 3 platforms
......
Clone repository
  • All things layout
  • AndreasK
  • AndreasPK
  • Building GHC on Windows with Stack protector support (SSP) (using Make)
  • CAFs
  • CafInfo rework
  • Compiling Data.Aeson Error
  • Contributing a Patch
  • Core interface section
  • Developing Hadrian
  • Documentation Style Guide
  • Doubleton Arrays
  • Errors as (structured) values
  • Extensible Interface Files
  • Functional dependencies in GHC
View All Pages