Skip to content

haskell.org

Mirror of the Glasgow Haskell Compiler. Please submit issues and patches to GHC's Gitlab instance (https://gitlab.haskell.org/ghc/ghc). First time contributors are encouraged to get started with the newcomers info (https://gitlab.haskell.org/ghc/ghc/wikis/contributing).

Package Information

  • Domain: haskell.org
  • Name: haskell.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +haskell.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • ghc
  • ghc-{{version.marketing}}
  • ghc-{{version}}
  • ghc-pkg
  • ghc-pkg-{{version.marketing}}
  • ghc-pkg-{{version}}
  • ghci
  • ghci-{{version.marketing}}
  • ghci-{{version}}
  • ghcup
  • haddock
  • haddock-{{version.marketing}}
  • haddock-{{version}}
  • hp2ps
  • hp2ps-{{version.marketing}}
  • hp2ps-{{version}}
  • hpc
  • hpc-{{version.marketing}}
  • hpc-{{version}}
  • hsc2hs
  • hsc2hs-{{version.marketing}}
  • hsc2hs-{{version}}
  • runghc
  • runghc-{{version.marketing}}
  • runghc-{{version}}
  • runhaskell
  • runhaskell-{{version.marketing}}
  • runhaskell-{{version}}

Available Versions

Show all 19 versions
  • 9.12.2, 9.12.1, 9.10.2, 9.10.1, 9.8.4
  • 9.8.2, 9.8.1, 9.6.7, 9.6.6, 9.6.5
  • 9.6.4, 9.6.3, 9.6.2, 9.4.8, 9.4.7
  • 9.4.4, 9.2.8, 9.0.2, 8.10.7

Latest Version: 9.12.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +haskell.org@9.12.2 -- $SHELL -i

Dependencies

This package depends on:

  • gnu.org/gmp@6
  • invisible-island.net/ncurses@6
  • sourceware.org/libffi@3
  • linux:github.com/numactl/numactl^2
  • linux:gnu.org/gcc

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.haskellorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.