aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-vector-algorithms
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-vector-algorithms')
-rw-r--r--devel/hs-vector-algorithms/Makefile1
-rw-r--r--devel/hs-vector-algorithms/distinfo1
-rw-r--r--devel/hs-vector-algorithms/files/patch-vector-algorithms.cabal11
3 files changed, 13 insertions, 0 deletions
diff --git a/devel/hs-vector-algorithms/Makefile b/devel/hs-vector-algorithms/Makefile
index dcb27f8d9f52..f583f635ebd9 100644
--- a/devel/hs-vector-algorithms/Makefile
+++ b/devel/hs-vector-algorithms/Makefile
@@ -2,6 +2,7 @@
PORTNAME= vector-algorithms
PORTVERSION= 0.7.0.1
+PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/devel/hs-vector-algorithms/distinfo b/devel/hs-vector-algorithms/distinfo
index a5c442db6d98..0ad9e7af2ede 100644
--- a/devel/hs-vector-algorithms/distinfo
+++ b/devel/hs-vector-algorithms/distinfo
@@ -1,2 +1,3 @@
+TIMESTAMP = 1499627863
SHA256 (cabal/vector-algorithms-0.7.0.1.tar.gz) = ed460a41ca068f568bc2027579ab14185fbb72c7ac469b5179ae5f8a52719070
SIZE (cabal/vector-algorithms-0.7.0.1.tar.gz) = 25435
diff --git a/devel/hs-vector-algorithms/files/patch-vector-algorithms.cabal b/devel/hs-vector-algorithms/files/patch-vector-algorithms.cabal
new file mode 100644
index 000000000000..ef5d891319d5
--- /dev/null
+++ b/devel/hs-vector-algorithms/files/patch-vector-algorithms.cabal
@@ -0,0 +1,11 @@
+--- vector-algorithms.cabal.orig 2017-07-07 20:17:27 UTC
++++ vector-algorithms.cabal
+@@ -44,7 +44,7 @@ library
+ hs-source-dirs: src
+
+ build-depends: base >= 4.5 && < 5,
+- vector >= 0.6 && < 0.12,
++ vector >= 0.6 && < 0.13,
+ primitive >=0.3 && <0.7,
+ bytestring >= 0.9 && < 1.0
+