diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-19 10:00:32 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-19 10:00:32 +0000 |
commit | f9b8971fc3758b07074caec89ee5b5ba1803031a (patch) | |
tree | a92bbdf2d8a6d2138c8cceb90a544e787e33125b /dev-haskell/mtl | |
parent | Version bump of dev-haskell/hunit (diff) | |
download | gentoo-2-f9b8971fc3758b07074caec89ee5b5ba1803031a.tar.gz gentoo-2-f9b8971fc3758b07074caec89ee5b5ba1803031a.tar.bz2 gentoo-2-f9b8971fc3758b07074caec89ee5b5ba1803031a.zip |
Version bump dev-haskell/mtl
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/mtl')
-rw-r--r-- | dev-haskell/mtl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/mtl/mtl-1.1.0.2.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog index 65f801278dc9..851a76caef22 100644 --- a/dev-haskell/mtl/ChangeLog +++ b/dev-haskell/mtl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/mtl -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.31 2008/10/04 17:47:54 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.32 2009/04/19 10:00:32 kolmodin Exp $ + +*mtl-1.1.0.2 (19 Apr 2009) + + 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> +mtl-1.1.0.2.ebuild: + Version bump. 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> mtl-1.1.0.0.ebuild: alpha/ia64 stable diff --git a/dev-haskell/mtl/mtl-1.1.0.2.ebuild b/dev-haskell/mtl/mtl-1.1.0.2.ebuild new file mode 100644 index 000000000000..63bcaeb3195d --- /dev/null +++ b/dev-haskell/mtl/mtl-1.1.0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.1.0.2.ebuild,v 1.1 2009/04/19 10:00:32 kolmodin Exp $ + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +DESCRIPTION="Monad transformer library" +HOMEPAGE="http://haskell.org/ghc/" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.6.1 + dev-haskell/cabal" + +RDEPEND=">=dev-lang/ghc-6.6.1" |