diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-05-18 20:43:41 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-05-19 19:56:12 +0300 |
| commit | ad4f6c00fb5a5d28a740fc019e804674b54f4df7 (patch) | |
| tree | ddf210fc224e4b17f7f9309e982cd918b25ab7d2 /dev-haskell | |
| parent | 5b3e6ae05a39bc78cc8f98c23fff6c4c2e4ad9ce (diff) | |
| download | gentoo-ad4f6c00fb5a5d28a740fc019e804674b54f4df7.tar.gz gentoo-ad4f6c00fb5a5d28a740fc019e804674b54f4df7.tar.bz2 gentoo-ad4f6c00fb5a5d28a740fc019e804674b54f4df7.zip | |
*/*: convert to ASCII various comments
While not required, it is a good idea to convert comments to ASCII
to avoid issues with some tools that may not handle Unicode properly.
This commit converts various comments in the ebuilds to ASCII where
it makes sense.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-haskell')
| -rw-r--r-- | dev-haskell/cabal/cabal-3.4.1.0-r1.ebuild | 4 | ||||
| -rw-r--r-- | dev-haskell/http-date/http-date-0.0.11.ebuild | 2 | ||||
| -rw-r--r-- | dev-haskell/http-date/http-date-0.0.8.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/cabal/cabal-3.4.1.0-r1.ebuild b/dev-haskell/cabal/cabal-3.4.1.0-r1.ebuild index ed53dd39ce33..a02c111f84c2 100644 --- a/dev-haskell/cabal/cabal-3.4.1.0-r1.ebuild +++ b/dev-haskell/cabal/cabal-3.4.1.0-r1.ebuild @@ -55,8 +55,8 @@ src_prepare() { # Cabal bootstraps with 'ghc --make' without package cleanup in environment. # That causes module collisions at build: - # - pulseaudio: Distribution/Utils/Structured.hs:98:1: error: Ambiguous module name ‘Data.Time’: it was found in multiple packages: pulseaudio-0.0.2.1 time-1.9.3 - # - kinds: Distribution/Utils/Structured.hs:106:1: error: Ambiguous module name ‘Data.Kind’: it was found in multiple packages: base-4.14.1.0 kinds-0.0.1.5 + # - pulseaudio: Distribution/Utils/Structured.hs:98:1: error: Ambiguous module name 'Data.Time': it was found in multiple packages: pulseaudio-0.0.2.1 time-1.9.3 + # - kinds: Distribution/Utils/Structured.hs:106:1: error: Ambiguous module name 'Data.Kind': it was found in multiple packages: base-4.14.1.0 kinds-0.0.1.5 HCFLAGS="${HCFLAGS} -ignore-package=pulseaudio" HCFLAGS="${HCFLAGS} -ignore-package=kinds" } diff --git a/dev-haskell/http-date/http-date-0.0.11.ebuild b/dev-haskell/http-date/http-date-0.0.11.ebuild index bd0d30401b3e..d05975d8d0af 100644 --- a/dev-haskell/http-date/http-date-0.0.11.ebuild +++ b/dev-haskell/http-date/http-date-0.0.11.ebuild @@ -16,7 +16,7 @@ LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -RESTRICT=test # Ambiguous module name ‘Data.Time’: it was found in multiple packages: pulseaudio-0.0.2.1 time-1.8.0.2 +RESTRICT=test # Ambiguous module name 'Data.Time': it was found in multiple packages: pulseaudio-0.0.2.1 time-1.8.0.2 RDEPEND="dev-haskell/attoparsec:=[profile?] >=dev-lang/ghc-8.4.3:= diff --git a/dev-haskell/http-date/http-date-0.0.8.ebuild b/dev-haskell/http-date/http-date-0.0.8.ebuild index c359d6219c47..c4d88709acfc 100644 --- a/dev-haskell/http-date/http-date-0.0.8.ebuild +++ b/dev-haskell/http-date/http-date-0.0.8.ebuild @@ -17,7 +17,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" -RESTRICT=test # Ambiguous module name ‘Data.Time’: it was found in multiple packages: pulseaudio-0.0.2.1 time-1.8.0.2 +RESTRICT=test # Ambiguous module name 'Data.Time': it was found in multiple packages: pulseaudio-0.0.2.1 time-1.8.0.2 RDEPEND="dev-haskell/attoparsec:=[profile?] >=dev-lang/ghc-7.4.1:= <dev-lang/ghc-9.1 |
