public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mark Wright (gienah)" <gienah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog
Date: Fri,  3 Apr 2015 03:05:56 +0000 (UTC)	[thread overview]
Message-ID: <20150403030557.D670D151A7@oystercatcher.gentoo.org> (raw)

gienah      15/04/03 03:05:56

  Modified:             utf8-string-0.3.8.ebuild ChangeLog
  Log:
  Loosen base dep in utf8-string-0.3.8 to allow ghc 7.10
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.9                  dev-haskell/utf8-string/utf8-string-0.3.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild?r1=1.8&r2=1.9

Index: utf8-string-0.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- utf8-string-0.3.8.ebuild	28 Feb 2015 13:27:36 -0000	1.8
+++ utf8-string-0.3.8.ebuild	3 Apr 2015 03:05:56 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.8 2015/02/28 13:27:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.9 2015/04/03 03:05:56 gienah Exp $
 
 EAPI=5
 
@@ -23,3 +23,8 @@
 DEPEND="${RDEPEND}
 	>=dev-haskell/cabal-1.2
 "
+
+src_prepare() {
+	cabal_chdeps \
+		'base >= 3 && < 4.8' 'base >= 3'
+}



1.36                 dev-haskell/utf8-string/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	28 Feb 2015 13:27:36 -0000	1.35
+++ ChangeLog	3 Apr 2015 03:05:56 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/utf8-string
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.35 2015/02/28 13:27:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.36 2015/04/03 03:05:56 gienah Exp $
+
+  03 Apr 2015; Mark Wright <gienah@gentoo.org> utf8-string-0.3.8.ebuild:
+  Loosen base dep in utf8-string-0.3.8 to allow ghc 7.10
 
   28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild:
   Stable for ia64, wrt bug #535022





             reply	other threads:[~2015-04-03  3:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-03  3:05 Mark Wright (gienah) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-02-28 13:27 [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog Agostino Sarubbo (ago)
2015-02-27 11:19 Agostino Sarubbo (ago)
2015-02-24  9:06 Agostino Sarubbo (ago)
2015-01-26  9:55 Agostino Sarubbo (ago)
2015-01-18  8:37 Agostino Sarubbo (ago)
2015-01-17 13:40 Agostino Sarubbo (ago)
2015-01-09 13:49 Agostino Sarubbo (ago)
2014-07-02 14:15 Mark Wright (gienah)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150403030557.D670D151A7@oystercatcher.gentoo.org \
    --to=gienah@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox