summaryrefslogtreecommitdiff
path: root/math/hs-semigroupoids
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-semigroupoids')
-rw-r--r--math/hs-semigroupoids/Makefile24
-rw-r--r--math/hs-semigroupoids/distinfo3
-rw-r--r--math/hs-semigroupoids/files/patch-semigroupoids.cabal11
-rw-r--r--math/hs-semigroupoids/pkg-descr5
4 files changed, 0 insertions, 43 deletions
diff --git a/math/hs-semigroupoids/Makefile b/math/hs-semigroupoids/Makefile
deleted file mode 100644
index 3608b0554d57..000000000000
--- a/math/hs-semigroupoids/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= semigroupoids
-PORTVERSION= 5.3.1
-PORTREVISION= 1
-CATEGORIES= math haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Semigroupoids: Category sans id
-
-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= base-orphans>=0.3 bifunctors>=5.0 comonad>=4.2.6 \
- distributive>=0.2.2 semigroups>=0.8.3.1 tagged>=0.7.3 \
- transformers-compat>=0.3
-
-FLAGS_ENABLE= containers contravariant distributive comonad tagged
-FLAGS_DISABLE= doctests
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/math/hs-semigroupoids/distinfo b/math/hs-semigroupoids/distinfo
deleted file mode 100644
index 17167f46eeed..000000000000
--- a/math/hs-semigroupoids/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1545676425
-SHA256 (cabal/semigroupoids-5.3.1.tar.gz) = cd89ec61f86260997c79c09bacb7d6c18031375bc3e5467b36f7cb812793388e
-SIZE (cabal/semigroupoids-5.3.1.tar.gz) = 25327
diff --git a/math/hs-semigroupoids/files/patch-semigroupoids.cabal b/math/hs-semigroupoids/files/patch-semigroupoids.cabal
deleted file mode 100644
index 09293ce0c401..000000000000
--- a/math/hs-semigroupoids/files/patch-semigroupoids.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- semigroupoids.cabal.orig 2018-07-02 18:08:27 UTC
-+++ semigroupoids.cabal
-@@ -155,7 +155,7 @@ library
- build-depends: containers >= 0.3 && < 0.7
-
- if flag(contravariant)
-- build-depends: contravariant >= 0.2.0.1 && < 2
-+
-
- if flag(distributive)
- build-depends: distributive >= 0.2.2 && < 1
diff --git a/math/hs-semigroupoids/pkg-descr b/math/hs-semigroupoids/pkg-descr
deleted file mode 100644
index 30434e97bef1..000000000000
--- a/math/hs-semigroupoids/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Provides a wide array of semigroupoids and operations for working with
-semigroupoids. A Semigroupoid is a Category without the requirement of
-identity arrows for every object in the category.
-
-WWW: https://github.com/ekmett/semigroupoids