diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /dev-haskell/uniplate | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-haskell/uniplate')
-rw-r--r-- | dev-haskell/uniplate/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/uniplate/metadata.xml | 30 | ||||
-rw-r--r-- | dev-haskell/uniplate/uniplate-1.6.12.ebuild | 10 |
3 files changed, 7 insertions, 37 deletions
diff --git a/dev-haskell/uniplate/Manifest b/dev-haskell/uniplate/Manifest index d09c992e425d..714097edfef2 100644 --- a/dev-haskell/uniplate/Manifest +++ b/dev-haskell/uniplate/Manifest @@ -1,3 +1,3 @@ DIST uniplate-1.6.12.tar.gz 30055 BLAKE2B 557c3eeb14c0b292d4e0325a711babec39a76829822aee07e38ee49f7a4c3f82e72e6231c00fad1c7831864a7df4a9e12b3e913b60fe0e227d651d39c73300af SHA512 049b07e8a57db7e44d91fc9c8dcfb5c49b78a692a730061763cb8bcc4fbc3ed1065bd7a4c337e3d344693df882a0718b6d3bb6a6ea1e7d520a36d252d7038b07 -EBUILD uniplate-1.6.12.ebuild 938 BLAKE2B 1b383160b90c8a8274ae3115c2778eb56cc4096c5e1af87933986d82244471429d26f48b42c1a9f4ff82f284153b634972423f44f9b8b83ac99d7586b029cb1b SHA512 b13b0d92b5066cb536ea72cb8e232cd29992da022b24fc987f558d6edd07e3a3e6c0cc80bcb51a254d5762bf8d33fa35c7c7f5341357bd10934c9e1da4689d4e -MISC metadata.xml 1613 BLAKE2B 635834b68d6f154f689302e4713069a66dc6165e2f78c8d2dc5be80919db983be9fada67cfe6961321658130b8da8cee13300c72d9ce9a0c61ae91ce04e567d2 SHA512 d29dfda9d4b53863b51928c40ccf25a6082f150a054fe9da9d48cf462fdf181d90e1b19b19312b72421b68637c8593481beaedf1d28e95278bf567151948dad9 +EBUILD uniplate-1.6.12.ebuild 850 BLAKE2B 63fd1b5c1e47faa5cc0d15fa8fad4c8a378f375003f5e74a7b0d367b2700625269086ebf39987dad1a6d4a293198bc7a78ef69f871bd1d97e11084422b853bf2 SHA512 ae7c73c75a8fdcbbdf51523548f3a3f2dfb6d9af8b8e9ad5c088840af63872f6be97a241b85eea50eda25eb465e0aec271f0f4bd43872ca41581018bddbdb7ab +MISC metadata.xml 249 BLAKE2B 84b809c265ff2a09d1f06c66d4797652ff4c64205d94323e07333ae0fbddcfb8c58d0176a8cc52bd37e9353371d987b9b473b9747cb082e1c2871ed80fcfa144 SHA512 ce055b41ff1c10209e88579fe21ce16550be7e9b21f87724564f06430aa6f478974f186a10c8ff7e92398f534c09109aeed57eae1c6d2b56b5c99ebfb64a0015 diff --git a/dev-haskell/uniplate/metadata.xml b/dev-haskell/uniplate/metadata.xml index fd8349c40e4b..b7878815d80d 100644 --- a/dev-haskell/uniplate/metadata.xml +++ b/dev-haskell/uniplate/metadata.xml @@ -5,34 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - Uniplate is library for writing simple and concise generic operations. - Uniplate has similar goals to the original Scrap Your Boilerplate work, - but is substantially simpler and faster. The Uniplate manual is available at - <http://community.haskell.org/~ndm/darcs/uniplate/uniplate.htm>. - - To get started with Uniplate you should import one of the three following - modules: - - * "Data.Generics.Uniplate.Data" - to quickly start writing generic functions. - Most users should start by importing this module. - - * "Data.Generics.Uniplate.Direct" - a replacement for "Data.Generics.Uniplate.Data" - with substantially higher performance (around 5 times), but requires writing - instance declarations. - - * "Data.Generics.Uniplate.Operations" - definitions of all the operations defined - by Uniplate. Both the above two modules re-export this module. - - In addition, some users may want to make use of the following modules: - - * "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate instances. - - * "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate library. - - * "Data.Generics.Compos" - users transitioning from the Compos library. - - * "Data.Generics.Uniplate.DataOnly" - users making use of both @Data@ and @Direct@ - to avoid getting instance conflicts. - </longdescription> </pkgmetadata> diff --git a/dev-haskell/uniplate/uniplate-1.6.12.ebuild b/dev-haskell/uniplate/uniplate-1.6.12.ebuild index 27ad0ebbe345..fd0d4337b90d 100644 --- a/dev-haskell/uniplate/uniplate-1.6.12.ebuild +++ b/dev-haskell/uniplate/uniplate-1.6.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -# ebuild generated by hackport 0.3.6.9999 +# ebuild generated by hackport 0.6.6.9999 #hackport: flags: +separate_syb,+typeable_fingerprint CABAL_FEATURES="lib profile haddock hoogle hscolour" @@ -18,9 +18,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?] +RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] dev-haskell/syb:=[profile?] - >=dev-haskell/unordered-containers-0.2.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?] + >=dev-haskell/unordered-containers-0.2.1:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} |