Skip to content

Commit

Permalink
dev-haskell/hie-bios: revbump
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumedeVolpiano <[email protected]>
  • Loading branch information
GuillaumedeVolpiano authored and solpeth committed Feb 10, 2025
1 parent e6bbc61 commit 3c843b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/hie-bios/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DIST hie-bios-0.13.1.tar.gz 65556 BLAKE2B 8575aaf00a6cd49065c3085d45c95cd599613bb8ca47497ad69b3f97a1ce6e8ec32dfc73fc3d424e9efedfac923cf0b26d7ca12b5cc732e8b9da93a4257a2c69 SHA512 9cac2f9186d1751b3b5e4aa3bdf0d2c71f9183d330d57c86f25f5f94525bcf29dabb2cbd7a53280d1a3612083a97d698bce06d49c62483dd58ff968dd7ba84bc
DIST hie-bios-0.14.0-rev1.cabal 12963 BLAKE2B 366e8e52bd16abe9cea7935cc62caa208f7be535884be6aec8ec9a67572c83b3ffb4eae8f92427dea59aa0b442e3edd75b1c1ef81fe62561f9e479c55afb913f SHA512 df55d791ff122952f19bd4f6589fa754064fd597953e1d1e6aee3239aa1c57d6f32eceb961e32860ee4bb6431fa1abc4fc24782632d302f2152bf389c434c4b7
DIST hie-bios-0.14.0-rev2.cabal 12963 BLAKE2B 23a220aa4e383fe0909aef68b3d1b72528857cdb6dc3f69011125e54eceba032bc8a9ced70cc937cdd7960ec889e0cebc82a6a322e02c29253902c99054a4288 SHA512 cf219689513e2343cad6b1e3f02c16df2ccf2052c8c97b825560181878f24e54e7e4386d8d01af307a760c398d3d9236002b6b3286950c388a96317fb3b45ebb
DIST hie-bios-0.14.0.tar.gz 64537 BLAKE2B 96d786a842894e12a41b172bd3ae46b048a3adb0de8aaecebc4ed5374f8555136ebdfd3157740cd48bd719fd9ef28420163d7d87bf31ac9424891ddd9b98b22a SHA512 6bc1ac96e2860481d400ade1167bbe863495550a73a78ee08b74f203d0f417754e9c028a820823d8a6a32427cdf190e0ffd4af8eea5a7a5cd474a5634b0a6ad4
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.8.5.1.9999
# ebuild generated by hackport 0.9.0.0.9999

CABAL_HACKAGE_REVISION=1
CABAL_HACKAGE_REVISION=2

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
Expand All @@ -21,29 +21,30 @@ PATCHES=(
"${FILESDIR}/${PN}-0.11.0-disable-network-tests.patch"
)

CABAL_CHDEPS=('ghc >= 9.2.1 && < 9.11' 'ghc >= 9.2.1 && < 9.13')

RDEPEND="
>=dev-haskell/aeson-1.4.4:=[profile?] <dev-haskell/aeson-2.3:=[profile?]
>=dev-haskell/base16-bytestring-0.1.1:=[profile?] <dev-haskell/base16-bytestring-1.1:=[profile?]
>=dev-haskell/co-log-core-0.3.0:=[profile?] <dev-haskell/co-log-core-0.4:=[profile?]
>=dev-haskell/conduit-1.3:=[profile?] <dev-haskell/conduit-2:=[profile?]
>=dev-haskell/conduit-extra-1.3:=[profile?] <dev-haskell/conduit-extra-2:=[profile?]
>=dev-haskell/cryptohash-sha1-0.11.100:=[profile?] <dev-haskell/cryptohash-sha1-0.12:=[profile?]
>=dev-haskell/extra-1.6.14:=[profile?] <dev-haskell/extra-1.8:=[profile?]
>=dev-haskell/extra-1.6.14:=[profile?] <dev-haskell/extra-1.9:=[profile?]
>=dev-haskell/file-embed-0.0.11:=[profile?] <dev-haskell/file-embed-1:=[profile?]
dev-haskell/optparse-applicative:=[profile?]
>=dev-haskell/prettyprinter-1.6:=[profile?] <dev-haskell/prettyprinter-1.8:=[profile?]
dev-haskell/prettyprinter:=[profile?]
>=dev-haskell/temporary-1.2:=[profile?] <dev-haskell/temporary-1.4:=[profile?]
>=dev-haskell/text-1.2.3:=[profile?] <dev-haskell/text-2.2:=[profile?]
>=dev-haskell/unix-compat-0.5.1:=[profile?] <dev-haskell/unix-compat-0.8:=[profile?]
>=dev-haskell/unordered-containers-0.2.9:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
>=dev-haskell/yaml-0.10.0:=[profile?] <dev-haskell/yaml-0.12:=[profile?]
>=dev-lang/ghc-9.2.4:=
>=dev-lang/ghc-9.2.4:=[profile?] <dev-lang/ghc-9.13:=[profile?]
>=dev-haskell/prettyprinter-1.6:=[profile?] <dev-haskell/prettyprinter-1.8:=[profile?]
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.6.3.0
test? (
dev-haskell/tasty
test? ( dev-haskell/tasty
dev-haskell/tasty-expected-failure
dev-haskell/tasty-hunit
)
dev-haskell/tasty-hunit )
"

0 comments on commit 3c843b6

Please sign in to comment.