cvs commit: ports/devel Makefile ports/devel/hs-haskell-src-exts Makefile distinfo pkg-descr pkg-plist

Gabor Pali pgj at FreeBSD.org
Sat Jan 2 23:37:09 UTC 2010


pgj         2010-01-02 23:37:09 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-haskell-src-exts Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of
  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>
  
  Revision  Changes    Path
  1.3736    +1 -0      ports/devel/Makefile
  1.1       +78 -0     ports/devel/hs-haskell-src-exts/Makefile (new)
  1.1       +3 -0      ports/devel/hs-haskell-src-exts/distinfo (new)
  1.1       +17 -0     ports/devel/hs-haskell-src-exts/pkg-descr (new)
  1.1       +37 -0     ports/devel/hs-haskell-src-exts/pkg-plist (new)


More information about the cvs-all mailing list