name: haskell-src-exts
version: 1.0.1
license: BSD3
copyright:
maintainer: Niklas Broberg <d00nibro@chalmers.se>
stability: Stable
homepage: http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/
package-url:
description: 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.
             .
             For details on usage, please see the website.
category: Language
author: Niklas Broberg
exposed: True
exposed-modules: Language.Haskell.Exts Language.Haskell.Exts.Parser
                 Language.Haskell.Exts.Pretty Language.Haskell.Exts.Syntax
                 Language.Haskell.Exts.Extension Language.Haskell.Exts.Build
                 Language.Haskell.Exts.Fixity
hidden-modules: Language.Haskell.Exts.ParseMonad
                Language.Haskell.Exts.Lexer Language.Haskell.Exts.ParseUtils
                Language.Haskell.Exts.ExtScheme
import-dirs: /usr/lib/haskell-packages/ghc6/lib/haskell-src-exts-1.0.1/ghc-6.10.4
library-dirs: /usr/lib/haskell-packages/ghc6/lib/haskell-src-exts-1.0.1/ghc-6.10.4
hs-libraries: HShaskell-src-exts-1.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.2.0.0 base-4.1.0.0 cpphs-1.7 pretty-1.0.1.0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/share/ghc6-doc/ghc-6.10.4/haddock/haskell-src-exts.haddock
haddock-html: /usr/share/doc/libghc6-src-exts-doc/html/
