Fix patch after the update to attoparsec-0.11.*

This commit is contained in:
dcoppa 2015-07-24 14:44:02 +00:00
parent 2c4bde425a
commit bc95b250cc
2 changed files with 5 additions and 4 deletions

View File

@ -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 \

View File

@ -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,