diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-22 22:13:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-22 22:13:37 -0500 |
| commit | 171e0b5f950f655c3da943ea59ba2e741425319f (patch) | |
| tree | c520a8c422c7fc58a5149552b1db8a423e469b21 /dev-haskell/pretty-hex | |
| parent | f95e0da799133b56968a5a6af89c7fb3366c4777 (diff) | |
| download | baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.gz baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.xz baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell/pretty-hex')
| -rw-r--r-- | dev-haskell/pretty-hex/metadata.xml | 4 | ||||
| -rw-r--r-- | dev-haskell/pretty-hex/pretty-hex-1.1-r1.ebuild (renamed from dev-haskell/pretty-hex/pretty-hex-1.1.ebuild) | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-haskell/pretty-hex/metadata.xml b/dev-haskell/pretty-hex/metadata.xml index 6fb61853d497..a6162f764db9 100644 --- a/dev-haskell/pretty-hex/metadata.xml +++ b/dev-haskell/pretty-hex/metadata.xml @@ -5,5 +5,9 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <longdescription> + This library generates pretty hex dumps of ByteStrings in the + style of other common *nix hex dump tools. + </longdescription> <origin>baldeagleos-repo</origin> </pkgmetadata> diff --git a/dev-haskell/pretty-hex/pretty-hex-1.1.ebuild b/dev-haskell/pretty-hex/pretty-hex-1.1-r1.ebuild index ef4d96251f2e..c855e7ff3119 100644 --- a/dev-haskell/pretty-hex/pretty-hex-1.1.ebuild +++ b/dev-haskell/pretty-hex/pretty-hex-1.1-r1.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -# ebuild generated by hackport 0.6.1 +# ebuild generated by hackport 0.9.1.0.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="A library for hex dumps of ByteStrings" HOMEPAGE="https://hackage.haskell.org/package/pretty-hex" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" -RDEPEND=">=dev-lang/ghc-7.4.1:= +RDEPEND=">=dev-lang/ghc-9.0.2:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 + >=dev-haskell/cabal-3.4.1.0 " |
