aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-profunctors
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-profunctors')
-rw-r--r--devel/hs-profunctors/Makefile5
-rw-r--r--devel/hs-profunctors/distinfo5
-rw-r--r--devel/hs-profunctors/files/patch-git_c0574c22
3 files changed, 28 insertions, 4 deletions
diff --git a/devel/hs-profunctors/Makefile b/devel/hs-profunctors/Makefile
index 671a6c857d26..7c841d19b093 100644
--- a/devel/hs-profunctors/Makefile
+++ b/devel/hs-profunctors/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= profunctors
-PORTVERSION= 5.1.1
+PORTVERSION= 5.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -9,7 +9,8 @@ COMMENT= Profunctors
LICENSE= BSD3CLAUSE
-USE_CABAL= comonad>=4 distributive>=0.4.4 tagged>=0.4.4
+USE_CABAL= base-orphans bifunctors comonad contravariant \
+ distributive tagged
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/devel/hs-profunctors/distinfo b/devel/hs-profunctors/distinfo
index 136ffac32930..f23b78305725 100644
--- a/devel/hs-profunctors/distinfo
+++ b/devel/hs-profunctors/distinfo
@@ -1,2 +1,3 @@
-SHA256 (cabal/profunctors-5.1.1.tar.gz) = 873f4478cdadd574c070c00fa790e4b0d8fb6f00577f142bf6e9dacbd48d8253
-SIZE (cabal/profunctors-5.1.1.tar.gz) = 17866
+TIMESTAMP = 1499595371
+SHA256 (cabal/profunctors-5.2.tar.gz) = 87a7e25c4745ea8ff479dd1212ec2e57710abb3d3dd30f948fa16be1d3ee05a4
+SIZE (cabal/profunctors-5.2.tar.gz) = 23236
diff --git a/devel/hs-profunctors/files/patch-git_c0574c b/devel/hs-profunctors/files/patch-git_c0574c
new file mode 100644
index 000000000000..af645f89acb5
--- /dev/null
+++ b/devel/hs-profunctors/files/patch-git_c0574c
@@ -0,0 +1,22 @@
+From c0574c91a459083066d656bec39e67dfa02daf06 Mon Sep 17 00:00:00 2001
+From: Ryan Scott <ryan.gl.scott@gmail.com>
+Date: Mon, 10 Apr 2017 09:41:23 -0400
+Subject: [PATCH] Bump base-orphans upper version bounds
+
+---
+ profunctors.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/profunctors.cabal b/profunctors.cabal
+index 1233e734..8f94e27c 100644
+--- profunctors.cabal
++++ profunctors.cabal
+@@ -30,7 +30,7 @@ source-repository head
+ library
+ build-depends:
+ base >= 4 && < 5,
+- base-orphans >= 0.4 && < 0.6,
++ base-orphans >= 0.4 && < 0.7,
+ bifunctors >= 5.2 && < 6,
+ comonad >= 4 && < 6,
+ contravariant >= 1 && < 2,