Commit f1d54556 authored by Wolfgang E. Sanyer's avatar Wolfgang E. Sanyer Committed by Sergei Trofimovich
Browse files

dev-haskell/stylish-haskell: bump to 0.12.2.0


Signed-off-by: default avatarWolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent 6405062c
DIST stylish-haskell-0.12.2.0.tar.gz 65071 BLAKE2B ef7d9956b50f50710101e4576751c78bfbe82e43a8a01939adf6bcca1ef54f030e9ac14fd5e2d71d411e474979356806ef6399bb7f8b47c6c9631a7857c6aa52 SHA512 6867181265aae8d8afba7c061500008ab4c21b6eebc6178aa0a119b74e0116138749c114c41ef40eb16bb794010a289a6d49715295c3cd29af7d1ab7aa44d568
DIST stylish-haskell-0.9.4.4.tar.gz 33884 BLAKE2B ff00ffcb5b37385960289c257baec859f792ef2f5da0a5ac11b5c1b2822737f063ae6247b2d57884c7f257dd54390021032538f18c7ed94660bbfbf8385ecd21 SHA512 5226d203295e03600f07fe21905a1ea1231bd79b1d7bc5e157c74f79054181df0e5f7d549dd418de0a610d70450ba1f2ae9d9ff804fa21674dacd0c17fb26bc9 DIST stylish-haskell-0.9.4.4.tar.gz 33884 BLAKE2B ff00ffcb5b37385960289c257baec859f792ef2f5da0a5ac11b5c1b2822737f063ae6247b2d57884c7f257dd54390021032538f18c7ed94660bbfbf8385ecd21 SHA512 5226d203295e03600f07fe21905a1ea1231bd79b1d7bc5e157c74f79054181df0e5f7d549dd418de0a610d70450ba1f2ae9d9ff804fa21674dacd0c17fb26bc9
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# ebuild generated by hackport 0.6.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Haskell code prettifier"
HOMEPAGE="https://github.com/jaspervdj/stylish-haskell"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-1.6:=[profile?]
>=dev-haskell/cabal-2.4:=[profile?] <dev-haskell/cabal-3.3:=[profile?]
>=dev-haskell/file-embed-0.0.10:=[profile?] <dev-haskell/file-embed-0.1:=[profile?]
>=dev-haskell/ghc-lib-parser-8.10:=[profile?] <dev-haskell/ghc-lib-parser-8.12:=[profile?]
>=dev-haskell/hsyaml-0.2.0:=[profile?] <dev-haskell/hsyaml-0.3:=[profile?]
>=dev-haskell/hsyaml-aeson-0.2.0:=[profile?] <dev-haskell/hsyaml-aeson-0.3:=[profile?]
>=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/optparse-applicative-0.12:=[profile?] <dev-haskell/optparse-applicative-0.16:=[profile?]
>=dev-haskell/strict-0.3:=[profile?] <dev-haskell/strict-0.5:=[profile?]
>=dev-haskell/syb-0.3:=[profile?] <dev-haskell/syb-0.8:=[profile?]
>=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-lang/ghc-8.0.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.4
test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
>=dev-haskell/random-1.1
>=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4 )
"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment