aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-haskell-src-exts/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update devel/hs-blaze-builder to 0.3.0.1Ashish SHUKLA2011-07-101-2/+2
| | | | | | | | | | | | | | | | | | | | - Update devel/hs-blaze-builder-enumerator to 0.2.0.1 - Update devel/hs-darcs to 2.5.2 - Update devel/hs-hashed-storage to 0.5.7 - Update devel/hs-haskeline to 0.6.4.0 - Update devel/hs-haskell-src-exts to 1.11.1 - Update devel/hs-hoogle to 4.2.5 - Update devel/hs-test-framework to 0.4.0 - Update devel/hs-test-framework-quickcheck2 to 0.2.10 - Update www/hs-wai to 0.4.0 - Update www/hs-warp to 0.4.0.1 - Bump PORTREVISION of devel/cvs2darcs, devel/hs-test-framework-hunit, devel/hs-uuagc, math/hs-Agda, math/hs-Agda-executable Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=277459
* - Please welcome GHC 7.0.3Ashish SHUKLA2011-05-091-3/+2
| | | | | | | | | | | | | | | | | | | | GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports are also updated to their corresponding Haskell Platform versions, or latest versions. We would like to acknowledge the support of the FreeBSD Donations Team and Eotvos Lorand University, Faculty of Informatics who contributed to the server that we used for testing. We would also like to thank all the testers who tested FreeBSD Haskell ports and provided their feedback. PR: ports/156642 Approved by: tabthorpe (mentor) Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=273838
* - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")Gabor Pali2010-08-081-3/+3
| | | | | | | Suggested by: admi3 Notes: svn path=/head/; revision=258910
* - Update to 1.9.0Gabor Pali2010-06-081-3/+3
| | | | Notes: svn path=/head/; revision=256074
* - Update to 1.5.3Gabor Pali2010-01-041-3/+3
| | | | | | | | PR: ports/142296 Submitted by: Jacula Modyun <jacula(at)gmail.com> (maintainer) Notes: svn path=/head/; revision=247096
* Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension ofGabor Pali2010-01-021-0/+3
the standard haskell-src package, and handles most registered syntactic extensions to Haskell, including: * Multi-parameter type classes with functional dependencies * Indexed type families (including associated types) * Empty data declarations * GADTs * Implicit parameters * Template Haskell and a few more. All extensions implemented in GHC are supported. Apart from these standard extensions, it also handles regular patterns as per the HaRP extension as well as HSX-style embedded XML syntax. WWW: http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/ PR: ports/142188 Submitted by: Jacula Modyun <jacula(at)gmail.com> Notes: svn path=/head/; revision=247033