summaryrefslogtreecommitdiff
path: root/dev-haskell/prettyclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /dev-haskell/prettyclass
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'dev-haskell/prettyclass')
-rw-r--r--dev-haskell/prettyclass/Manifest2
-rw-r--r--dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/prettyclass/Manifest b/dev-haskell/prettyclass/Manifest
index 58d83d6eec91..4b03fd61d88a 100644
--- a/dev-haskell/prettyclass/Manifest
+++ b/dev-haskell/prettyclass/Manifest
@@ -1,3 +1,3 @@
DIST prettyclass-1.0.0.0.tar.gz 1542 BLAKE2B b1497565728b2a580f4ff9117a62a2e2013888a07a9893ee207e0392a014373cb17eb9eeff3ce3d30a69dc7d2f5ff6d136e4a00b8bdae3533c8f240658bf6bf4 SHA512 f0785e7780f71ee0f8f6b6ca5db6a82f030f75b34f618ff9ee0025032516114769f4cd4e6094b5fefd13e645a7eece9d87b82c2d4c144dddf5093bc2c600af4a
-EBUILD prettyclass-1.0.0.0.ebuild 545 BLAKE2B dbd0b6a0e60cc2926ea521e4b9fe0529853075a82f665dd41f3f925be98ffcb0a01f2f620b14b4e133e7965a5bacd5213c40f7ed3a73a6b280d617e8d617263c SHA512 1cd429f1020a527bfd104e168ee93a5829c6dd8472661fc6faba244f9cc00aae61b2f1c22600bcad654942803bba0f1f47ff81bfa9dd9535b70558d99985f5ec
+EBUILD prettyclass-1.0.0.0.ebuild 546 BLAKE2B f24c37fe5e4a4d090847997a9c72e795f752ae40d2c08a97a60ee0eb4b7e68533f3feaa145b071da56d79ab8d73ff042b8d908ed838250be5f023ebb0be91c2a SHA512 6cdb611c1998ba33fe1ee51faa9e3f413a56b191fec7134e544475622d1b87fce72cc188ae1c2fecc63bf500f80216d5f949d1f12fd97999ad2ea3dc18724fb6
MISC metadata.xml 453 BLAKE2B 139092d0f8fa3fd37322909088651724ec6b23f1af548c3bedf86db54418d8c0ed5b94bfbbb339d5163b4cb92ef76d217f9af8af79a495eaefc5ad10d0db8cf1 SHA512 99d14083e2f4a0d9fef1c73379d7acde3b802b014ca31e400c322cb0e6320b0166f7d8a16b277fdffcf6382049d81b5d4277d8ed5d6364c3c432bca0366de465
diff --git a/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild b/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
index 661c45200d4c..f4770ed4a2c1 100644
--- a/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
+++ b/dev-haskell/prettyclass/prettyclass-1.0.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Pretty printing class similar to Show"
-HOMEPAGE="http://hackage.haskell.org/package/prettyclass"
+HOMEPAGE="https://hackage.haskell.org/package/prettyclass"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"