Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
---|
0.2.3.3_3 09 May 2019 11:15:42
  | arrowd  | Remove expired ports of Haskell libraries.Approved by:tcberner (mentor)2019-04-14 math/hs-integer-logarithms: Haskell libraries are getting pushed outof the ports tree. If you are using this port for development, considerswitching to cabal sandboxes (old way), cabal new-build (new way), or usedevel/stack. If you believe this port shouldn't be removed, contacthaskell@FreeBSD.org2019-04-14 math/hs-data-lens-template: Haskell libraries are getting pushed outof the ports tree. If you are using this port for development, considerswitching to cabal sandboxes (old way), cabal new-build (new way), or usedevel/stack. If you believe this port shouldn't be removed, contacthaskell@FreeBSD.org2019-04-14 math/hs-half: Haskell libraries are getting pushed out of the portstree. If you are using this port for development, consider switching to cabalsandboxes (old way), cabal new-build (new way), or use devel/stack. If youbelieve this port shouldn't be removed, contact haskell@FreeBSD.org2019-04-14 math/hs-kan-extensions: Haskell libraries are getting pushed out ofthe ports tree. If you are using this port for development, consider switchingto cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. Ifyou believe this port shouldn't be removed, contact haskell@FreeBSD.org2019-04-14 math/hs-semigroupoids: Haskell libraries are getting pushed out ofthe ports tree. If you are using this port for development, consider switchingto cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. Ifyou believe this port shouldn't be removed, contact haskell@FreeBSD.org2019-04-14 math/hs-Agda-stdlib: Haskell libraries are getting pushed out of theports tree. If you are using this port for development, consider switching tocabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If youbelieve this port shouldn't be removed, contact haskell@FreeBSD.org2019-04-14 math/hs-semigroups: Haskell libraries are getting pushed out of theports tree. If you are using this port for development, consider switching tocabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If youbelieve this port shouldn't be removed, contact haskell@FreeBSD.org2019-04-14 math/hs-vector-space: Haskell libraries are getting pushed out of theports tree. If you are using this port for development, consider switching tocabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If youbelieve this port shouldn't be removed, contact haskell@FreeBSD.org2019-04-14 math/hs-comonad: Haskell libraries are getting pushed out of theports tree. If you are using this port for development, consider switching tocabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If youbelieve this port shouldn't be removed, contact haskell@FreeBSD.org2019-04-14 math/hs-pointed: Haskell libraries are getting pushed out of theports tree. If you are using this port for development, consider switching tocabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If youbelieve this port shouldn't be removed, contact haskell@FreeBSD.org2019-04-14 math/hs-ieee754: Haskell libraries are getting pushed out of theports tree. If you are using this port for development, consider switching tocabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If youbelieve this port shouldn't be removed, contact haskell@FreeBSD.org (Only the first 15 lines of the commit message are shown above ) |
0.2.3.3_3 30 Mar 2019 17:39:37
  | tcberner  | Mark almost all Haskell ports for expiration by mid AprilPorts for Haskell *libraries* are going to be removed from the ports tree.Haskell *applications* are going to be statically linked with all dependencies(https://reviews.freebsd.org/D19730 ), so there is no reason to keepHaskell libraries in tree.If you think a port is wrongly marked and should stay, please contact haskell@Submitted by:arrowdDifferential Revision:https://reviews.freebsd.org/D19244 |
0.2.3.3_3 06 Jan 2019 12:18:07
  | arrowd  | lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.As usual, it is recommended to rebuild or reinstall all thedependent ports and the lang/ghc port itself in one of the followingways:# portmaster -w -r ghc or# portupgrade -fr lang/ghcIn case of pkg(8), it is probably safer to remove all the GHC-dependentpackages along with GHC and reinstall everything from scratch. Forexample:# pkg query "%ro" ghc > ghc-pkgs.txt# pkg delete -y lang/ghc# pkg install -y `cat ghc-pkgs.txt`During update some hs-* ports got two PORTREVISION bumps in a row. Other portsgot a PORTVERSION update together with one PORTREVISION bump. This is causedby bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,so figuring out which ones require a bump and which are not is too tedious.Approved by:tcberner (mentor)Differential Revision:https://reviews.freebsd.org/D18707 |
0.2.3.3_1 30 Jun 2018 09:58:00
  | arrowd  | lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.As usual, it is recommended to rebuild or reinstall all thedependent ports and the lang/ghc port itself in one of the followingways:# portmaster -w -r ghc or# portupgrade -fr lang/ghcIn case of pkg(8), it is probably safer to remove all the GHC-dependentpackages along with GHC and reinstall everything from scratch. Forexample:# pkg query "%ro" ghc > ghc-pkgs.txt# pkg delete -y lang/ghcIn ghc-pkgs.txt, check and remove all the packages that have been movedon the update, then use this command:# pkg install -y `cat ghc-pkgs.txt`Approved by:tcberner (mentor)Differential Revision:https://reviews.freebsd.org/D16038 |
0.2.3.3 25 May 2018 21:44:13
  | tcberner  | Update lang/ghc 8.4.2 and the hs-* ports the newer versions* Update lang/ghc to 8.4.2* Update the boostrap compiler to 8.4.1* Update the many hs-* ports* Bump the restThanks a lot to arrowd for doing all the heavy lifting :)PR:227968Exp-run by:antoineSubmitted by:arrowdDifferential Revision:https://reviews.freebsd.org/D15005 |
