diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-12-04 18:07:09 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-12-04 18:07:09 +0000 |
commit | 0794c9ddf946fd9585090abf03bcf0a2e22d29e8 (patch) | |
tree | f339ea8cff289dee6ae12f7ab25e5113f7272587 /dev-haskell | |
parent | Initial version. Lift control operations, like exception catching, through mo... (diff) | |
download | gentoo-2-0794c9ddf946fd9585090abf03bcf0a2e22d29e8.tar.gz gentoo-2-0794c9ddf946fd9585090abf03bcf0a2e22d29e8.tar.bz2 gentoo-2-0794c9ddf946fd9585090abf03bcf0a2e22d29e8.zip |
Version bump.
(Portage version: 2.2.0_alpha77_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/testpack/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/testpack/testpack-2.1.1.ebuild (renamed from dev-haskell/testpack/testpack-2.1.0.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-haskell/testpack/ChangeLog b/dev-haskell/testpack/ChangeLog index d07802f92629..380e4a8ca3aa 100644 --- a/dev-haskell/testpack/ChangeLog +++ b/dev-haskell/testpack/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/testpack # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/testpack/ChangeLog,v 1.1 2011/06/12 12:22:55 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/testpack/ChangeLog,v 1.2 2011/12/04 18:07:09 slyfox Exp $ + +*testpack-2.1.1 (04 Dec 2011) + + 04 Dec 2011; Sergei Trofimovich <slyfox@gentoo.org> +testpack-2.1.1.ebuild, + -testpack-2.1.0.ebuild: + Version bump. *testpack-2.1.0 (12 Jun 2011) diff --git a/dev-haskell/testpack/testpack-2.1.0.ebuild b/dev-haskell/testpack/testpack-2.1.1.ebuild index c384aab0c2fc..656f321dd64f 100644 --- a/dev-haskell/testpack/testpack-2.1.0.ebuild +++ b/dev-haskell/testpack/testpack-2.1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/testpack/testpack-2.1.0.ebuild,v 1.1 2011/06/12 12:22:55 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/testpack/testpack-2.1.1.ebuild,v 1.1 2011/12/04 18:07:09 slyfox Exp $ # ebuild generated by hackport 0.2.13 EAPI="3" -CABAL_FEATURES="lib profile haddock hscolour" +CABAL_FEATURES="lib profile haddock hscolour hoogle" inherit haskell-cabal DESCRIPTION="Test Utililty Pack for HUnit and QuickCheck" |