summaryrefslogtreecommitdiff
blob: 65af20f163f7cc2e39f6ce2423b2a1fb2808b272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>haskell</herd>
  <longdescription lang="en">
Haskell-Source with eXtensions (HSX, haskell-src-exts) 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)
</longdescription>
  <upstream>
    <remote-id type="github">haskell-suite/haskell-src-exts</remote-id>
  </upstream>
</pkgmetadata>