summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-haskell/unix-time/ChangeLog7
-rw-r--r--dev-haskell/unix-time/unix-time-0.2.1.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-haskell/unix-time/ChangeLog b/dev-haskell/unix-time/ChangeLog
index 06ced3915ec4..d26d2f6d68f8 100644
--- a/dev-haskell/unix-time/ChangeLog
+++ b/dev-haskell/unix-time/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/unix-time
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-time/ChangeLog,v 1.1 2013/08/26 11:27:51 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-time/ChangeLog,v 1.2 2013/10/19 09:52:21 gienah Exp $
+
+*unix-time-0.2.1 (19 Oct 2013)
+
+ 19 Oct 2013; Mark Wright <gienah@gentoo.org> +unix-time-0.2.1.ebuild:
+ Bump unix-time to 0.2.1
*unix-time-0.2.0 (26 Aug 2013)
diff --git a/dev-haskell/unix-time/unix-time-0.2.1.ebuild b/dev-haskell/unix-time/unix-time-0.2.1.ebuild
new file mode 100644
index 000000000000..cca26fcd4618
--- /dev/null
+++ b/dev-haskell/unix-time/unix-time-0.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-time/unix-time-0.2.1.ebuild,v 1.1 2013/10/19 09:52:21 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Unix time parser/formatter and utilities"
+HOMEPAGE="http://hackage.haskell.org/package/unix-time"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( >=dev-haskell/doctest-0.9.3
+ >=dev-haskell/hspec-1.5
+ dev-haskell/quickcheck )
+"