From bc95b250cc9e2f034a8dc6ed0b757280fed1d73a Mon Sep 17 00:00:00 2001 From: dcoppa Date: Fri, 24 Jul 2015 14:44:02 +0000 Subject: [PATCH] Fix patch after the update to attoparsec-0.11.* --- databases/hs-hedis/Makefile | 5 +++-- databases/hs-hedis/patches/patch-hedis_cabal | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/databases/hs-hedis/Makefile b/databases/hs-hedis/Makefile index b62a27504ce..c5cfb3fd84b 100644 --- a/databases/hs-hedis/Makefile +++ b/databases/hs-hedis/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2015/07/19 15:06:59 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.8 2015/07/24 14:44:02 dcoppa Exp $ COMMENT = client library for the Redis datastore DISTNAME = hedis-0.6.9 +REVISION = 0 CATEGORIES = databases HOMEPAGE = https://github.com/informatikr/hedis @@ -17,7 +18,7 @@ MODGHC_BUILD = cabal hackage haddock register MODGHC_SETUP_CONF_ARGS =--enable-tests -RUN_DEPENDS += textproc/hs-attoparsec>=0.10 \ +RUN_DEPENDS += textproc/hs-attoparsec>=0.11 \ devel/hs-BoundedChan>=1.0,<1.1 \ textproc/hs-bytestring-lexing>=0.5 \ devel/hs-mtl>=2.0,<3.0 \ diff --git a/databases/hs-hedis/patches/patch-hedis_cabal b/databases/hs-hedis/patches/patch-hedis_cabal index 73019e00646..bcde6c1b2ad 100644 --- a/databases/hs-hedis/patches/patch-hedis_cabal +++ b/databases/hs-hedis/patches/patch-hedis_cabal @@ -1,4 +1,4 @@ -$OpenBSD: patch-hedis_cabal,v 1.2 2015/07/19 15:06:59 dcoppa Exp $ +$OpenBSD: patch-hedis_cabal,v 1.3 2015/07/24 14:44:02 dcoppa Exp $ --- hedis.cabal.orig Sat Jul 18 11:51:21 2015 +++ hedis.cabal Sun Jul 19 16:59:08 2015 @@ -55,7 +55,7 @@ library @@ -6,7 +6,7 @@ $OpenBSD: patch-hedis_cabal,v 1.2 2015/07/19 15:06:59 dcoppa Exp $ ghc-prof-options: -auto-all exposed-modules: Database.Redis - build-depends: attoparsec >= 0.12, -+ build-depends: attoparsec >= 0.10, ++ build-depends: attoparsec >= 0.11, base >= 4.6 && < 5, BoundedChan >= 1.0, bytestring >= 0.9,