6e46 FreshPorts -- devel/hs-haskell-platform
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
hs-haskell-platform 2012.4.0.0_2 devel on this many watch lists=0 search for ports that depend on this port
The Haskell Platform
Maintained by: haskell@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 May 2011 16:50:59
Also Listed In: haskell
License: BSD


The Haskell Platform (HP) is the blessed set of libraries and tools on which
to build further Haskell libraries and applications.  It is intended to
provide a comprehensive, stable, and quality-tested base for Haskell projects
to work from.

This version specifies the following additional developer tools be installed,
for a system to be in full compliance:

 * cabal-install
 * alex
 * happy
 * haddock


WWW: http://haskell.org/platform/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/ghc
  2. lang/ghc
  3. devel/hs-async
  4. www/hs-cgi
  5. devel/hs-fgl
  6. x11-toolkits/hs-GLUT
  7. devel/hs-haskell-src
  8. textproc/hs-html
  9. www/hs-HTTP
  10. devel/hs-HUnit
  11. devel/hs-mtl
  12. net/hs-network
  13. x11-toolkits/hs-OpenGL
  14. devel/hs-parallel
  15. textproc/hs-parsec
  16. devel/hs-primitive
  17. devel/hs-QuickCheck
  18. devel/hs-random
  19. textproc/hs-regex-base
  20. textproc/hs-regex-compat
  21. textproc/hs-regex-posix
  22. devel/hs-split
  23. devel/hs-stm
  24. devel/hs-syb
  25. devel/hs-text
  26. devel/hs-transformers
  27. devel/hs-vector
  28. textproc/hs-xhtml
  29. archivers/hs-zlib
  30. devel/hs-cabal-install
  31. devel/hs-alex
  32. devel/hs-happy
  33. lang/gcc
  34. devel/binutils
Required To Run:
  1. lang/ghc
  2. lang/ghc
  3. devel/hs-async
  4. www/hs-cgi
  5. devel/hs-fgl
  6. x11-toolkits/hs-GLUT
  7. devel/hs-haskell-src
  8. textproc/hs-html
  9. www/hs-HTTP
  10. devel/hs-HUnit
  11. devel/hs-mtl
  12. net/hs-network
  13. x11-toolkits/hs-OpenGL
  14. devel/hs-parallel
  15. textproc/hs-parsec
  16. devel/hs-primitive
  17. devel/hs-QuickCheck
  18. devel/hs-random
  19. textproc/hs-regex-base
  20. textproc/hs-regex-compat
  21. textproc/hs-regex-posix
  22. devel/hs-split
  23. devel/hs-stm
  24. devel/hs-syb
  25. devel/hs-text
  26. devel/hs-transformers
  27. devel/hs-vector
  28. textproc/hs-xhtml
  29. archivers/hs-zlib
  30. devel/hs-cabal-install
  31. devel/hs-alex
  32. devel/hs-happy
  33. lang/gcc
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/hs-haskell-platform/ && make install clean
To add the package: pkg_add -r hs-haskell-platform


Configuration Options
===> The following configuration options are available for hs-haskell-platform-2012.4.0.0_2:
     DOCS=on: Build and/or install documentation
     DYNAMIC=on: Add support for dynamic linking
     HSCOLOUR=off: Colorize generated documentation by HsColour
     PROFILE=off: Add support for profiling
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/cabal/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2013-03-31
    Affects: users of */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Due to some unexpected dynamic linking problems, Haskell Cabal ports with
      binaries that link to their own libraries may not work.  With default
      configuration, the following ports are known to have this problem:
      Agda, BNFC, pandoc, and uuagc.  (Their port revision are now bumped.)
    
      In general, it is recommended to rebuild the port if you are
      experiencing that the corresponding binary will not start, e.g.:
    
      % agda
      Shared object "libHSAgda-2.3.2-ghc7.4.2.so" not found, required by "agda"
    
    
  • 2013-02-05
    Affects: users of lang/ghc and */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Note that the recent devel/libffi update caused some breakage in the Haskell
      ports with the DYNAMIC option enabled.  The problem has been identified and
      fixed since then.  All Haskell ports have been updated to their latest stable
      versions or bumped as DYNAMIC is enabled by default.
    
      Hence it is recommended to rebuild or reinstall all ports depending on GHC
      by one of the following commands:
    
      # portmaster -w -r ghc
      or
      # portupgrade -fr lang/ghc
      or
      # pkg install -fR lang/ghc
    
    
  • 2012-12-20
    Affects: users of lang/ghc and */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Note that the Glorious Glasgow Haskell Compiler has been updated to
      version 7.4.2.
    
      Please rebuild or reinstall all dependent ports by issuing one of the
      following commands, depending on the tool used:
    
      # portmaster -w -r ghc
      or
      # portupgrade -fr lang/ghc
      or
      # pkg install -fR lang/ghc
    
    
    
  • 2012-06-03
    Affects: users of lang/ghc and */hs-*
    Author: haskell@FreeBSD.org
    Reason: 
      Note that The Glorious Glasgow Haskell Compiler and the Haskell Platform
      have been updated to versions 7.4.1 and 2012.2.0.0, respectively.  At the
      same time, all Haskell ports have been updated to their latest working
      versions.
    
      To follow the changes, please issue one of the following commands
      (depending on the tool used):
    
      # portmaster -r ghc
      or
      # portupgrade -fr lang/ghc
    
    
    
  • 2012-02-13
    Affects: users of lang/ghc and */hs-*
    Author: pgj@FreeBSD.org
    Reason: 
      GHC has been updated to version 7.0.4, and Haskell Platform to version
      2011.4.0.0, and other Haskell ports are also updated to their Haskell
      Platform versions or latest versions.
    
      To update all affected ports:
    
      # portmaster -r lang/ghc
      or
      # portupgrade -r lang/ghc
    
    
  • 2011-05-09
    Affects: users of lang/ghc and */hs-*
    Author: ashish@FreeBSD.org
    Reason: 
      GHC has been updated to version 7.0.3 and other Haskell ports are also
      updated to their Haskell Platform versions or latest versions.
    
      To update all affected ports:
    
      # portmaster -r lang/ghc
      or
      # portupgrade -r lang/ghc
    
    

