diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-08-01 16:00:08 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-08-01 16:00:08 +0000 |
commit | 3aa65203e65a798fa4be38eb267ce0e5f3bd3064 (patch) | |
tree | 9d68da727f9a964e75ac997ea4ab887b2129ef30 /dev-haskell/http-date | |
parent | Version bump. (diff) | |
download | gentoo-2-3aa65203e65a798fa4be38eb267ce0e5f3bd3064.tar.gz gentoo-2-3aa65203e65a798fa4be38eb267ce0e5f3bd3064.tar.bz2 gentoo-2-3aa65203e65a798fa4be38eb267ce0e5f3bd3064.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/http-date')
-rw-r--r-- | dev-haskell/http-date/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/http-date/http-date-0.0.6.1.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-haskell/http-date/ChangeLog b/dev-haskell/http-date/ChangeLog index e8122280cb42..29fef0d42932 100644 --- a/dev-haskell/http-date/ChangeLog +++ b/dev-haskell/http-date/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/http-date # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-date/ChangeLog,v 1.3 2015/04/03 10:20:15 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-date/ChangeLog,v 1.4 2015/08/01 16:00:08 slyfox Exp $ + +*http-date-0.0.6.1 (01 Aug 2015) + + 01 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org> +http-date-0.0.6.1.ebuild: + Version bump. *http-date-0.0.6 (03 Apr 2015) diff --git a/dev-haskell/http-date/http-date-0.0.6.1.ebuild b/dev-haskell/http-date/http-date-0.0.6.1.ebuild new file mode 100644 index 000000000000..5998dfa4dd8f --- /dev/null +++ b/dev-haskell/http-date/http-date-0.0.6.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-date/http-date-0.0.6.1.ebuild,v 1.1 2015/08/01 16:00:08 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="HTTP Date parser/formatter" +HOMEPAGE="http://hackage.haskell.org/package/http-date" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/attoparsec:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/doctest-0.8 + dev-haskell/hspec + dev-haskell/old-locale ) +" |