summaryrefslogtreecommitdiff
path: root/dev-haskell/sop-core
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-22 22:13:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-22 22:13:37 -0500
commit171e0b5f950f655c3da943ea59ba2e741425319f (patch)
treec520a8c422c7fc58a5149552b1db8a423e469b21 /dev-haskell/sop-core
parentf95e0da799133b56968a5a6af89c7fb3366c4777 (diff)
downloadbaldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.gz
baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.xz
baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.zip
Adding metadata
Diffstat (limited to 'dev-haskell/sop-core')
-rw-r--r--dev-haskell/sop-core/Manifest1
-rw-r--r--dev-haskell/sop-core/sop-core-0.5.0.2.ebuild15
2 files changed, 7 insertions, 9 deletions
diff --git a/dev-haskell/sop-core/Manifest b/dev-haskell/sop-core/Manifest
index ad3be3650bb8..b01c9026f7dc 100644
--- a/dev-haskell/sop-core/Manifest
+++ b/dev-haskell/sop-core/Manifest
@@ -1 +1,2 @@
+DIST sop-core-0.5.0.2-rev5.cabal 3005 BLAKE2B 754830455ab8bd8a38ecc8ba1b5220343ea0d40aa32a83b4949d6a6265b7e2da77eb047349c2351652033b704bf315b9746a6251b10e513a4fe7a7629740bda9 SHA512 b161a40500ffdd6cd86f2853bd229cea4e4c2f31efa3edb0ac9711187d6c122ef79fdf5b8180add84c06b3f1dd83a8e3a709c5e3083a804b7a04eda8fc3470f2
DIST sop-core-0.5.0.2.tar.gz 28505 BLAKE2B ec478dd47a6eae08a3b3a462c179fd867e592910dfac1b2d20a5a2f27f565fab15611a3b5a041b89c9284f8499fbafdb75ab1ce63dc7880afd76dbb78e11fc88 SHA512 bf71bc1823c567bc82c3a5a3166cbb4f4826149d66ec0871d11706512ce823b40ce6ce210cc5ba763a423a8d643b1819237e9b7f0950e901d445e05ccd78597b
diff --git a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild b/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild
index 3003ff6a6619..ad3086f38824 100644
--- a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild
+++ b/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild
@@ -1,27 +1,24 @@
-# 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.7.1.1.9999
+# ebuild generated by hackport 0.8.5.1.9999
+
+CABAL_HACKAGE_REVISION=5
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="True Sums of Products"
HOMEPAGE="https://hackage.haskell.org/package/sop-core"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-RDEPEND=">=dev-lang/ghc-8.4.3:=
+RDEPEND=">=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.2.0.1
+ >=dev-haskell/cabal-3.4.1.0
"
-
-CABAL_CHDEPS=(
- 'base >= 4.9 && < 4.17' 'base >= 4.9'
-)