summaryrefslogtreecommitdiff
path: root/devel/hs-haskell-src-exts
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-haskell-src-exts')
-rw-r--r--devel/hs-haskell-src-exts/Makefile21
-rw-r--r--devel/hs-haskell-src-exts/distinfo3
-rw-r--r--devel/hs-haskell-src-exts/pkg-descr16
3 files changed, 0 insertions, 40 deletions
diff --git a/devel/hs-haskell-src-exts/Makefile b/devel/hs-haskell-src-exts/Makefile
deleted file mode 100644
index e9faff27337c..000000000000
--- a/devel/hs-haskell-src-exts/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
-# $FreeBSD$
-
-PORTNAME= haskell-src-exts
-PORTVERSION= 1.21.0
-PORTREVISION= 1
-CATEGORIES= devel haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Manipulating Haskell source
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
-EXPIRATION_DATE= 2019-04-14
-
-USE_CABAL= cpphs
-USE_HAPPY= yes
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/devel/hs-haskell-src-exts/distinfo b/devel/hs-haskell-src-exts/distinfo
deleted file mode 100644
index 506f1e9f26c8..000000000000
--- a/devel/hs-haskell-src-exts/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1545681093
-SHA256 (cabal/haskell-src-exts-1.21.0.tar.gz) = 95dac187824edfa23b6a2363880b5e113df8ce4a641e8a0f76e6d45aaa699ff3
-SIZE (cabal/haskell-src-exts-1.21.0.tar.gz) = 1231435
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