Number of commits found: 10

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
05 Feb 2013 22:26:32
Original commit files touched by this commit  2012.4.0.0_2
pgj search for other commits by this committer
- Fix breakage in the DYNAMIC-enabled ports triggered by the recent
  devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)

Please note that port revision for all the Haskell ports without version
changes are bumped.

New ports (20):

devel/hs-MonadRandom                     0.1.8
devel/hs-base64-conduit                  0.5.1
devel/hs-bifunctors                      3.2
devel/hs-either                          3.1
devel/hs-errors                          1.3.1
devel/hs-generic-deriving                1.4.0
(Only the first 15 lines of the commit message are shown above View all of this commit message)
23 Dec 2012 16:51:13
Original commit files touched by this commit  2012.4.0.0_1
pgj search for other commits by this committer
- Fix substitution for LD for cabal-install
- Bump port revision for haskell-platform (as dependency)

Reported by:	arrowdodger <6yearold@gmail.com>
Obtained from:	FreeBSD Haskell
20 Dec 2012 02:23:06
Original commit files touched by this commit  2012.4.0.0
pgj search for other commits by this committer
- Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports

New ports (32):
(Only the first 15 lines of the commit message are shown above View all of this commit message)
04 Aug 2012 22:52:04
Original commit files touched by this commit  2012.2.0.0_1
kwm search for other commits by this committer
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
03 Aug 2012 02:30:11
Original commit files touched by this commit  2012.2.0.0_1
pgj search for other commits by this committer
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
03 Jun 2012 23:18:36
Original commit files touched by this commit  2012.2.0.0
pgj search for other commits by this committer
- Please welcome Haskell Platform 2012.2.0.0!

Obtained from:  FreeBSD Haskell
13 Feb 2012 06:03:31
Original commit files touched by this commit  2011.4.0.0
pgj search for other commits by this committer
- Please welcome Haskell Platform 2011.4.0.0!

Obtained from:  FreeBSD Haskell
26 May 2011 00:51:15
Original commit files touched by this commit  2011.2.0.1_1
ashish search for other commits by this committer
Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.

Obtained from:  FreeBSD Haskell
25 May 2011 18:57:25
Original commit files touched by this commit  2011.2.0.1_1
ashish search for other commits by this committer
- Fix lang/ghc to not install unusable haddock when NOPORTDOCS is set
- Fix lang/ghc/bsd.cabal.mk to depend on devel/hs-haddock for documentation
- Split textproc/hs-xhtml into a separate -docs port (required by haddock)
- Bump PORTREVISION of devel/hs-haskell-platform, depends on textproc/hs-xhtml

Obtained from:  FreeBSD Haskell
14 May 2011 16:50:43
Original commit files touched by this commit  2011.2.0.1
pgj search for other commits by this committer
The Haskell Platform (HP) is the blessed set of libraries and tools on which
to build further Haskell libraries and applications.  It is intended to
provide a comprehensive, stable, and quality-tested base for Haskell projects
to work from.

This version specifies the following additional developer tools be installed,
for a system to be in full compliance:

 * cabal-install
 * alex
 * happy
 * haddock

WWW:    http://haskell.org/platform/

Obtained from:  FreeBSD Haskell

Number of commits found: 10

2845
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24532
Broken 216
Deprecated 473
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days28
new fortnight61
new month218

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0