summaryrefslogtreecommitdiff
path: root/devel/hs-io-streams
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-io-streams')
-rw-r--r--devel/hs-io-streams/Makefile19
-rw-r--r--devel/hs-io-streams/distinfo3
-rw-r--r--devel/hs-io-streams/files/patch-io-streams.cabal10
-rw-r--r--devel/hs-io-streams/pkg-descr4
4 files changed, 0 insertions, 36 deletions
diff --git a/devel/hs-io-streams/Makefile b/devel/hs-io-streams/Makefile
deleted file mode 100644
index ba5155856de6..000000000000
--- a/devel/hs-io-streams/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= io-streams
-PORTVERSION= 1.5.0.1
-PORTREVISION= 2
-CATEGORIES= devel haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Simple and easy-to-use primitives for I/O using streams
-
-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= attoparsec network primitive vector zlib-bindings
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/devel/hs-io-streams/distinfo b/devel/hs-io-streams/distinfo
deleted file mode 100644
index c322b5a69087..000000000000
--- a/devel/hs-io-streams/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523904656
-SHA256 (cabal/io-streams-1.5.0.1.tar.gz) = 5dcb3717933197a84f31be74abf545126b3d25eb0e0d64f722c480d3c46b2c8b
-SIZE (cabal/io-streams-1.5.0.1.tar.gz) = 62763
diff --git a/devel/hs-io-streams/files/patch-io-streams.cabal b/devel/hs-io-streams/files/patch-io-streams.cabal
deleted file mode 100644
index c0a4fc6eb045..000000000000
--- a/devel/hs-io-streams/files/patch-io-streams.cabal
+++ /dev/null
@@ -1,10 +0,0 @@
---- io-streams.cabal.orig 2018-04-16 18:57:41 UTC
-+++ io-streams.cabal
-@@ -122,7 +122,6 @@ Library
- Build-depends: base >= 4 && <5,
- attoparsec >= 0.10 && <0.14,
- bytestring >= 0.9 && <0.11,
-- bytestring-builder >= 0.10 && <0.11,
- network >= 2.3 && <2.7,
- primitive >= 0.2 && <0.7,
- process >= 1.1 && <1.7,
diff --git a/devel/hs-io-streams/pkg-descr b/devel/hs-io-streams/pkg-descr
deleted file mode 100644
index 03d9f4a68b2b..000000000000
--- a/devel/hs-io-streams/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-The io-streams library contains simple and easy-to-use primitives for I/O using
-streams.
-
-WWW: http://hackage.haskell.org/package/io-streams