Port details |
- ghc844 Compiler for the functional language Haskell
- 8.4.4 lang
=0 8.4.4Version of this port present on the latest quarterly branch.
- Maintainer: haskell@FreeBSD.org
- Port Added: 2019-01-05 10:07:54
- 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.3
- No installation instructions:
- This port has been deleted.
- PKGNAME: ghc844
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1541010522
SHA256 (ghc-8.4.4-src.tar.xz) = 11117735a58e507c481c09f3f39ae5a314e9fbf49fc3109528f99ea7959004b2
SIZE (ghc-8.4.4-src.tar.xz) = 11319500
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 ghc844-8.4.4:
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.4.4 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.4.4 09 May 2019 05:35:24 |
tcberner |
lang/gch84[34]: bump LLVM_VERSION to 60
- llvm50 was removed, which breaks poudriere on arm.
- this might not fix it, but at least blocks poudrire no longer
Reported by: antoine |
8.4.4 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.4.4 05 Jan 2019 10:07:41 |
arrowd |
lang/ghc844: Create a port out of lang/ghc.
Approved by: tcberner (mentor) |