summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-02 14:46:21 +0000
committerMark Wright <gienah@gentoo.org>2014-07-02 14:46:21 +0000
commit75bf21aeed4af107b588aa9625daa6f91954f798 (patch)
treee9f192f7dfe3992ef9658c260ff3223781c2a739 /dev-haskell/dlist
parentAdd dlist-instances (diff)
downloadgentoo-2-75bf21aeed4af107b588aa9625daa6f91954f798.tar.gz
gentoo-2-75bf21aeed4af107b588aa9625daa6f91954f798.tar.bz2
gentoo-2-75bf21aeed4af107b588aa9625daa6f91954f798.zip
Bump dlist to 0.7.1
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/dlist')
-rw-r--r--dev-haskell/dlist/ChangeLog7
-rw-r--r--dev-haskell/dlist/dlist-0.7.1.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/dlist/ChangeLog b/dev-haskell/dlist/ChangeLog
index 49bcb50f0e24..e050a69d896e 100644
--- a/dev-haskell/dlist/ChangeLog
+++ b/dev-haskell/dlist/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/dlist
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.9 2014/03/04 20:01:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/ChangeLog,v 1.10 2014/07/02 14:46:21 gienah Exp $
+
+*dlist-0.7.1 (02 Jul 2014)
+
+ 02 Jul 2014; Mark Wright <gienah@gentoo.org> +dlist-0.7.1.ebuild:
+ Bump dlist to 0.7.1
04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> dlist-0.6.0.1.ebuild:
Stable for x86, wrt bug #502674
diff --git a/dev-haskell/dlist/dlist-0.7.1.ebuild b/dev-haskell/dlist/dlist-0.7.1.ebuild
new file mode 100644
index 000000000000..48d52223f82a
--- /dev/null
+++ b/dev-haskell/dlist/dlist-0.7.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dlist/dlist-0.7.1.ebuild,v 1.1 2014/07/02 14:46:21 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Difference lists"
+HOMEPAGE="https://github.com/spl/dlist"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.9.2
+ test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.8 )
+"