diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-21 18:10:31 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-21 18:10:31 +0000 |
| commit | aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40 (patch) | |
| tree | e2c4a97bf0646bb4185abe217dd320e6764c725d /dev-haskell | |
| parent | 5fb24e839710dc6a247ecb0c750a5290c46cf835 (diff) | |
| download | baldeagleos-repo-aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40.tar.gz baldeagleos-repo-aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40.tar.xz baldeagleos-repo-aa60ccb7c9d247fc8f12cfb61f2e2a4a18da8e40.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell')
4 files changed, 35 insertions, 2 deletions
diff --git a/dev-haskell/data-default-class/data-default-class-0.1.2.0.ebuild b/dev-haskell/data-default-class/data-default-class-0.1.2.0.ebuild index 0f95b91e2ff1..d4650e5ab243 100644 --- a/dev-haskell/data-default-class/data-default-class-0.1.2.0.ebuild +++ b/dev-haskell/data-default-class/data-default-class-0.1.2.0.ebuild @@ -17,7 +17,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" -RDEPEND=">=dev-lang/ghc-7.4.1:= +RDEPEND=">=dev-lang/ghc-7.4.1:=[profile?] " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6 diff --git a/dev-haskell/html-conduit/Manifest b/dev-haskell/html-conduit/Manifest index ff9af5998f13..157163c41d71 100644 --- a/dev-haskell/html-conduit/Manifest +++ b/dev-haskell/html-conduit/Manifest @@ -1 +1,2 @@ DIST html-conduit-1.3.2.1.tar.gz 8976 BLAKE2B 070f6f0bc2c47c5e884d81cca1ccd5c72fbfefc39fc4a3d937d9a10ebf496b405b3e4f46382a882fc96cd12247ee00a834e90d2d06256316c96e2d3e8f2d3147 SHA512 94e9db8db839c5368f5a042a7039d44e3fabf5ffa30426894675317b985288c0d5fa94a6d1864b94802ea2fda3ff2728c4578759405dacdc64d8e2cfbb24aa70 +DIST html-conduit-1.3.2.2.tar.gz 9085 BLAKE2B 31481010a2df79c437a5f3c40242c95c552cc0f4d12f47619e052f9c4c755b95ae02b8d58dddcbdc1c527fb925361d0c643d7584aa3099b141bf65550fa10ac3 SHA512 474bfeec36d0f2fe8eb37ed88372d456800e8d28e499e5ffe222170db794eba292938800e145613334d1e11d2e6b78195b6dd7a0d3cd92e2fa3f348ad8d18489 diff --git a/dev-haskell/html-conduit/html-conduit-1.3.2.2.ebuild b/dev-haskell/html-conduit/html-conduit-1.3.2.2.ebuild new file mode 100644 index 000000000000..61b3003502ca --- /dev/null +++ b/dev-haskell/html-conduit/html-conduit-1.3.2.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Parse HTML documents using xml-conduit datatypes" +HOMEPAGE="https://github.com/snoyberg/xml" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND="dev-haskell/attoparsec:=[profile?] + >=dev-haskell/conduit-1.3:=[profile?] + dev-haskell/conduit-extra:=[profile?] + >=dev-haskell/resourcet-1.2:=[profile?] + dev-haskell/text:=[profile?] + >=dev-haskell/xml-conduit-1.3:=[profile?] + >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit ) +" diff --git a/dev-haskell/setlocale/setlocale-1.0.0.9.ebuild b/dev-haskell/setlocale/setlocale-1.0.0.9.ebuild index d9270df2b6c3..cd415b999566 100644 --- a/dev-haskell/setlocale/setlocale-1.0.0.9.ebuild +++ b/dev-haskell/setlocale/setlocale-1.0.0.9.ebuild @@ -17,7 +17,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" -RDEPEND=">=dev-lang/ghc-7.6.1:= +RDEPEND=">=dev-lang/ghc-7.6.1:=[profile?] " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.16.0 |
