summaryrefslogtreecommitdiff
path: root/devel/hs-map-syntax
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-map-syntax')
-rw-r--r--devel/hs-map-syntax/Makefile19
-rw-r--r--devel/hs-map-syntax/distinfo3
-rw-r--r--devel/hs-map-syntax/files/patch-map-syntax.cabal13
-rw-r--r--devel/hs-map-syntax/pkg-descr6
4 files changed, 0 insertions, 41 deletions
diff --git a/devel/hs-map-syntax/Makefile b/devel/hs-map-syntax/Makefile
deleted file mode 100644
index 24b82195b37c..000000000000
--- a/devel/hs-map-syntax/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= map-syntax
-PORTVERSION= 0.3
-PORTREVISION= 3
-CATEGORIES= devel haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Syntax sugar for defining maps
-
-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= mtl>=2.0
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/devel/hs-map-syntax/distinfo b/devel/hs-map-syntax/distinfo
deleted file mode 100644
index 1b481dc835bb..000000000000
--- a/devel/hs-map-syntax/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523633771
-SHA256 (cabal/map-syntax-0.3.tar.gz) = 9330065755202de07809fb23605da43d0fd0e25d72915ce22b5c6994526c6d2c
-SIZE (cabal/map-syntax-0.3.tar.gz) = 7104
diff --git a/devel/hs-map-syntax/files/patch-map-syntax.cabal b/devel/hs-map-syntax/files/patch-map-syntax.cabal
deleted file mode 100644
index efc4658e12e2..000000000000
--- a/devel/hs-map-syntax/files/patch-map-syntax.cabal
+++ /dev/null
@@ -1,13 +0,0 @@
---- map-syntax.cabal.orig 2018-04-03 20:48:24 UTC
-+++ map-syntax.cabal
-@@ -37,8 +37,8 @@ Library
- Data.Map.Syntax
-
- build-depends:
-- base >= 4.3 && < 4.12,
-- containers >= 0.3 && < 0.6,
-+ base >= 4.3 && < 4.13,
-+ containers >= 0.3 && < 0.7,
- mtl >= 2.0 && < 2.3
-
- ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind
diff --git a/devel/hs-map-syntax/pkg-descr b/devel/hs-map-syntax/pkg-descr
deleted file mode 100644
index 9cdde850ea76..000000000000
--- a/devel/hs-map-syntax/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Haskell's canonical list of tuples syntax for defining maps is not very
-convenient and also has ambiguous semantics. This package leverages do
-notation to create a lighter syntax that makes semantics explicit and
-also allows the option of fail-fast handling of duplicate keys.
-
-WWW: http://hackage.haskell.org/package/map-syntax