summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-02 13:59:45 +0000
committerMark Wright <gienah@gentoo.org>2014-07-02 13:59:45 +0000
commit097d1da0eb9f13857472d1c09d947476e0bfe18a (patch)
tree1ec5e092b8ffbf207998870aa492b236d2c91225 /dev-haskell/tagged
parentBump system-filepath to 0.4.12 (diff)
downloadgentoo-2-097d1da0eb9f13857472d1c09d947476e0bfe18a.tar.gz
gentoo-2-097d1da0eb9f13857472d1c09d947476e0bfe18a.tar.bz2
gentoo-2-097d1da0eb9f13857472d1c09d947476e0bfe18a.zip
Bump tagged to 0.7.2
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/tagged')
-rw-r--r--dev-haskell/tagged/ChangeLog9
-rw-r--r--dev-haskell/tagged/tagged-0.7.2.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-haskell/tagged/ChangeLog b/dev-haskell/tagged/ChangeLog
index 0368c7122763..271e4a7018bf 100644
--- a/dev-haskell/tagged/ChangeLog
+++ b/dev-haskell/tagged/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/tagged
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagged/ChangeLog,v 1.2 2013/09/13 06:32:41 gienah Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagged/ChangeLog,v 1.3 2014/07/02 13:59:45 gienah Exp $
+
+*tagged-0.7.2 (02 Jul 2014)
+
+ 02 Jul 2014; Mark Wright <gienah@gentoo.org> +tagged-0.7.2.ebuild:
+ Bump tagged to 0.7.2
*tagged-0.7 (13 Sep 2013)
diff --git a/dev-haskell/tagged/tagged-0.7.2.ebuild b/dev-haskell/tagged/tagged-0.7.2.ebuild
new file mode 100644
index 000000000000..164c5e79a928
--- /dev/null
+++ b/dev-haskell/tagged/tagged-0.7.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagged/tagged-0.7.2.ebuild,v 1.1 2014/07/02 13:59:45 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell 98 phantom types to avoid unsafely passing dummy arguments"
+HOMEPAGE="http://github.com/ekmett/tagged"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"