summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-04-04 12:16:58 +0000
committerMark Wright <gienah@gentoo.org>2015-04-04 12:16:58 +0000
commit47d23ab3329971039caa2d179c571b55be1e9215 (patch)
treeead46dd452929194c1274d0f6ed841965705012d /dev-haskell/shelly
parentBump pandoc-types to 1.12.4.2 (diff)
downloadgentoo-2-47d23ab3329971039caa2d179c571b55be1e9215.tar.gz
gentoo-2-47d23ab3329971039caa2d179c571b55be1e9215.tar.bz2
gentoo-2-47d23ab3329971039caa2d179c571b55be1e9215.zip
Bump shelly to 1.6.1.2
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/shelly')
-rw-r--r--dev-haskell/shelly/ChangeLog9
-rw-r--r--dev-haskell/shelly/shelly-1.6.1.2.ebuild38
2 files changed, 45 insertions, 2 deletions
diff --git a/dev-haskell/shelly/ChangeLog b/dev-haskell/shelly/ChangeLog
index 6b24cc6b0f00..17e79b9a854e 100644
--- a/dev-haskell/shelly/ChangeLog
+++ b/dev-haskell/shelly/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/shelly
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shelly/ChangeLog,v 1.4 2014/12/23 03:11:17 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shelly/ChangeLog,v 1.5 2015/04/04 12:16:58 gienah Exp $
+
+*shelly-1.6.1.2 (04 Apr 2015)
+
+ 04 Apr 2015; Mark Wright <gienah@gentoo.org> +shelly-1.6.1.2.ebuild:
+ Bump shelly to 1.6.1.2
*shelly-1.5.6-r1 (23 Dec 2014)
diff --git a/dev-haskell/shelly/shelly-1.6.1.2.ebuild b/dev-haskell/shelly/shelly-1.6.1.2.ebuild
new file mode 100644
index 000000000000..3d52593b2ae6
--- /dev/null
+++ b/dev-haskell/shelly/shelly-1.6.1.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shelly/shelly-1.6.1.2.ebuild,v 1.1 2015/04/04 12:16:58 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="shell-like (systems) programming in Haskell"
+HOMEPAGE="https://github.com/yesodweb/Shelly.hs"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/async:=[profile?]
+ dev-haskell/enclosed-exceptions:=[profile?]
+ >=dev-haskell/exceptions-0.6:=[profile?] <dev-haskell/exceptions-0.9:=[profile?]
+ dev-haskell/lifted-async:=[profile?]
+ dev-haskell/lifted-base:=[profile?]
+ >=dev-haskell/monad-control-0.3.2:=[profile?] <dev-haskell/monad-control-1.1:=[profile?]
+ >=dev-haskell/mtl-2:=[profile?]
+ <dev-haskell/system-fileio-0.4:=[profile?]
+ >=dev-haskell/system-filepath-0.4.7:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?]
+ dev-haskell/text:=[profile?]
+ dev-haskell/transformers:=[profile?]
+ dev-haskell/transformers-base:=[profile?]
+ <dev-haskell/unix-compat-0.5:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"