ghc-semigroups-0.19.1-lp152.1.6 >  A ^./=„^ -C} 4B oO7b0,@"Ӊc2V%(օh_'"6VnD[}d}3aUV1 .@ OP}ER)[V"k"HɄ `A4@l,5o. Epiٝ5 /kEE!~OfTUH`۷,-uG QӒLIû8e2c90166b4ad876eb364e849bdf79d689648072bca3d780ddb9df326d49ebe09f1ad08768a2e2adcf9ee95f5dd30514de33fc8f5^./=„F_NCdzLB].Emtk vfNB G^>0.РCGxGGWiM ="7ytKԗwR+5?HsX64 uIKqff>amZ wIj7)$yOs[lȅ j56?ƶ-*{o[n=o(RDOSM N`LVFyVMLfL]/R3m:>p>?d " ;  :@HX ` h x  $8`p  0 (R8\9:FGHIXY\,]<^bcd'e,f/l1uDvTwxyz4DHNCghc-semigroups0.19.1lp152.1.6Anything 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.^&cloud117openSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://hackage.haskell.org/package/semigroupslinuxx86_64zAA큤^%^$^$;47a3b1d2b936f6e0d3b6de82ba3fc803b94f001bfa8ccc0cd28631be23f8637fc9ed0c32e5332899f31bfad68cdb6e949a712a155318a0eb4872cc8f5bf4c95brootrootrootrootrootrootrootrootghc-semigroups-0.19.1-lp152.1.6.src.rpmghc-semigroupsghc-semigroups(x86-64)libHSsemigroups-0.19.1-4N1rKhC7T4sGi7ZOkPmPul-ghc8.10.1.so()(64bit)@@@@@@    libHSbase-4.14.0.0-ghc8.10.1.so()(64bit)libHSghc-prim-0.6.1-ghc8.10.1.so()(64bit)libHSinteger-gmp-1.0.3.0-ghc8.10.1.so()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgmp.so.10()(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 changelogcloud117 15901005180.19.1-lp152.1.60.19.1-lp152.1.6semigroups-0.19.1libHSsemigroups-0.19.1-4N1rKhC7T4sGi7ZOkPmPul-ghc8.10.1.soghc-semigroupsLICENSE/usr/lib64/ghc-8.10.1//usr/lib64/ghc-8.10.1/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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/ae740ea5b02768409fdc7ba5c565190e-ghc-semigroupscpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=097e920d22c15cbb539459da0bf5a03924c264a1, strippedASCII textPRRRRRRYat?"mm滖utf-8bab3c5ce693cca6a491de7efaeaa0c81fd34292f45f3594d5d0c69e3c69b0545? 7zXZ !t/] crt:bLL L77~So*PݗdȪU & b40~Ӌb>&> j'F B6E6h921td t FS߽9ǧOsS۲N7h1(6z\~qx"p$fғ)J% ~_fJʨH#q۲5.^`ǎU_/k>B:\4F%G6¹L|dT ez, =1}V76 na.A`;z6}cO|ZwE)SYCFCåpS"Ķ I[ uF gߢxZ@Cv~DTJRYmwvfE;oPh!qՏ=!5/tį k([^e[! #^ m\5#De6 A:IP*"e>U!1&RG`2B5iJ""vHhQbj5\=9N?R}}⦷kkI^%8n!N58ʌa$@#K`pZnhwNh #/]_Y`˫^=*{u:,,-gDx Hcm?~iЏ k,ctPd%լ3꩸W1md`yiIߝ}R*pӚ(#fGL]2 95 >o4:ޒ1)mߚ C\-%qǩH\AA'g!|曤@+1i-G 'VG1D(W !ՙs JXBpZɑE &ًW 2 $3i]kBڮ\\,C-#4j40Ð܄Tο2-Cjx@TJafQ`oP G \;)hF[윤 ƾDЄdSV#vY$w40+㻇CY~EHI`+B5_-7D1_,uҭK\I"OCi|!8Xi$6%%tt"6gk7Na Zܷ{7.uCTU۹R4K fkJR5\?7ə7Xad9swx{-p!>PM}($vL:M'h'7Ҽ'ZثfX{nb#3.^Ԃ]O7[!$ Z|9$I}:m+IJӾ0vȸY0_j*`S6ɭ=G<7%|PoC|$`|g¹YxT{١pZ`&gL#ib#"Aa3c1`2U:>nʇpgNuhd"mКN%"M؂*V2nb= 4_9Tieo~xю0[c՘sQuz򳡝+dڔ*yT [H[Z*7Ͱ $jf=;gѲ6tϽLJ.z,\8 |4sB `Gʍ^yAd&HdĜߑ_>ߙJ Njh5}p$JYX8x j:v2B=64_2xi{VM BYjՀ)UCGA~F hĻ(GVV!=d5:<H&0 ut_զoC5 G6=%XSaC~*X/d47},4,fA8!YAGIIn!@Tx*[=ddB9l3$e{Lg;Z)ajAF~:YP!JpRpש~\JQ!8 n F:ޙL \C7]MivGE;cJBO4YKJf̽$QsU(eL{v NdH).LEE|Y\r|yWd \ ( ȰuC0di[B^$%$uJ( mU܆/!*i=^$wn.ⅱ,̺MzqZD$6齭mX.0Sh:+'i˸=bNcuҟJڒx'j3WJ]Hz TCŠa0y<=qDƞ#ZW=Xqu|lTbCS? > ٔCKӗ51x9k Qk8B?E4~Z%M'U }y.{!Bv5IQvk}B>ĤxvnD٬go}>.(yLb]wA9[qv!#ߋ sU"7B6MeކD{=gʽE*7)D~I3_eړwTAX-ٚdH9vƺT haikjǭ 0#}]W9GIl-Su(;-|Aۀ ~OП`u9?,U2dk?=I/CpjuD7SeeC`ҤP~U'tqPm~XclIƶ\:R.7syne].?@f.s`|o]b]8=rF--3.18TMzj/ =@s'6o" a]ZDHlNdHU FCY+wO-8jIAw[W\ȕQ/b#<[?EdSnvddqs:  |TV y3ebН4?N|]8[;8AbfU̧gQ4m<|@s0|bοnR@sY{ӉgvY_8p"%fE7U&!mh+gjS uُ̽aDqCl5 1Ha&5;6br~vq\4OWUGBV)a8W<{*IFv^Sـ@V[?[I[m…p^R1\s ^YGoe R]r69TvM_ZUճ!kU@1.۴΋}fz05w8pmS!{c"{;Yܗkq\6$.plK5qI^Ȕ`P49׶ O,h>?׵0ى7$B օ-}՚1^Xj޴r.?$&[҂D$[S{yb3Zws< \ǾŴ͕rAt3/sѫ'%Qڅzze%ETg~# Ƙp]١Ixz!C _B%a^rS!Ѥ[ML{-!P:qQm_N8R6RBl 5,]tax )=ƴ[0{kѮ Ή@mz"* Xn(289k0У-gصe50+iXN3vpl.(u@0)H ɲ2~ țx eRf͏m^!`s ƁG<_uJfSӕ1 U n6=0F#dł@_)0qట"EV8$e ڳK߹OD9er ,^2`WVD)%-V*dK%XLQ=>}9Hj.̖rRo[:[ou ܸݧ'_rV<ҊƮI*fڋ`ړ:%Nk*Ɩ2,Um]5*Cݷb%ݻϿ( !sb0\;6- yoC\ҌIˉ٭hoCWABx?ЬӨk. 2׵g7ǥT9A7SԚ7bʓ~U>!zн*k-qԱUndlOPa7$S_aDBLʂNZ>e#MܣУeH7,zp>vPȈ@,a9poF08YI=xƿmP*uI,%΂\Zt X,)DI9 SU050vxm a3uJxԾLvKӫe3O;T<A+4m3Gg?^Fhv<.c(.8\v I~Uj@kR{1ǰK0uBoF;нa""K %̚kc*!0A.bcKN1X3Kϭ钝nN7Ckjo~]ෂ׵靭W3fFxNnqH{FÏ}v&GJ\hVU=š y~BWA_&"7,7 IKye+@N51kͤ_Nӊ:(bs?YGQ$]'JF/Ma1ET*iR( ?(od` ,bօmuYp~Zq.)ô(Ags$1so6k(2]ѻe}7?iʱ1j0.P\Uwe*9[׻O1Z0v|Wdyrb'W:ro3=9'Ǻ'>A,ʮjyVhEl(*,r&odS MK7z_^Rq;QY ]kOO9PcL*KM45-) A(kA/iAm'x&fʕݸ4Y14{bV1Re2PJ<-Q/CwVP17SR1޼;X|=]zZ,%ä IJFI3JqbL^tT8|j,VD^;ChDY&~FՒ2ʠ#{N+Z='gDԯStz_.Bp8$7(& 0K_j3;{J^<I廓2yIy|;w2UIgrᩔt0, rMׯ Ϥ\G"j )YA~0Fi ҐQa|G*{ q6[>Sl_k#?-i2,p YZ