ghc-semigroups-0.19.1-bp153.1.20 >  A `p!M@eeeqR3%aSom,6_5eBf cz`B_NMzSE'b/PhzK T"md5* 8?W2큞"r0<[ z95*$TVP~#- Vq)-\<5 ȘUo{ۯBxm!4Lh$#nIJG*Уǻ؋85emUw3f795f7281553ea0b69c6fb0cb30ce00ec6aeb3c15196ac72cb7911f9db0cce1a68946ed25520a5994ca08b5cc6677154736aea8:̉`p!M@eeeEђ8+J 0m"kd5Tq Ll:6𐺜[ĴVTN@}cM.3wҵFֳPnlW?ԯ?ώd=HN{8x#쓧 5X :,IۉQ5q0)o Qq0]43fI݀q@ @ 7,GdCm"0ɬ珹o"bi:,TpRB|>p>?d # <  DJTd l t    0Dp  V (y89:FGH IX Y,\T]d^bAcdWe\f_lautvw,x<yLzl|Cghc-semigroups0.19.1bp153.1.20Anything that associatesIn mathematics, a semigroup is an algebraic structure consisting of a set together with an associative binary operation. A semigroup generalizes a monoid in that there might not exist an identity element. It also (originally) generalized a group (a monoid with all inverses) to a type where every element did not have to have an inverse, thus the name semigroup.`pobs-arm-8SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://hackage.haskell.org/package/semigroupslinuxaarch64 AA큤`p`p`p;2f8141e207c0c29fa5414427ca6a8d64da753695d3ec8f2e25508dbfcff0a1b4c9ed0c32e5332899f31bfad68cdb6e949a712a155318a0eb4872cc8f5bf4c95brootrootrootrootrootrootrootrootghc-semigroups-0.19.1-bp153.1.20.src.rpmghc-semigroupsghc-semigroups(aarch-64)libHSsemigroups-0.19.1-FzieqrLdZI71C64LnuY3Qi-ghc8.10.4.so()(64bit)@@@@@@@    libHSbase-4.14.1.0-ghc8.10.4.so()(64bit)libHSghc-prim-0.6.1-ghc8.10.4.so()(64bit)libHSinteger-gmp-1.0.3.0-ghc8.10.4.so()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgmp.so.10()(64bit)libm.so.6()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]X]fl\ֹ@[[O+[H@Zz@Y@YyWڍ@W8VT@VzVpUT@U6;Td@Peter Simons psimons@suse.compsimons@suse.comPeter Simons psimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.competer.trommler@ohm-hochschule.de- Drop obsolete group attributes.- Update semigroups to version 0.19.1. 0.19.1 [2019.08.27] - ------------------ * Add `GenericSemigroupMonoid`, an adapter newtype suitable for `DerivingVia`, to `Data.Semigroup.Generic`. * Work around a bug related to the backported `Generic(1)` instances in this package (that could only be triggered on GHC 7.2 or 7.4) in which the hand-written `Datatype`, `Constructor`, and `Selector` instances for internal data types could overlap with GHC-generated instances.- Update semigroups to version 0.19. 0.19 [2019.05.10] - ---------------- * The `(<>)` method of the backported `Semigroup` class no longer has a default implementation in terms of `mappend`. This mirrors the `Data.Semigroup` API that was introduced in `base-4.9`. This is a breaking change for any `Semigroup` instances that are defined in tandem with versions of `base` older than 4.9. * Make the backported `Hashable Arg` instance reflect its respective variants in the `hashable` package. In `hashable-1.3`, the `Hashable Arg` instance only hashes the first argument, lest equal values have different hashes. * Backport the `Lift (NonEmpty a)` instance introduced in `template-haskell-2.15.0.0`. * `Data.List.NonEmpty` is now unconditionally `Trustworthy`.- Use https URL to refer to bugs.opensuse.org.- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.- Update semigroups to version 0.18.5. 0.18.5 [2018.07.02] - ------------------ * Use a more efficient `sconcat` for the `Semigroup` instances for strict and lazy `ByteString`.- Update semigroups to version 0.18.4. * Backport `Semigroup` instances for `Data.Ord.Down` and strict `ST`, which were added in `base-4.11`.- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.- Update to version 0.18.3.- Update to version 0.18.2 revision 0 with cabal2obs.- Update to version 0.18.1 revision 1 with cabal2obs.- update to 0.18.1 * Add the missing instance for Data.Binary.Builder.Builder.- update to 0.18.0.1 - dropped nats.cabal.patch * Removed the partial functions words, unwords, lines, unlines * Added support for base-4.9- update to 0.17.0.1 * Fixed the @since annotations * Added groupWith, groupAllWith, groupWith1, groupAllWith1 * Renamed sortOn to sortWith to match the "Comprehensive comprehensions" paper and TransformListComp extension. * Add Semigroup instances for Alt, Void, Proxy and Tagged * Add Num instances for Min and Max * Removed times1p in favor of stimes.- add nats.cabal.patch -- remove ghc-nats from deps- update to 0.16.2.2 * Added `genericMappend` and supporting `GSemigroup` class for generically deriving Semigroup instances. * Added `Arg a b` which only compares for equality/order on its first argument, which can be used to compute `argmin` and `argmax`. * Add `Bifunctor` `Arg` instance to avoid orphans for GHC 7.10+. * Added missing `Data.Monoid.Generic` module to source control. * Added `Semigroup` instances for various Builder constructions in `text` and `bytestring` where available. * Added `MonadFix` and `MonadPlus` instances for `NonEmpty`. * `times1p` and `timesN` are now reduced to accepting only a `Natural` argument. `Whole` doesn't exist in GHC 7.10's Numeric.Natural, and `nats` version 1 has removed support for the class.- update to 0.15.4 * compatibility with Haskell Platform 2014.2.0.0 * no upstream changelogobs-arm-8 16180139520.19.1-bp153.1.200.19.1-bp153.1.20semigroups-0.19.1libHSsemigroups-0.19.1-FzieqrLdZI71C64LnuY3Qi-ghc8.10.4.soghc-semigroupsLICENSE/usr/lib64/ghc-8.10.4//usr/lib64/ghc-8.10.4/semigroups-0.19.1//usr/share/licenses//usr/share/licenses/ghc-semigroups/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/ae740ea5b02768409fdc7ba5c565190e-ghc-semigroupscpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e442d0fc822efefdfe69efdb91601a54a0917f03, strippedASCII textPRRRRRRRhE.XϰF _Wutf-823b071fc2d8a31966cddf99e547959437defd17fb0124ac250160f232b66215e? 7zXZ !t/] crt:bLLVb2ECWb;¸叼^"W2Պ3p읓}Ar5D[xg|˹yIAzeDآU bGwTd6n.Km* apV001@`HP3gI(fwet{+GC/H< I 0T8%po4njNB9ɔFCeۼ~ŘIRU" ta;6LRc^?EN}K~P!f9"=/^3>b v5wnGȁ禮^J?:c×[řsr^o Mw,߼Jԧ"6 ,} i Fq~>ZYFHԢ9Q8Tg^g튡UBFC9rĭ$dX?L:XP 9WG,)6^`C|v(Ȣ(M%rMK!jgytu0/9=^Jׇpޥ2,L0\ОW:sv>zMZ2XZuPx|R}yo:jbXղA*8hbP]&e]v=O%$yb] <%-,kH9~%ׂpN׃?كz#Zi=fig\j_+v+= x(r*ǜ>(Ɠ$5'|Ni0@PN!& ܉Y6KB]7,K\j!̋W1+\ew%r:&T{ͣ^u}#2#~hwުe,ŶE,rPjU|?Q(sfݖ|'T9c)G,շ %bG`8 ڟ,.P  k /R2El IbLVV5q& m:X [cj)N o+LdLhj-(N(̘2oSXuC%m5lEbTbTUϥ[VTpD#+ՎKywx?ge?Ӽs;BSY<9Z]}Ust{&#ρB3}зֲ.H!tOX@akS| 'W%G] ˛wBY<^ [hOl3cz{e[XzM:2Ge"b%deu@J'(&aynV4ߪ~!BJMOhDJ9I7yu5%Jwʬ"mn2Gu3pśybM<_\C[mܝl llHqs KחW߾+rJ@?ۢFߨlt` 0)ڴ f3!_,;N X(@d󚔋psFi膠0B? RQXЅ4QkOg!~%}޸zߍoʠX}fWZ(OSV`81&/]Vv1O}[ n^9McURVG.] E.ODA<4) JKM"4jRhQ>LvNjHW a[SUhڿHA^{qqNwƒ|OLTYYOe'bF(*T"$ ȯTP!V BiaT1s*f\F;Z6Q,bEo>`_ )ǹ;.)d92|nX RTʼnqN1\fv9E`r.HA+u)l)A o{X`^\O:<@ >r L~kev; m\A6#/ $xI \薆uoZ=7i }* S\gD]XS_Mid;^O 3. 1Gx׆S³#]nIo++tfG6u]Mǝ}??` qۻ:iC{M a5ro}}hɜ8/QQrTlџuBC2𥎸V}6F[KǨ yAv)C*m3#NFlVX~ʼnjT)٪ :9H7FڞﳵmKZZRxc]h=c-w^᱅ӂR7o B @\ f_&4*A˃\Kw4`VMre{57bbm0 {RGieJk#ThՊy*Y]ŵT>RuB- BJc$JiWKXMc6> ̧~ Egދ;ȀyY4 l%cq|RaJm[Fl&-~V5<4!v]z6|[=Z!JBYV-& 3V3zY諑2/{ձPQcY ƒM5*RRi;GFsM[2u1wK$ݹ25Q5C/u'e|Y# N+sYr\d_/=Lp3oyCG-bZ#1֥Vd>ŷ,z[=" 5x~]TesEb Ȋ+pװ,^ *Aֲ=i~jmѷE,aϯRdL!U m۾/o9[y7@XeE> 6/˞3o-tf?,4z(Q4Jth_SBdzf l%D^jolLоXؒI3 ChN3cp whwu6TD/QgчA2cOkҷr^Y2}1+c+i˱bzjg}87$bz5DGSRfjG`f9u.K3ozVL.$"wT-ys{M]͠5[6[=/rRJjbS6bK"ȲWD+7o,*V6Va݊`_us8ZRi*UM{m1~Z,47a3o[}DB" hGKVآpO5[C~yc.2HQ<ӔV̭' ka7԰{vNxeK`N Nä2pX ?!${2rT8 ^+PBxTZ?R{Hx5Hq&c%öTKUx+ 'ԔƲj}ZݖDQB{V ?"U?#bXK`]p7@1/ W@wW^UGb CbɛXЕ{j%r(BeAqf՚_PIe!x% ֎( >Aw`?UWLAX>ᡦvRGQ `| Z9 ]4?CL܂d[?.=iu CΚ:_5f]O]{e\DZ~Kܔש l nbJGSZVMl臭;,h^Jщӧ0Jc=Sع?S,;l}vp^;rDY6KHg2)A}%}*6[8?Rι:(*b憡ȋg@_"U9ۻ l'Ъڢ+yO!mJzćE>yamqRlcMLlԙFjizgS JdQO8rK1fH_%S,dWMS0q@b0j w\F*OInvcFkPEq^ 6kаYwꉀ*yGk5F'SVkj`7R3kL\yz;:粮Qi0ELzfۯ$}QOiYIvi- :l>Զ(rLx2ڹcb#ϋ=!fDLhI|n$- EuH(Ӎ:Ѝ7xd"Y|9S op<;ԧ.%`v狞f79= &VzscFj!$d8VZP-f|YWhSͨCT~ Dj'itX?486\at a;-U0GE9Du!TSO!p)5s2kSm=(񀾳2aab n.H|t^s4$)-8_#A3~ 2 2לZ4U'])l@zvi2L2o"?юvN5O֨Eڠ-ə=*# XV}yG cAŭ߰-0SS[X QG w1jثʯpzaxv'6N*Q@'G j }sxN[Oj0\DˬE ͳXJ>~T}$mK3v^_exYt@% `[C- !*34J '(Ph. {sTiug麌*B_wkRZtt"\`t7>K-gKXHpmBzs"ځԌy,lC'_)BfXҌ3F=RPڠ0%1WW'Q% =&oW]RTMiop74"`ƍ'nd  /Iۈ'XqsGR,)#8RSȠL0}@NsH)IS)%/"X_<޲U*n1*`y|rX|伻o7@n|YȌz*8ƫ VEpa;=YP YZ