Port details |
- ghc862 Compiler for the functional language Haskell
- 8.6.2 lang
=0 8.6.2Version of this port present on the latest quarterly branch.
- Maintainer: haskell@FreeBSD.org
- Port Added: 2018-12-08 18:48:15
- Last Update: 2019-05-28 15:53:04
- SVN Revision: 502898
- Also Listed In: haskell
- License: BSD3CLAUSE
- WWW:
- http://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.
WWW: http://www.haskell.org/ghc/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- ghc-7.4.*
- ghc-7.6.*
- ghc-7.8.*
- ghc-7.10.*
- ghc-8.0.*
- ghc-8.4.*
- No installation instructions:
- This port has been deleted.
- PKGNAME: ghc862
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386 aarch64 armv6 armv7 powerpc64
- distinfo:
- TIMESTAMP = 1543568924
SHA256 (ghc-8.6.2-src.tar.xz) = caaa819d21280ecde90a4773143dee188711e9ff175a27cfbaee56eb851d76d5
SIZE (ghc-8.6.2-src.tar.xz) = 19024236
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sphinx-build : textproc/py-sphinx
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- gmake : devel/gmake
- perl5>=5.28.r1<5.29 : lang/perl5.28
- Library dependencies:
-
- libffi.so.6 : devel/libffi
- libgmp.so : math/gmp
- libiconv.so : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ghc862-8.6.2:
DOCS=on: Install HTML documentation
DYNAMIC=on: Add support for dynamic linking
GMP=on: Use GNU Multi-precision Library for big integers support
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:
- N/A
- USES:
- autoreconf gmake iconv:translit localbase:ldflags ncurses perl5 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) |
Commit | Credits | Log message |
8.6.2 28 May 2019 15:53:04 |
arrowd |
Merge lang/ghcXXX ports into lang/ghc.
Remove OPTIONS support from library Haskell ports.
Do not install documentation by library Haskell ports.
Remove deprecation notice from library ports, that still needed.
PR: 224083
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20247 |
8.6.2 29 Mar 2019 04:53:53 |
arrowd |
Drop ARM support for GHC 8.4 and update bootstrap compilers to 8.6.3.
ARM support required LLVM 5, which is getting pushed out of ports.
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19722 |
8.6.2 04 Mar 2019 07:57:32 |
arrowd |
lang/ghc: Port to powerpc64 architecture.
Submitted by: Mikael Urankar <mikael.urankar_gmail.com>
Reviewed by: arrowd, tcberner, mat
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18886 |
8.6.2 03 Feb 2019 15:19:33 |
arrowd |
lang/ghc862: Fix distinfo entry for aarch64 bootstrap compiler.
PR: 201679
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Approved by: tcberner (mentor) |
8.6.2 17 Dec 2018 06:04:50 |
arrowd |
GHC ports: use proper sorting for Makefile variables. Add `create-stack-bindist`
target in bsd.ghc.mk.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18540 |
8.6.2 10 Dec 2018 08:23:04 |
arrowd |
lang/ghc862: Remove extraneous PLIST var. It is set in bsd.ghc.mk.
Approved by: tcberner (mentor) |
8.6.2 08 Dec 2018 18:47:16 |
arrowd |
lang/ghc862: Add a port for GHC 8.6.2.
Reviewed by: Mikael Urankar <mikael.urankar@gmail.com> (ARM bits), tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18397 |