commit:     8f0d23cd38814562df2bae7cd8b7564f681c5a70
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 13:54:54 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 14:05:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0d23cd

dev-haskell/safe-exceptions: bump up to 0.1.7.0

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/safe-exceptions/Manifest               |  1 +
 .../safe-exceptions/safe-exceptions-0.1.7.0.ebuild | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-haskell/safe-exceptions/Manifest 
b/dev-haskell/safe-exceptions/Manifest
index b41006e308a..af4507830b8 100644
--- a/dev-haskell/safe-exceptions/Manifest
+++ b/dev-haskell/safe-exceptions/Manifest
@@ -1 +1,2 @@
 DIST safe-exceptions-0.1.4.0.tar.gz 12951 BLAKE2B 
afa5265d9674e1a88fa61cdf4c2356ffadeec3e922a52f418f88bdc1aaa22cf4378711b11a7679c99f933a515f53ca4338513fd4f2bf41f12159279d148a3131
 SHA512 
377559c3b35f48bd3baef4cb7bb19927bed36f34dfa531864a3565af9f7cb5ef9fc4cc9c92dcc9bb80037cb92f27dd0ba5805cc5941b8707bbc3d4185f0f40e1
+DIST safe-exceptions-0.1.7.0.tar.gz 13533 BLAKE2B 
4dbf6ebdb5dcd2d1f691cac540fe4cdaf3557bfc90f702b7120b4b6a8d1e2be7ff4e6d22851be5d2650a35e074551e48643152c25a76a2ab0ffd3c37fab663b0
 SHA512 
05fc32ea80ce1f733a6ea09655fecccf813ea9b7736dbd1d8ef84f54e3fb58f1017756cc9eb507d381cb73f22f100e9166bef1b7198a1d9edbda21e38626e351

diff --git a/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild 
b/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild
new file mode 100644
index 00000000000..9d53c5e08b7
--- /dev/null
+++ b/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Safe, consistent, and easy exception handling"
+HOMEPAGE="https://github.com/fpco/safe-exceptions#readme";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?]
+       >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.18.1.3
+       test? ( dev-haskell/hspec
+               dev-haskell/void )
+"
+
+src_prepare() {
+       default
+
+       cabal_chdeps \
+               'base >= 4.7 && < 4.11' 'base >= 4.7' \
+               'exceptions >= 0.8 && < 0.9' 'exceptions >= 0.8'
+}

Reply via email to