diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 01:36:40 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:57:37 +0100 |
commit | 675040434cd5d087b27ace39237768f88f10ce84 (patch) | |
tree | a530df5cb4febfc92b481993f08072dc4bc172c9 /dev-haskell/uuid-types | |
parent | dev-haskell/quickcheck-instances: drop 0.3.22 (diff) | |
download | gentoo-675040434cd5d087b27ace39237768f88f10ce84.tar.gz gentoo-675040434cd5d087b27ace39237768f88f10ce84.tar.bz2 gentoo-675040434cd5d087b27ace39237768f88f10ce84.zip |
dev-haskell/uuid-types: drop 1.0.3-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/uuid-types')
-rw-r--r-- | dev-haskell/uuid-types/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/uuid-types/uuid-types-1.0.3-r1.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/dev-haskell/uuid-types/Manifest b/dev-haskell/uuid-types/Manifest index bbffc29916d5..7838a2665dbe 100644 --- a/dev-haskell/uuid-types/Manifest +++ b/dev-haskell/uuid-types/Manifest @@ -1,3 +1,2 @@ -DIST uuid-types-1.0.3.tar.gz 11999 BLAKE2B 71941bf6abf554e2fa4fb64ae2cc5d61354643c07fe757920c19b60f762a7ffdce87c222d1f1a4a993b50f95e58ac4a011e2ae10c73108a6b71f65ebff209600 SHA512 039bccea9ee22388a50e3e233c95afdd3a59f01aa5f552dcd8e8c1ded8f9da210933c58a4d9cc0913c768b587c24ee27fa0eed15e531846ea841b666f513df9e DIST uuid-types-1.0.5.cabal 2608 BLAKE2B 93d8b89dd8f369032ef0035db3edc07eb21e0985d59c43f17976e1b9f6136ea75e059e5fb1930f9d0ab450846a160b9a5eda4691b13e6aa3bc00de6bd3008d31 SHA512 e2bc98a0f1ddcec5b5f3d26d6f5ec9a7ba5d9c51be9dc56166d975d28753380024623daf694088030fd8b24f9653ff798ce326931a1e7887adca27c15dbe8649 DIST uuid-types-1.0.5.tar.gz 11922 BLAKE2B 82da240f63c255be7c64ddaa6b6f49e022446afbf814b6cd3f9607fd43c0bf33e5d92b0586477384d46b4906f15b17f72564227ad090da54c03b1c21608f5fcc SHA512 0e0821a426120ab63d991a6cd39ded65a89472751ada4d5fb5e4f12177d8e797ede3b6b74d6817ce260d6334adeb42de31b0073389f58a27a06ec8ea4a574ef6 diff --git a/dev-haskell/uuid-types/uuid-types-1.0.3-r1.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.3-r1.ebuild deleted file mode 100644 index 8df1fd9cf77c..000000000000 --- a/dev-haskell/uuid-types/uuid-types-1.0.3-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.4.7.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Type definitions for Universally Unique Identifiers" -HOMEPAGE="https://github.com/aslatter/uuid" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/binary-0.4:=[profile?] <dev-haskell/binary-0.9:=[profile?] - >=dev-haskell/random-1.0.1:=[profile?] <dev-haskell/random-1.3:=[profile?] - >=dev-haskell/text-1:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-lang/ghc-7.4.1:= - >=dev-haskell/hashable-1.1.1.0:=[profile?] <dev-haskell/hashable-1.3:=[profile?] -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hunit-1.2 - >=dev-haskell/quickcheck-2.4 - >=dev-haskell/tasty-0.10 - >=dev-haskell/tasty-hunit-0.9 - >=dev-haskell/tasty-quickcheck-0.8 ) -" - -src_prepare() { - default - - cabal_chdeps \ - 'QuickCheck >=2.4 && < 2.9' 'QuickCheck >=2.4' \ - 'HUnit >=1.2 && < 1.4' 'HUnit >=1.2' \ - 'tasty >= 0.10 && < 0.12' 'tasty >= 0.10' \ - 'tasty-hunit == 0.9.*' 'tasty-hunit >= 0.9' \ - 'tasty-quickcheck == 0.8.*' 'tasty-quickcheck >= 0.8' \ - 'random >= 1.0.1 && < 1.2' 'random >= 1.0.1' -} |