aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-HsYAML
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-HsYAML')
-rw-r--r--textproc/hs-HsYAML/Makefile19
-rw-r--r--textproc/hs-HsYAML/distinfo3
-rw-r--r--textproc/hs-HsYAML/files/patch-HsYAML.cabal15
-rw-r--r--textproc/hs-HsYAML/pkg-descr6
4 files changed, 0 insertions, 43 deletions
diff --git a/textproc/hs-HsYAML/Makefile b/textproc/hs-HsYAML/Makefile
deleted file mode 100644
index 04bede1df92e..000000000000
--- a/textproc/hs-HsYAML/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= HsYAML
-PORTVERSION= 0.1.1.2
-PORTREVISION= 1
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Pure Haskell YAML 1.2 parser
-
-LICENSE= GPLv2
-
-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= dlist
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/textproc/hs-HsYAML/distinfo b/textproc/hs-HsYAML/distinfo
deleted file mode 100644
index 66ca6f10c124..000000000000
--- a/textproc/hs-HsYAML/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1546098464
-SHA256 (cabal/HsYAML-0.1.1.2.tar.gz) = 5d429433df990bf9b93f9edb3b6d5778bdf0a1bdbfbe36302236eed5fdf70084
-SIZE (cabal/HsYAML-0.1.1.2.tar.gz) = 60789
diff --git a/textproc/hs-HsYAML/files/patch-HsYAML.cabal b/textproc/hs-HsYAML/files/patch-HsYAML.cabal
deleted file mode 100644
index e6c01d48b145..000000000000
--- a/textproc/hs-HsYAML/files/patch-HsYAML.cabal
+++ /dev/null
@@ -1,15 +0,0 @@
---- HsYAML.cabal.orig 2018-06-30 12:49:02 UTC
-+++ HsYAML.cabal
-@@ -65,10 +65,10 @@ library
- Trustworthy
- TypeSynonymInstances
-
-- build-depends: base >=4.5 && <4.12
-+ build-depends: base >=4.5 && <4.13
- , bytestring >=0.9 && <0.11
- , dlist >=0.8 && <0.9
-- , containers >=0.4.2 && <0.6
-+ , containers >=0.4.2 && <0.7
- , text >=1.2.3 && <1.3
- , mtl >=2.2.1 && <2.3
- , parsec >=3.1.13.0 && < 3.2
diff --git a/textproc/hs-HsYAML/pkg-descr b/textproc/hs-HsYAML/pkg-descr
deleted file mode 100644
index cb38fd3a623d..000000000000
--- a/textproc/hs-HsYAML/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-HsYAML is a YAML 1.2 parser implementation for Haskell. Features of HsYAML include
-pure Haskell implementation with small dependency footprint and emphasis on
-strict compliance with the YAML 1.2 specification; direct decoding to native
-Haskell types via (aeson-inspired) typeclass-based API.
-
-WWW: https://github.com/hvr/HsYAML