0.2.3.2_1 10 Feb 2018 08:03:22
  | tcberner  | Switch C compiler used to compile GHC to base Clang.This removes build dependency on gcc and runtime dependency on gcc's runtimelibraries.Big thanks to Gleb for working on this.PR:225185Submitted by:Gleb Popov <6yearold@gmail.com>Exp-run by:antoineReviewed by:pgjDifferential Revision:https://reviews.freebsd.org/D12043 |
0.2.3.2 08 Aug 2017 17:21:46
  | tcberner  | - Update The Glorious Glasgow Haskell Compiler to version 8.0.2- Simplified port by only suporting GCC, and creating a build.mk file- Update Pandoc to 1.19.2.1- Update git-annex to 6.20170520- Update Darcs to 2.12.5- Update Gtk2Hs to 0.13.2.2- Update Agda to 2.5.2Please note that port revisions for all the Haskell ports without versionchanges are bumped.See the UPDATING file for instructions.New ports (63): (Only the first 15 lines of the commit message are shown above ) |
0.2.2_7 20 Aug 2015 23:02:17
  | pgj  | - Update The Glorious Glasgow Haskell Compiler to version 7.10.2- Include a patch for addressing timer issues [1]- Add support for building both GHC and Haskell ports with Clang, either from ports or the base system- Discontinue supporting Haskell Platform, use Stackage instead as a reference- Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs- Update Gtk2Hs to version 0.13 [2]- Update Pandoc to version 1.15.0.6- Update git-annex to version 5.20150727- Update Darcs to 2.10 [3]- Unbreak wxHaskell portsPlease note that port revisions for all the Haskell ports without versionchanges are bumped. (Only the first 15 lines of the commit message are shown above ) |
0.2.2_6 10 Sep 2014 20:50:37
  | gerald  | Update the default version of GCC in the Ports Collection from GCC 4.7.4to GCC 4.8.3.Part II, Bump PORTREVISIONs.PR:192025Tested by:antoine (-exp runs)Approved by:portmgr (implicit) |
0.2.2_5 10 Aug 2014 22:34:52
  | pgj  | - Update The Glorious Glasgow Haskell Compiler to version 7.8.3- Update Haskell Platform to version 2014.2.0.0- Update Yesod Platform to version 1.2.13- Update Gtk2Hs to version 0.12.5- Update Pandoc to version 1.12.4.2- Update git-annex to version 5.20140717- Unbreak wxHaskell portsPlease note that port revisions for all the Haskell ports without versionchanges are bumped.New ports (69):databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backendsdevel/hs-Glob: Globbing library (Only the first 15 lines of the commit message are shown above ) |
0.2.2_4 29 Mar 2014 00:52:55
  | pgj  | - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 9.x in order to prevent run-time breakage after the recent changes in libiconv- Bump port revision for lang/ghc and all dependents, as a consequenceObtained from:FreeBSD Haskell |
0.2.2_3 10 Mar 2014 20:55:22
  | gerald  | Update the default version of GCC used in the Ports Collection fromGCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port aswell as changing the default in Mk/bsd.default-versions.mk.Part II, Bump PORTREVISIONs.PR:182136Supported by:Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)Tested by:bdrewery (two -exp runs) |
0.2.2_2 09 Jan 2014 21:32:14
  | pgj  | - Stagify lang/ghc and all the Haskell Cabal ports- Update HACKAGE_SITE to follow changes in upstream- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of ${DO_NADA}, some refactoringObtained from:FreeBSD Haskell |
0.2.2_2 09 Jan 2014 21:29:40
  | pgj  | - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by the iconv changes (basically GHCi was rendered unusable)- Fix build for x11-toolkits/hs-wxc, while here- Bump port revision for all Haskell Cabal ports as they have to be rebuiltPR:ports/184806Reported by:manyObtained from:FreeBSD HaskellMFH:2014Q1 |
0.2.2_1 26 Oct 2013 00:52:36
  | gerald  | Update to libmpc version 1.0.1 which brings the following fixes: - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345.This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
0.2.2 20 Sep 2013 17:04:44
  | bapt  | Add NO_STAGE all over the place in preparation for the staging support (cat:devel part 2) |
