diff options
author | 2011-12-04 18:07:09 +0000 | |
---|---|---|
committer | 2011-12-04 18:07:09 +0000 | |
commit | 0d9648a870b4b147f3e08063ca6e5e1c73068566 (patch) | |
tree | f1e5122cdb1fbf792ea8b8a9d30fe5a3e8b00fa3 /dev-haskell | |
parent | Initial version. Lift control operations, like exception catching, through mo... (diff) | |
download | historical-0d9648a870b4b147f3e08063ca6e5e1c73068566.tar.gz historical-0d9648a870b4b147f3e08063ca6e5e1c73068566.tar.bz2 historical-0d9648a870b4b147f3e08063ca6e5e1c73068566.zip |
Version bump.
Package-Manager: portage-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" |