diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-05 07:44:33 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-05 07:45:11 +0100 |
commit | 228ee46e0410bbfda6544e10baec567921931e67 (patch) | |
tree | dfb473bb7572a51c74f2d4e80fcff32cf92881b0 /dev-haskell/unexceptionalio | |
parent | dev-haskell/stringbuilder: bump up to 0.5.1 (diff) | |
download | gentoo-228ee46e0410bbfda6544e10baec567921931e67.tar.gz gentoo-228ee46e0410bbfda6544e10baec567921931e67.tar.bz2 gentoo-228ee46e0410bbfda6544e10baec567921931e67.zip |
dev-haskell/unexceptionalio: bump up to 0.5.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/unexceptionalio')
-rw-r--r-- | dev-haskell/unexceptionalio/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/unexceptionalio/Manifest b/dev-haskell/unexceptionalio/Manifest index c3e2a8c5eb9a..7965a8a3ff51 100644 --- a/dev-haskell/unexceptionalio/Manifest +++ b/dev-haskell/unexceptionalio/Manifest @@ -1 +1,2 @@ DIST unexceptionalio-0.3.0.tar.gz 2335 BLAKE2B e2d3a7f63dece9631bcbe602d2f8c06b151d103f85ad3bb84de869b3194f20e2f8483523f15a828a8526af856fce53d7fa6f669c2a659c957b7ccca10466c878 SHA512 be6479cfdb39707473e07639b3a35c4e178571ec2b45a356e278c9bb20710775fe26c086239aa65c2d5f201730df223b5ca3e42ea61e1ffb9a285f384e62f4b6 +DIST unexceptionalio-0.5.1.tar.gz 5635 BLAKE2B 4a4190a32a306dd8406639d24e9cad2abbd93ad9e59d3ce2dc4c370386915bc366ff42ce3d6179f02a9d0523702fb283af07b6182cedf0c9106195e54d17fb76 SHA512 62c42e5c683cd05505971602fe4e64a50b5949d9540acefd8d4d66ec0bf57075cdb8e35e99f7e7c4b4fdf589b2af47aa31c0cd62d518b4ded5fc5f9f382008ba diff --git a/dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild b/dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild new file mode 100644 index 000000000000..9c43479777a8 --- /dev/null +++ b/dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="IO without any non-error, synchronous exceptions" +HOMEPAGE="https://github.com/singpolyma/unexceptionalio" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/hunit + dev-haskell/test-framework + dev-haskell/test-framework-hunit ) +" |