diff options
author | Mark Wright <gienah@gentoo.org> | 2015-04-03 10:11:15 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2015-04-03 10:11:15 +0000 |
commit | b8d2dfa37ea60081c15f3d8f1581226dacad63c2 (patch) | |
tree | c731512b4159853f359898e4714301e325f2fdbe /dev-haskell | |
parent | Bump th-orphans to 0.11.1 (diff) | |
download | gentoo-2-b8d2dfa37ea60081c15f3d8f1581226dacad63c2.tar.gz gentoo-2-b8d2dfa37ea60081c15f3d8f1581226dacad63c2.tar.bz2 gentoo-2-b8d2dfa37ea60081c15f3d8f1581226dacad63c2.zip |
Bump file-location to 0.4.7.1
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/file-location/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/file-location/file-location-0.4.7.1.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-haskell/file-location/ChangeLog b/dev-haskell/file-location/ChangeLog index e6ed9b30bae6..62b76fe1e027 100644 --- a/dev-haskell/file-location/ChangeLog +++ b/dev-haskell/file-location/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/file-location -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-location/ChangeLog,v 1.4 2014/12/14 10:58:25 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-location/ChangeLog,v 1.5 2015/04/03 10:11:15 gienah Exp $ + +*file-location-0.4.7.1 (03 Apr 2015) + + 03 Apr 2015; Mark Wright <gienah@gentoo.org> +file-location-0.4.7.1.ebuild: + Bump file-location to 0.4.7.1 *file-location-0.4.5.3 (14 Dec 2014) diff --git a/dev-haskell/file-location/file-location-0.4.7.1.ebuild b/dev-haskell/file-location/file-location-0.4.7.1.ebuild new file mode 100644 index 000000000000..c64a07885805 --- /dev/null +++ b/dev-haskell/file-location/file-location-0.4.7.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/file-location/file-location-0.4.7.1.ebuild,v 1.1 2015/04/03 10:11:15 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="common functions that show file location information" +HOMEPAGE="https://github.com/gregwebs/FileLocation.hs" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/lifted-base:=[profile?] + >=dev-haskell/th-orphans-0.9:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" |