0.2.2 04 Jun 2013 18:53:41
  | pgj  | - Update The Glorious Glasgow Haskell Compiler to version 7.6.3- Update Haskell Platform to version 2013.2.0.0Please note that port revisions for all the Haskell ports without versionchanges are bumped.Some highlights of the update:- Fix PDF generation for pandoc [1]- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with portmaster(8) [2]- Experimental support for LLVM-based code generation (disabled by default)- Many simplifications, refactoring in bsd.cabal.mk (Only the first 15 lines of the commit message are shown above ) |
0.2.1.1_1 05 Feb 2013 22:26:32
  | pgj  | - 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 versionchanges are bumped.New ports (20):devel/hs-MonadRandom 0.1.8devel/hs-base64-conduit 0.5.1devel/hs-bifunctors 3.2devel/hs-either 3.1devel/hs-errors 1.3.1devel/hs-generic-deriving 1.4.0 (Only the first 15 lines of the commit message are shown above ) |
0.2.1.1 20 Dec 2012 02:23:06
  | pgj  | - 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 versionchanges 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 portsNew ports (32): (Only the first 15 lines of the commit message are shown above ) |
0.1.4.3 03 Aug 2012 02:59:44
 | pgj  | - Update to 0.1.4.3- Use the new options frameworkObtained from:FreeBSD Haskell |
0.1.4.2_1 03 Jun 2012 20:52:29
 | pgj  | - Update The Glorious Glasgow Haskell Compiler to version 7.4.1Please note that port revision for all the Haskell ports without version changesare also bumped. Other per-port updates are coming soon (in separate commits)!In addition to that, separate -docs ports are no longer needed so they arenow removed.Thanks ashish@ for the assistance.Obtained from: FreeBSD Haskell |
0.1.4.2 13 Feb 2012 04:44:42
 | pgj  | - Update to 0.1.4.2Obtained from: FreeBSD Haskell |
0.1.4 10 Jul 2011 02:12:29
 | ashish  | - Update to 0.1.4Obtained from: FreeBSD Haskell |
0.1.3_1 26 May 2011 00:51:15
 | ashish  | Bump PORTREVISION of all ports dependent on lang/ghc as duringupgrade, lang/ghc cabal package cache gets invalidated causing alldependent ports to be reinstalled.Obtained from: FreeBSD Haskell |
0.1.3 09 May 2011 05:28:57
 | ashish  | - Please welcome GHC 7.0.3GHC in the ports tree has been updated to 7.0.3 and all other Haskell portsare also updated to their corresponding Haskell Platform versions, or latestversions.We would like to acknowledge the support of the FreeBSD Donations Team andEotvos Lorand University, Faculty of Informatics who contributed to the serverthat we used for testing.We would also like to thank all the testers who tested FreeBSD Haskell portsand provided their feedback.PR:ports/156642Approved by: tabthorpe (mentor)Obtained from: FreeBSD Haskell |
0.1.2 08 Aug 2010 08:49:38
 | pgj  | - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")Suggested by: admi3 |
0.1.2 26 May 2010 11:18:46
 | jacula  | - Pass maintainership to haskell@FreeBSD.org: audio/hs-ALUT, audio/hs-OpenAL, benchmarks/hs-criterion converters/hs-json, devel/hs-DeepArrow, devel/hs-FileManip devel/hs-MemoTrie, devel/hs-MissingH, devel/hs-MonadCatchIO-mtl devel/hs-ObjectName, devel/hs-QuickCheck, devel/hs-StateVar devel/hs-Tensor, devel/hs-TypeCompose, devel/hs-arrows devel/hs-checkers, devel/hs-convertible, devel/hs-datetime devel/hs-deepseq, devel/hs-fgl, devel/hs-ghc-mtl, devel/hs-ghc-paths devel/hs-ghc-paths-docs, devel/hs-haskeline devel/hs-haskell-src-exts, devel/hs-hint, devel/hs-hoogle devel/hs-hslogger, devel/hs-mmap, devel/hs-mueval, devel/hs-reactive devel/hs-readline, devel/hs-safe, devel/hs-show, devel/hs-smallcheck devel/hs-split, devel/hs-testpack, devel/hs-transformers devel/hs-unamb, devel/hs-uniplate, devel/hs-unix-compat (Only the first 15 lines of the commit message are shown above ) |
0.1.2 12 May 2010 16:33:59
 | pgj  | Introduce a new (and hopefully better) ports infrastructure for Haskell Cabalports which makes possible the direct translation of Cabal packagedescriptions to FreeBSD ports. It promises both easier addition andmaintenance for Cabal-based ports. |
0.1.2 12 Jan 2010 22:20:16
 | pgj  | Haskell Combinator library and utility functions for splitting lists.WWW:http://hackage.haskell.org/package/splitPR:ports/142579Submitted by: Jacula Modyun <jacula(at)gmail.com> |