diff options
author | Mark Wright <gienah@gentoo.org> | 2013-10-19 12:02:10 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-10-19 12:02:10 +0000 |
commit | 7f089bbb103c134a540785c0345bb135d6ffb3f0 (patch) | |
tree | a34e6a9da31ca052e173fce91e3acee6e075498c /dev-haskell/system-filepath | |
parent | Bump semigroups to 0.11 (diff) | |
download | gentoo-2-7f089bbb103c134a540785c0345bb135d6ffb3f0.tar.gz gentoo-2-7f089bbb103c134a540785c0345bb135d6ffb3f0.tar.bz2 gentoo-2-7f089bbb103c134a540785c0345bb135d6ffb3f0.zip |
Bump system-filepath to 0.4.8
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/system-filepath')
-rw-r--r-- | dev-haskell/system-filepath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/system-filepath/system-filepath-0.4.8.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-haskell/system-filepath/ChangeLog b/dev-haskell/system-filepath/ChangeLog index 24912a17c701..059426b537c1 100644 --- a/dev-haskell/system-filepath/ChangeLog +++ b/dev-haskell/system-filepath/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/system-filepath # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/ChangeLog,v 1.1 2013/06/20 05:08:58 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/ChangeLog,v 1.2 2013/10/19 12:02:10 gienah Exp $ + +*system-filepath-0.4.8 (19 Oct 2013) + + 19 Oct 2013; Mark Wright <gienah@gentoo.org> +system-filepath-0.4.8.ebuild: + Bump system-filepath to 0.4.8 *system-filepath-0.4.7-r1 (20 Jun 2013) diff --git a/dev-haskell/system-filepath/system-filepath-0.4.8.ebuild b/dev-haskell/system-filepath/system-filepath-0.4.8.ebuild new file mode 100644 index 000000000000..6df0633eb7da --- /dev/null +++ b/dev-haskell/system-filepath/system-filepath-0.4.8.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/system-filepath-0.4.8.ebuild,v 1.1 2013/10/19 12:02:10 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="High-level, byte-based file and directory path manipulations" +HOMEPAGE="https://john-millikin.com/software/haskell-filesystem/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/deepseq-1.1:=[profile?] <dev-haskell/deepseq-1.4:=[profile?] + >=dev-haskell/text-0.7.1:=[profile?] <dev-haskell/text-0.12:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" |