diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-20 18:42:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-20 18:42:11 +0000 |
| commit | 3fb6530f431981c0c90bc7c530748e61b8155999 (patch) | |
| tree | 705b2493ae14a775e330108da8bb1f31ec023a12 /dev-haskell | |
| parent | 51b21bbdf5b32a68f725b14f30e29a486ed786f4 (diff) | |
| download | baldeagleos-repo-3fb6530f431981c0c90bc7c530748e61b8155999.tar.gz baldeagleos-repo-3fb6530f431981c0c90bc7c530748e61b8155999.tar.xz baldeagleos-repo-3fb6530f431981c0c90bc7c530748e61b8155999.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell')
| -rw-r--r-- | dev-haskell/binary/binary-0.8.9.0-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-haskell/cabal-install/cabal-install-3.6.2.0-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-haskell/cabal/cabal-3.6.3.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-haskell/dbus/dbus-1.3.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-haskell/foldl/files/foldl-1.4.15-cabal-doctest.patch | 6 | ||||
| -rw-r--r-- | dev-haskell/hjsmin/hjsmin-0.2.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-haskell/shelly/shelly-1.12.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-haskell/shelly/shelly-1.9.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-haskell/stm/stm-2.5.0.2-r1.ebuild | 2 |
10 files changed, 14 insertions, 10 deletions
diff --git a/dev-haskell/binary/binary-0.8.9.0-r1.ebuild b/dev-haskell/binary/binary-0.8.9.0-r1.ebuild index fdb5cf3f3fa1..c94c8c12207c 100644 --- a/dev-haskell/binary/binary-0.8.9.0-r1.ebuild +++ b/dev-haskell/binary/binary-0.8.9.0-r1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/kolmodin/binary" LICENSE="BSD" SLOT="0/${PV}" # Keep in sync with relevant ghc versions (CABAL_CORE_LIB_GHC_PV) -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" RESTRICT=test # circular depend: test-framework->base-orphans->cabal->semigroups->nats->binary diff --git a/dev-haskell/cabal-install/cabal-install-3.6.2.0-r1.ebuild b/dev-haskell/cabal-install/cabal-install-3.6.2.0-r1.ebuild index e630e108f1b6..c39a1ed229dd 100644 --- a/dev-haskell/cabal-install/cabal-install-3.6.2.0-r1.ebuild +++ b/dev-haskell/cabal-install/cabal-install-3.6.2.0-r1.ebuild @@ -18,7 +18,7 @@ LICENSE="BSD" SLOT="0" # Keep in sync with relevant dev-haskell/cabal versions -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="+lukko +native-dns" RDEPEND=" diff --git a/dev-haskell/cabal/cabal-3.6.3.0.ebuild b/dev-haskell/cabal/cabal-3.6.3.0.ebuild index ecf27935c764..45f63629ee03 100644 --- a/dev-haskell/cabal/cabal-3.6.3.0.ebuild +++ b/dev-haskell/cabal/cabal-3.6.3.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.haskell.org/cabal/" LICENSE="BSD" SLOT="0/${PV}" # Keep in sync with relevant ghc versions (CABAL_CORE_LIB_GHC_PV) -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-lang/ghc-9.2.4:= <dev-lang/ghc-9.3:= diff --git a/dev-haskell/dbus/dbus-1.3.0.ebuild b/dev-haskell/dbus/dbus-1.3.0.ebuild index b7dd93a559af..ce2a08ef691d 100644 --- a/dev-haskell/dbus/dbus-1.3.0.ebuild +++ b/dev-haskell/dbus/dbus-1.3.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/rblaze/haskell-dbus#readme" LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" # exotic keywords require ghc bump to 9.2 series #KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" diff --git a/dev-haskell/foldl/files/foldl-1.4.15-cabal-doctest.patch b/dev-haskell/foldl/files/foldl-1.4.15-cabal-doctest.patch index 6c554607eff5..a5fad758b449 100644 --- a/dev-haskell/foldl/files/foldl-1.4.15-cabal-doctest.patch +++ b/dev-haskell/foldl/files/foldl-1.4.15-cabal-doctest.patch @@ -18,11 +18,15 @@ diff --git a/Setup.hs b/Setup.hs index 9a994af..f21ad76 100644 --- a/Setup.hs +++ b/Setup.hs -@@ -1,2 +1,19 @@ +@@ -1,2 +1,23 @@ +{-# LANGUAGE CPP #-} + +module Main (main) where + ++#ifndef MIN_VERSION_cabal_doctest ++#define MIN_VERSION_cabal_doctest(x,y,z) 0 ++#endif ++ +#if MIN_VERSION_cabal_doctest(1,0,0) + +import Distribution.Extra.Doctest ( defaultMainWithDoctests ) diff --git a/dev-haskell/hjsmin/hjsmin-0.2.1.ebuild b/dev-haskell/hjsmin/hjsmin-0.2.1.ebuild index 63c56bcf4700..d34c0a0ac0e8 100644 --- a/dev-haskell/hjsmin/hjsmin-0.2.1.ebuild +++ b/dev-haskell/hjsmin/hjsmin-0.2.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/erikd/hjsmin" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" PATCHES=( "${FILESDIR}/${PN}-0.2.0.4-fix-tests.patch" diff --git a/dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild b/dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild index 70937459e239..e31e8cee36c8 100644 --- a/dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild +++ b/dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/haskell/parsec" LICENSE="BSD-2" SLOT="0/${PV}" # Keep in sync with relevant ghc versions (CABAL_CORE_LIB_GHC_PV) -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" RESTRICT=test # circular dependencies: dev-haskell/base-orphans->cabal->parsec[test]->test-framework-hunit->test-framework->base-orphans diff --git a/dev-haskell/shelly/shelly-1.12.1.ebuild b/dev-haskell/shelly/shelly-1.12.1.ebuild index b1b5c5236491..5cfdf4924b83 100644 --- a/dev-haskell/shelly/shelly-1.12.1.ebuild +++ b/dev-haskell/shelly/shelly-1.12.1.ebuild @@ -7,7 +7,7 @@ EAPI=8 #hackport: flags: build-examples:examples CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal +inherit ghc-package haskell-cabal DESCRIPTION="shell-like (systems) programming in Haskell" HOMEPAGE="https://github.com/gregwebs/Shelly.hs" diff --git a/dev-haskell/shelly/shelly-1.9.0.ebuild b/dev-haskell/shelly/shelly-1.9.0.ebuild index 9d511cbf704a..e82add5aa2a4 100644 --- a/dev-haskell/shelly/shelly-1.9.0.ebuild +++ b/dev-haskell/shelly/shelly-1.9.0.ebuild @@ -9,7 +9,7 @@ EAPI=8 CABAL_HACKAGE_REVISION=3 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal +inherit ghc-package haskell-cabal DESCRIPTION="shell-like (systems) programming in Haskell" HOMEPAGE="https://github.com/yesodweb/Shelly.hs" diff --git a/dev-haskell/stm/stm-2.5.0.2-r1.ebuild b/dev-haskell/stm/stm-2.5.0.2-r1.ebuild index a92a400afac7..46353f326a3f 100644 --- a/dev-haskell/stm/stm-2.5.0.2-r1.ebuild +++ b/dev-haskell/stm/stm-2.5.0.2-r1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.haskell.org/Software_transactional_memory" LICENSE="BSD" SLOT="0/${PV}" # Keep in sync with relevant ghc versions (CABAL_CORE_LIB_GHC_PV) -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-lang/ghc-9.2.4:= |
