aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-hashable
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hashable')
-rw-r--r--devel/hs-hashable/Makefile31
-rw-r--r--devel/hs-hashable/distinfo3
-rw-r--r--devel/hs-hashable/files/patch-hashable.cabal11
-rw-r--r--devel/hs-hashable/pkg-descr6
4 files changed, 0 insertions, 51 deletions
diff --git a/devel/hs-hashable/Makefile b/devel/hs-hashable/Makefile
deleted file mode 100644
index d18e283faa0a..000000000000
--- a/devel/hs-hashable/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= hashable
-PORTVERSION= 1.2.7.0
-PORTREVISION= 3
-PORTEPOCH= 1
-CATEGORIES= devel haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Class for types that can be converted to a hash value
-
-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
-
-FLAGS_DEFINE= INTEGER_GMP SSE2 SSE41
-FLAGS_DEFAULT_amd64= INTEGER_GMP SSE2
-FLAGS_DEFAULT_i386= INTEGER_GMP SSE2
-
-INTEGER_GMP_DESC= Use integer-gmp for fast Integer instances
-INTEGER_GMP_FLAG_ENABLE= integer-gmp
-
-SSE2_DESC= Support for SSE 2
-SSE2_FLAG_ENABLE= sse2
-
-SSE41_DESC= Support for SSE 4.1
-SSE41_FLAG_ENABLE= sse41
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/devel/hs-hashable/distinfo b/devel/hs-hashable/distinfo
deleted file mode 100644
index 9c8ed5b1f252..000000000000
--- a/devel/hs-hashable/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523295742
-SHA256 (cabal/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf
-SIZE (cabal/hashable-1.2.7.0.tar.gz) = 30182
diff --git a/devel/hs-hashable/files/patch-hashable.cabal b/devel/hs-hashable/files/patch-hashable.cabal
deleted file mode 100644
index 6a39053c03b6..000000000000
--- a/devel/hs-hashable/files/patch-hashable.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- hashable.cabal.orig 2018-03-07 22:02:09 UTC
-+++ hashable.cabal
-@@ -48,7 +48,7 @@ Library
- Exposed-modules: Data.Hashable
- Data.Hashable.Lifted
- Other-modules: Data.Hashable.Class
-- Build-depends: base >= 4.4 && < 4.12,
-+ Build-depends: base >= 4.4 && < 4.13,
- bytestring >= 0.9 && < 0.11,
- deepseq >= 1.3 && < 1.5
- if impl(ghc)
diff --git a/devel/hs-hashable/pkg-descr b/devel/hs-hashable/pkg-descr
deleted file mode 100644
index 62f85fcd1d78..000000000000
--- a/devel/hs-hashable/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This package defines a class, 'Hashable', for types that can be converted
-to a hash value. This class exists for the benefit of hashing-based data
-structures. The package provides instances for basic types and a way to
-combine hash values.
-
-WWW: https://github.com/tibbe/hashable