diff options
Diffstat (limited to 'devel/hs-haskell-src-exts/pkg-descr')
-rw-r--r-- | devel/hs-haskell-src-exts/pkg-descr | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/hs-haskell-src-exts/pkg-descr b/devel/hs-haskell-src-exts/pkg-descr deleted file mode 100644 index f591d63b87e7..000000000000 --- a/devel/hs-haskell-src-exts/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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: https://github.com/haskell-suite/haskell-src-exts |