summaryrefslogtreecommitdiff
path: root/dev-haskell
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-19 18:57:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-19 18:57:15 +0000
commit5dc3ed247f2e7cbdb892ec7b8b86842a20ed0207 (patch)
tree59ed4252b6b61d330b00d0ab64d5db66d38d7080 /dev-haskell
parent13f9cec217411924fb3fdebaffd66c722b9a1179 (diff)
downloadbaldeagleos-repo-5dc3ed247f2e7cbdb892ec7b8b86842a20ed0207.tar.gz
baldeagleos-repo-5dc3ed247f2e7cbdb892ec7b8b86842a20ed0207.tar.xz
baldeagleos-repo-5dc3ed247f2e7cbdb892ec7b8b86842a20ed0207.zip
Adding metadata
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/cabal/cabal-3.4.1.0-r1.ebuild4
-rw-r--r--dev-haskell/http-date/http-date-0.0.11.ebuild2
-rw-r--r--dev-haskell/http-date/http-date-0.0.8.ebuild2
-rw-r--r--dev-haskell/lpeg/lpeg-1.0.4.ebuild2
-rw-r--r--dev-haskell/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal-1.1.3.ebuild2
5 files changed, 6 insertions, 6 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
diff --git a/dev-haskell/lpeg/lpeg-1.0.4.ebuild b/dev-haskell/lpeg/lpeg-1.0.4.ebuild
index 1d47374670a2..12241dda490d 100644
--- a/dev-haskell/lpeg/lpeg-1.0.4.ebuild
+++ b/dev-haskell/lpeg/lpeg-1.0.4.ebuild
@@ -8,7 +8,7 @@ EAPI=8
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
-DESCRIPTION="LPeg – Parsing Expression Grammars For Lua"
+DESCRIPTION="LPeg - Parsing Expression Grammars For Lua"
HOMEPAGE="https://hslua.org/"
LICENSE="MIT"
diff --git a/dev-haskell/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal-1.1.3.ebuild b/dev-haskell/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal-1.1.3.ebuild
index c28dd6963b7c..d94d14b5152e 100644
--- a/dev-haskell/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal-1.1.3.ebuild
+++ b/dev-haskell/prettyprinter-ansi-terminal/prettyprinter-ansi-terminal-1.1.3.ebuild
@@ -8,7 +8,7 @@ EAPI=8
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
-DESCRIPTION="ANSI terminal backend for the »prettyprinter« package"
+DESCRIPTION="ANSI terminal backend for the 'prettyprinter' package"
HOMEPAGE="https://github.com/quchen/prettyprinter"
LICENSE="BSD-2"