summaryrefslogtreecommitdiff
path: root/devel/hs-directory-tree
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-directory-tree')
-rw-r--r--devel/hs-directory-tree/Makefile17
-rw-r--r--devel/hs-directory-tree/distinfo3
-rw-r--r--devel/hs-directory-tree/pkg-descr7
3 files changed, 0 insertions, 27 deletions
diff --git a/devel/hs-directory-tree/Makefile b/devel/hs-directory-tree/Makefile
deleted file mode 100644
index d480d12252ea..000000000000
--- a/devel/hs-directory-tree/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= directory-tree
-PORTVERSION= 0.12.1
-PORTREVISION= 4
-CATEGORIES= devel haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Simple directory-like tree datatype, with useful IO functions
-
-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
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/devel/hs-directory-tree/distinfo b/devel/hs-directory-tree/distinfo
deleted file mode 100644
index b736767ddc50..000000000000
--- a/devel/hs-directory-tree/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1499627831
-SHA256 (cabal/directory-tree-0.12.1.tar.gz) = e2084495b3a226cf54d949635c86fc14e89daa09d86cce39e3c3cf898ae6e517
-SIZE (cabal/directory-tree-0.12.1.tar.gz) = 12261
diff --git a/devel/hs-directory-tree/pkg-descr b/devel/hs-directory-tree/pkg-descr
deleted file mode 100644
index 231a59ec13e9..000000000000
--- a/devel/hs-directory-tree/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-A simple directory-like tree datatype, with useful IO functions and
-Foldable and Traversable instance. Provides a simple data structure
-mirroring a directory tree on the filesystem, as well as useful
-functions for reading and writing file and directory structures in the
-IO monad.
-
-WWW: http://brandon.si/code/directory-tree-module-released/