Port details |
- ghc810 Compiler for the functional language Haskell
- 8.10.7_4 lang =2 8.10.7_4Version of this port present on the latest quarterly branch.
- Maintainer: haskell@FreeBSD.org
- Port Added: 2022-07-07 10:31:24
- Last Update: 2024-01-05 10:42:41
- Commit Hash: c672659
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: haskell
- License: BSD3CLAUSE
- WWW:
- https://www.haskell.org/ghc/
- Description:
- The Glasgow Haskell Compiler is a state-of-the-art, open source, compiler and
interactive environment for the functional language Haskell. Highlights:
* Supports the entire Haskell 2010 language plus a wide variety of
extensions.
* Has particularly good support for concurrency and parallelism, including
support for Software Transactional Memory (STM).
* Generates fast code, particularly for concurrent programs.
* Works on several platforms including FreeBSD, Windows, Mac, Linux, most
varieties of Unix, and several different processor architectures.
* Has extensive optimisation capabilities, including inter-module optimisation.
* Compiles Haskell code either directly to native code or using LLVM as a
back-end. It can also generate C code as an intermediate target for porting
to new platforms. The interactive environment compiles Haskell to bytecode,
and supports execution of mixed bytecode/compiled programs.
* Profiling is supported, both by time/allocation and various kinds of heap
profiling.
* Comes with several libraries, and thousands more are available on Hackage.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/ghc810/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/ghc810
- pkg install ghc810
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ghc810
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- TIMESTAMP = 1720354511
SHA256 (ghc-9.6.6-src.tar.xz) = 008f7a04d89ad10baae6486c96645d7d726aaac7e1476199f6dd86c6bd9977ad
SIZE (ghc-9.6.6-src.tar.xz) = 29443464
Packages (timestamps in pop-ups are UTC):
- Master port: lang/ghc
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libgmp.so : math/gmp
- gmake>=4.4.1 : devel/gmake
- python3.11 : lang/python311
- libncursesw.so.8 : misc/compat12x
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libgmp.so : math/gmp
- libffi.so : devel/libffi
- This port is required by:
- for Build
-
- games/hedgewars-server
- lang/elm
- net-p2p/cardano-node
Configuration Options:
- ===> The following configuration options are available for ghc810-8.10.7_4:
DYNAMIC=on: Add support for dynamic linking
PROFILE=on: Add support for performance profiling
====> Bootsrap using installed ghc
BOOT=off: Use installed GHC for bootstrapping
===> Use 'make config' to modify these settings
- Options name:
- lang_ghc810
- USES:
- autoreconf compiler:c11 gmake ncurses perl5 python:build shebangfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: lang/ghc |
Commit | Credits | Log message |
8.10.7_4 05 Jan 2024 10:42:41 |
Gleb Popov (arrowd) |
lang/ghc810: Switch to LLVM 11.
While the officially supported LLVM version for GHC 8.10 is 10, it does build
with 11. Switch to make ot possible to remove llvm10 port. |
8.10.7_4 27 May 2023 10:18:52 |
Gleb Popov (arrowd) |
lang/ghc{810,92}: Set correct BOOT_LLVM_VERSION. |
8.10.7_4 27 May 2023 08:44:40 |
Gleb Popov (arrowd) |
lang/ghc: Update to 9.4.5 |
8.10.7_4 17 May 2023 19:21:58 |
Gleb Popov (arrowd) |
lang/ghc: Remove USES=localbase and USES=iconv.
Apparently these aren't needed anymore.
Add iconv dependency to devel/stack, because it might download old GHC bindists,
which are still using ports libiconv. |
8.10.7_3 13 May 2023 08:33:41 |
Gleb Popov (arrowd) |
lang/ghc810: Fix GMP option after changes to the master port.
Fixes: 018274cbc53802b98950eb504337f1987fba5905 |
8.10.7_2 03 May 2023 20:42:20 |
Gleb Popov (arrowd) |
lang/ghc: Starting with GHC 9.2.7 switch to the Hadrian build system.
Hadrian is a new build system for GHC which is written in Haskell and requires
bootstrapping process. Ugh. Luckily, we only prepare a source bootstrap
archive as bootstrap GHC has everything needed to build it.
Hadrian also fails to build GHC on i386 so build it the old way for now. |
8.10.7_1 11 Oct 2022 20:32:08 |
Gleb Popov (arrowd) |
lang/ghc810: Add upstream patch fixing a rare linking problem.
lang/ghc does not require patching. |
8.10.7 01 Aug 2022 09:38:54 |
Gleb Popov (arrowd) |
lang/ghc: Update to 9.2.4
Deal with Haskell ports fallout caused by the update.
While there, re-add patches necessary for lang/ghc810 that were somehow lost. |
8.10.7 07 Jul 2022 10:24:40 |
Gleb Popov (arrowd) |
lang/ghc810: Add the port, slave to lang/ghc.
The need to have different GHC versions installed on the same system became
more common in the Haskell ecosystem. The devel/stack port solves this problem
by installing its own distributions into the user's HOME dir. Cabal doesn't do
that, but uses system-wide GHC installations. This slave port is intended to
help for such use cases.
This port can also be used as a fallback during major lang/ghc upgrades. At
the moment such upgrades require a lot of work to deal with Haskell packages
fallout. By switching failing ports to older GHC we can deliver lang/ghc
updates faster. |