diff options
author | Mark Wright <gienah@gentoo.org> | 2014-03-09 05:16:47 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-03-09 05:16:47 +0000 |
commit | 84c29c2b5f3686fc7f2c92f8b5375825de91037e (patch) | |
tree | a9468b24d49cc2ac5eb309fac20b92056fb0bfaf /dev-haskell | |
parent | Bump network-protocol-xmpp to 0.4.6 (diff) | |
download | gentoo-2-84c29c2b5f3686fc7f2c92f8b5375825de91037e.tar.gz gentoo-2-84c29c2b5f3686fc7f2c92f8b5375825de91037e.tar.bz2 gentoo-2-84c29c2b5f3686fc7f2c92f8b5375825de91037e.zip |
Bump system-fileio to 0.3.12
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/system-fileio/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/system-fileio/system-fileio-0.3.12.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-haskell/system-fileio/ChangeLog b/dev-haskell/system-fileio/ChangeLog index 69dbeee188fa..62a927fafc5f 100644 --- a/dev-haskell/system-fileio/ChangeLog +++ b/dev-haskell/system-fileio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/system-fileio -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-fileio/ChangeLog,v 1.1 2013/08/26 11:00:45 qnikst Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-fileio/ChangeLog,v 1.2 2014/03/09 05:16:47 gienah Exp $ + +*system-fileio-0.3.12 (09 Mar 2014) + + 09 Mar 2014; Mark Wright <gienah@gentoo.org> +system-fileio-0.3.12.ebuild: + Bump system-fileio to 0.3.12 *system-fileio-0.3.11 (26 Aug 2013) diff --git a/dev-haskell/system-fileio/system-fileio-0.3.12.ebuild b/dev-haskell/system-fileio/system-fileio-0.3.12.ebuild new file mode 100644 index 000000000000..f72c924af849 --- /dev/null +++ b/dev-haskell/system-fileio/system-fileio-0.3.12.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-fileio/system-fileio-0.3.12.ebuild,v 1.1 2014/03/09 05:16:46 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Consistent filesystem interaction across GHC versions" +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/system-filepath-0.3.1:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?] + >=dev-haskell/text-0.7.1:=[profile?] + >=dev-lang/ghc-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 +" |