diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-30 11:44:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-30 11:44:06 +0100 |
commit | f516638b7fe9592837389826a6152a7e1b251c54 (patch) | |
tree | 8bfecb640b7b6403d7a3d662d923eed630033da7 /dev-haskell/failure | |
parent | 1a61119f9f7b057830e2ce0563f913ec86f282ad (diff) |
gentoo resync : 30.05.2020
Diffstat (limited to 'dev-haskell/failure')
-rw-r--r-- | dev-haskell/failure/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/failure/failure-0.2.0.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/failure/Manifest b/dev-haskell/failure/Manifest index 8f66e1c0fe5d..421c477e98d3 100644 --- a/dev-haskell/failure/Manifest +++ b/dev-haskell/failure/Manifest @@ -1,3 +1,3 @@ DIST failure-0.2.0.3.tar.gz 1797 BLAKE2B a25a3276cdd8c5f68be61effb2f65a94fe1ebe612e1aecc3d6dd697e998fb60f81d9e07dfe1e5b57c79da7111a442ac648af4bf55128340350eb1acf3e7088be SHA512 ef8c9904d899381a281ee79235054af6bd156d2b2819e70bcd2a122c1c505c10311189f9280c39bd836c0f3ba35bc7536ce83b58a42978616ebd89c64d692c96 -EBUILD failure-0.2.0.3.ebuild 616 BLAKE2B 3c3d3ff5db29bc79449d835757ff6ec7b9fcfaf335c2e03f3de348a96df43812a5369c199d33b401926c1bb4f2c084d56d0645f5bd3165e49ad2e71de1c8e1a4 SHA512 abd4a763dd7aeccc0fed10fb3665dc4447ded412a8578f65ca5a9bb0a065c10806b07f465522a0ee604c32373232ca092d1b8cc138541eab13b5b4aefc9b231f +EBUILD failure-0.2.0.3.ebuild 617 BLAKE2B 933e9821b2fa102574d7b6b696ee2d84154d09de5da85760050eca286f5af24a7452738fb8a5935d4f4f103a26a53af4342eff1baf8442812176fd29a6ba4bcf SHA512 86b3750244c98f1ed0cce9afb112d0c59ce41af55295fc032ca903e100a7a205fe257606ee8b2a4cce66baf2a6f5e05a58c4f6a55206ef0501ee7c5f5da85852 MISC metadata.xml 344 BLAKE2B e08db4bebfd4b6503412c486c4cc1387a3e7e7295d5005333eea09ea8d4e1d0a69774749e7765ed3f3495d47d40717d0f6631e33097ce01ece1572065515cddc SHA512 7fa9484f5a18ea4d346b396ddfc833e74d3d87142a09f263c68452599c42e3f982ad7b85a44ddaf3afcb89decb1d09495494ed10754720a5e12292ce55846846 diff --git a/dev-haskell/failure/failure-0.2.0.3.ebuild b/dev-haskell/failure/failure-0.2.0.3.ebuild index 3aa1a147b1de..93077d2a61c2 100644 --- a/dev-haskell/failure/failure-0.2.0.3.ebuild +++ b/dev-haskell/failure/failure-0.2.0.3.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="A simple type class for success/failure computations. (deprecated)" -HOMEPAGE="http://www.haskell.org/haskellwiki/Failure" +HOMEPAGE="https://www.haskell.org/haskellwiki/Failure" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |