summaryrefslogtreecommitdiff
path: root/dev-haskell
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-11 06:04:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-11 06:04:13 +0000
commita0303fbf02ff090cf2b92d9e1c2bff5eaf2023af (patch)
treebfeaa016787e834307cec6eb8dba4a01e9822652 /dev-haskell
parentcddd67119ae4adc190f376c726ec073040388aac (diff)
downloadbaldeagleos-repo-a0303fbf02ff090cf2b92d9e1c2bff5eaf2023af.tar.gz
baldeagleos-repo-a0303fbf02ff090cf2b92d9e1c2bff5eaf2023af.tar.xz
baldeagleos-repo-a0303fbf02ff090cf2b92d9e1c2bff5eaf2023af.zip
Adding metadata
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/ed25519/ed25519-0.0.5.0.ebuild2
-rw-r--r--dev-haskell/parallel-io/parallel-io-0.3.5.ebuild2
-rw-r--r--dev-haskell/pretty-show/pretty-show-1.10.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/ed25519/ed25519-0.0.5.0.ebuild b/dev-haskell/ed25519/ed25519-0.0.5.0.ebuild
index 8f1b654260bb..e45e23d32369 100644
--- a/dev-haskell/ed25519/ed25519-0.0.5.0.ebuild
+++ b/dev-haskell/ed25519/ed25519-0.0.5.0.ebuild
@@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken test-suite: needs
inherit haskell-cabal
DESCRIPTION="Ed25519 cryptographic signatures"
-HOMEPAGE="https://hackage.haskell.org/package/ed25519"
+HOMEPAGE="https://github.com/thoughtpolice/hs-ed25519"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"
diff --git a/dev-haskell/parallel-io/parallel-io-0.3.5.ebuild b/dev-haskell/parallel-io/parallel-io-0.3.5.ebuild
index 3fb4e9fee0d8..f65f98327e9a 100644
--- a/dev-haskell/parallel-io/parallel-io-0.3.5.ebuild
+++ b/dev-haskell/parallel-io/parallel-io-0.3.5.ebuild
@@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Combinators for executing IO actions in parallel on a thread pool"
-HOMEPAGE="https://hackage.haskell.org/package/parallel-io"
+HOMEPAGE="https://batterseapower.github.io/parallel-io/"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-haskell/pretty-show/pretty-show-1.10.ebuild b/dev-haskell/pretty-show/pretty-show-1.10.ebuild
index 32bc37658a7e..f0577eb5a34b 100644
--- a/dev-haskell/pretty-show/pretty-show-1.10.ebuild
+++ b/dev-haskell/pretty-show/pretty-show-1.10.ebuild
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Tools for working with derived 'Show' instances and generic inspection of values"
-HOMEPAGE="https://hackage.haskell.org/package/pretty-show"
+HOMEPAGE="https://github.com/yav/pretty-show"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"