From: Sergei Trofimovich Date: Sat, 14 Dec 2019 12:14:22 +0000 (+0000) Subject: dev-haskell/wl-pprint: bump up to 1.2.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65732aaff5b4ee60086b8a37913e3abcb73744c1;p=gentoo.git dev-haskell/wl-pprint: bump up to 1.2.1 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-haskell/wl-pprint/Manifest b/dev-haskell/wl-pprint/Manifest index c32c1ad65303..89a6de575ea0 100644 --- a/dev-haskell/wl-pprint/Manifest +++ b/dev-haskell/wl-pprint/Manifest @@ -1 +1,2 @@ +DIST wl-pprint-1.2.1.tar.gz 9959 BLAKE2B 03192e4e28f6a30661f156006f2cfad91f857b0c99d19fc5c00083de278a9b7a77e5bd60bf677f555b570965c9ea476b6d0cbcfb7daf67e55f8574aa6562d35a SHA512 84a3646b9039455b24c3dd4a4bbb2fc69ffa1fa3ead4d0574dc90da1a28064590a28c147135a0568700550c42e4ff83b04b0280564f0ed19acbfcb9d0400c2a3 DIST wl-pprint-1.2.tar.gz 9881 BLAKE2B 7025f41b0a5213b6c08b07d0a87deeb16526f102ec73c1196be72179bb76320a83ac5631bfd16d88845751a756d0f87db60afe9109106e8676f8953eb6095851 SHA512 b5e6a8be51f10f1e1dad225020ba769cac62c311d6c0cc13a4ff8623e9b906218826d6f829e9169396eef9fc44379ba32d642914f543bd2f4e7070d6886ee91b diff --git a/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild b/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild new file mode 100644 index 000000000000..619d7513bdca --- /dev/null +++ b/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="The Wadler/Leijen Pretty Printer" +HOMEPAGE="http://hackage.haskell.org/package/wl-pprint" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +"