1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: haskell-src-exts
Section: libdevel
Priority: optional
Maintainer: Florian Ragwitz <rafl@debian.org>
Uploaders: Arjan Oosting <arjan@debian.org>
Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), happy,
haskell-devscripts (>= 0.6.0)
# Build-Depends-Indep: haddock, ghc6-doc
Standards-Version: 3.7.3
Homepage: http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/
Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-src-exts/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-src-exts/trunk
Package: libghc6-src-exts-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}
Recommends: libghc6-harp-dev (= ${binary:Version})
Description: Haskell-Source with eXtensions library for GHC6
haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
standard haskell-src package, and handles most common syntactic extensions to
Haskell, including:
* Multi-parameter type classes with functional dependencies
* Empty data declarations
* GADTs
* Implicit parameters (ghc and hugs style)
* Template Haskell (broken for 6.4, needs redoing)
Package: libghc6-harp-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}
Description: Extends Haskell with the power of regular expressions
HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the
normal pattern matching facility with the power of regular expressions. This
expressive power is highly useful in a wide range of areas, including text
parsing and XML processing. Regular expression patterns in HaRP work over
ordinary Haskell lists ([]) of arbitrary type. We have implemented HaRP as a
pre-processor to ordinary Haskell.
.
This package also contains trhsx, the desugaring pre-processor executable for
HaRP and HSP
#Package: haskell-src-exts-doc
#Architecture: all
#Depends: ghc6-doc
#Description: API documentation of the haskell-src-exts library
#haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
#standard haskell-src package, and handles most common syntactic extensions to
#Haskell, including:
# * Multi-parameter type classes with functional dependencies
# * Empty data declarations
# * GADTs
# * Implicit parameters (ghc and hugs style)
# * Template Haskell (broken for 6.4, needs redoing)
# .
# This package contains the API documentation of the HSX library
#Package: haskell-harp-doc
#Architecture: all
#Depends: ghc6-doc
#Description: API documentation of the Haskell harp library
# HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the
# normal pattern matching facility with the power of regular expressions. This
# expressive power is highly useful in a wide range of areas, including text
# parsing and XML processing. Regular expression patterns in HaRP work over
# ordinary Haskell lists ([]) of arbitrary type. We have implemented HaRP as a
# pre-processor to ordinary Haskell.
# .
# This package contains the API documentation of the HaRP library
|