diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2019-07-14 02:52:13 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2019-07-27 03:32:17 +0800 |
commit | e28d115bbd120ac7a51ba3118dd76aa213ee23fb (patch) | |
tree | 4cc1d70ea7bad75360ed2b2c847f2e86ff87cf5e /devel/hs-base-orphans | |
parent | 69cf31911812a191795d674f635f763f863eaa9f (diff) | |
parent | dbc077bbc1ba74ae27a50f33ac98c4b908ccdf38 (diff) | |
download | freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.tar.gz freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.tar.zst freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.zip |
Git and myself don't get along, I messed up the master branch really good
attempt to correct this.
Diffstat (limited to 'devel/hs-base-orphans')
-rw-r--r-- | devel/hs-base-orphans/Makefile | 17 | ||||
-rw-r--r-- | devel/hs-base-orphans/distinfo | 3 | ||||
-rw-r--r-- | devel/hs-base-orphans/pkg-descr | 6 |
3 files changed, 0 insertions, 26 deletions
diff --git a/devel/hs-base-orphans/Makefile b/devel/hs-base-orphans/Makefile index 1e268b653c74..e69de29bb2d1 100644 --- a/devel/hs-base-orphans/Makefile +++ b/devel/hs-base-orphans/Makefile @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= base-orphans -PORTVERSION= 0.8 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Backwards-compatible orphan instances for base - -LICENSE= MIT - -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 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/devel/hs-base-orphans/distinfo b/devel/hs-base-orphans/distinfo index f429bafa4c53..e69de29bb2d1 100644 --- a/devel/hs-base-orphans/distinfo +++ b/devel/hs-base-orphans/distinfo @@ -1,3 +0,0 @@ -TIMESTAMP = 1545676672 -SHA256 (cabal/base-orphans-0.8.tar.gz) = aceec656bfb4222ad3035c3d87d80130b42b595b72888f9ab59c6dbb7ed24817 -SIZE (cabal/base-orphans-0.8.tar.gz) = 19606 diff --git a/devel/hs-base-orphans/pkg-descr b/devel/hs-base-orphans/pkg-descr index fb5d2787f1d7..e69de29bb2d1 100644 --- a/devel/hs-base-orphans/pkg-descr +++ b/devel/hs-base-orphans/pkg-descr @@ -1,6 +0,0 @@ -base-orphans defines orphan instances that mimic instances available in -later versions of base to a wider (older) range of compilers. -base-orphans does not export anything except the orphan instances -themselves and complements. - -WWW: https://github.com/haskell-compat/base-orphans#readme |