diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-22 08:55:10 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-22 09:08:56 +0100 |
commit | d8aa5b766b0a382c875433b76d21247ffb09e210 (patch) | |
tree | 9f9836d138d4cb2b3942a1cecb615e474c66b13a /dev-haskell/uuid-types | |
parent | dev-java/portletapi: EAPI 5 bump. Switch to java-pkg-simple. (diff) | |
download | gentoo-d8aa5b766b0a382c875433b76d21247ffb09e210.tar.gz gentoo-d8aa5b766b0a382c875433b76d21247ffb09e210.tar.bz2 gentoo-d8aa5b766b0a382c875433b76d21247ffb09e210.zip |
dev-haskell/uuid-types: bump up to 1.0.3
Package-Manager: portage-2.2.28
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.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-haskell/uuid-types/Manifest b/dev-haskell/uuid-types/Manifest index f915c02ba7d6..070702959044 100644 --- a/dev-haskell/uuid-types/Manifest +++ b/dev-haskell/uuid-types/Manifest @@ -1 +1,2 @@ DIST uuid-types-1.0.2.tar.gz 12142 SHA256 56c6e9d6c05f30461419d2c3b90ef7e5f2fb8dd51c09846b5f4ce12d034f2e05 SHA512 bf90fea8512ddc1adbef14dec86881d2d2385b767609c7d974ea12a18bbd8a47aa0446a2a35effa51bf22539d6c9632d4a6ca0efee43b63b7e19ea2eeb875344 WHIRLPOOL 83a5d6f8329061d31c9479ae05243187cf5732ab468cbfbd48c33270e9c21478a0c7de07158a2837f0dc5ea54f313c8502c3ae1c6f9322ad8857d6fd12b554ef +DIST uuid-types-1.0.3.tar.gz 11999 SHA256 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd SHA512 039bccea9ee22388a50e3e233c95afdd3a59f01aa5f552dcd8e8c1ded8f9da210933c58a4d9cc0913c768b587c24ee27fa0eed15e531846ea841b666f513df9e WHIRLPOOL d4e8377c39bb9b30df666c5df96a0cd618a8773b4eee92f2845fa08f38badc6986cb5aa85087f77dd5eb3ef93338bca7187e726aec7aa4f78e9f158abec48ab1 diff --git a/dev-haskell/uuid-types/uuid-types-1.0.3.ebuild b/dev-haskell/uuid-types/uuid-types-1.0.3.ebuild new file mode 100644 index 000000000000..caef74d63e06 --- /dev/null +++ b/dev-haskell/uuid-types/uuid-types-1.0.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# 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="mirror://hackage/packages/archive/${PN}/${PV}/${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.2:=[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/hunit-1.4 + >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9 + >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.12 + >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10 + >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 ) +" |