Skip to content

Commit

Permalink
Bumping hindent version as it fails to compile with ghc >= 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumedeVolpiano committed Nov 6, 2023
1 parent 29ae2a9 commit 00d6cf3
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/hindent/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST hindent-5.3.2.tar.gz 47603 BLAKE2B 0898685482eed231057ec353d269d9cc8919c7e4e23f64857ea09d1b0f9dd886e148b721aa23f40ceb5fbb15050eb6a03c4bb71e9205dcdb0f0251d54fe4dac3 SHA512 3daa84b1b19479af4ecbb4caee8c3be757da65067708c3af31e2d66f227faff43a269e5a6a06a35033329dbee8a0f5a077c4583fb253aab01951718031986a62
DIST hindent-5.3.3.tar.gz 47587 BLAKE2B 04b860dcdc9360e2a4cf30f2f96cc058cf48786ca296a16b8195f0fc86c3c67ecb285dca450482992e1acb4abfafa46b93ce48a0a442b0253c78e0c64f21785e SHA512 5363384435065bc36eda3a5f64ea42ba2049e0b53ec2b93ea78f389ba2971e5f49deef61bd1693e8c170a10b142bf1293ceabc062f49a17e9e8ba7d07a672636
37 changes: 37 additions & 0 deletions dev-util/hindent/hindent-5.3.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Copyright 1999-2021 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="Extensible Haskell pretty printer"
HOMEPAGE="https://github.com/mihaimaruseac/hindent"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"

RDEPEND="dev-haskell/cabal:=[profile?]
dev-haskell/exceptions:=[profile?]
>=dev-haskell/haskell-src-exts-1.20:=[profile?]
dev-haskell/monad-loops:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/optparse-applicative:=[profile?]
dev-haskell/path:=[profile?]
dev-haskell/path-io:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/unix-compat:=[profile?]
dev-haskell/utf8-string:=[profile?]
dev-haskell/yaml:=[profile?]
>=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
test? ( dev-haskell/diff
dev-haskell/hspec )
"

0 comments on commit 00d6cf3

Please sign in to comment.