ghc-semigroups-0.20-bp154.1.11 >  A bx!M@eee^=(ά]Ì1?IP(nP ] EpP,P̻vp>?d ! : @FP` h p   ,@hx  K (n8x9:FGHIXY(\L]\^b3cdLeQfTlVuhvxwx,y<z\lpvCghc-semigroups0.20bp154.1.11Anything 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.bxsheep86SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgUnspecifiedhttps://hackage.haskell.org/package/semigroupslinuxx86_64zAA큤bxbxbx;697082396c9764a9f1676fbacc254118ee1762af27857aaa8e45e54dc73db4ccc9ed0c32e5332899f31bfad68cdb6e949a712a155318a0eb4872cc8f5bf4c95brootrootrootrootrootrootrootrootghc-semigroups-0.20-bp154.1.11.src.rpmghc-semigroupsghc-semigroups(x86-64)libHSsemigroups-0.20-FZjiGBNcT8oCePR0rFdXVr-ghc8.10.7.so()(64bit)@@@@@@@    libHSbase-4.14.3.0-ghc8.10.7.so()(64bit)libHSghc-prim-0.6.1-ghc8.10.7.so()(64bit)libHSinteger-gmp-1.0.3.0-ghc8.10.7.so()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(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.3a@aa2@aF_H@_;^@]X]fl\ֹ@[[O+[H@Zz@Y@YyWڍ@W8VT@VzVpUT@U6;Td@psimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.comOndřej Súkup Peter Simons Peter Simons 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- Update semigroups to version 0.20. 0.20 [2021.11.15] - ---------------- * Support `hashable-1.4`. The `Hashable1` instances added in 0.19.2 are removed for all types except `NonEmpty`, in accordance with the corresponding changes from `hashable-1.4`.- Update semigroups to version 0.19.2 revision 2. Upstream has revised the Cabal build instructions on Hackage.- Update semigroups to version 0.19.2. 0.19.2 [2021.08.30] - ------------------ * Backport `Hashable1` instances for `NonEmpty`, `Min`, `Max`, `First`, `Last`, `WrappedMonoid`, and `Option`.- Update semigroups to version 0.19.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.- disable %{ix86} build- Replace %setup -q with the more modern %autosetup macro.- Re-generate file with latest version of spec-cleaner.- 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 changelogsheep86 16520918790.20-bp154.1.110.20-bp154.1.11semigroups-0.20libHSsemigroups-0.20-FZjiGBNcT8oCePR0rFdXVr-ghc8.10.7.soghc-semigroupsLICENSE/usr/lib64/ghc-8.10.7//usr/lib64/ghc-8.10.7/semigroups-0.20//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:Backports:SLE-15-SP4/standard/fdff0e57c5d689c4068f0cdc5d5b1cce-ghc-semigroupscpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=deda64eee8daf5fb8412c69cfc356497a5722cba, strippedASCII textPRRRRRRRXmpnMBJ9utf-85d4ededec902dc13ba75ad278082e3a386202d710ec2c85709ef99716bc40546? 7zXZ !t/] crt:bLL ?7v* i#03fnw-x};yXH_s*]IHlLQJPN_DLr x4![ 9m=>ox^yG;\ñ5N'7֑ɁFXnY@cvLqR.Tۥݪc)cgIvu2aגb6V쯒Up*0o{mCWN+ `ҬF^`Vw&Cw$QI 8$r|b=.PV]HF*&L$ N63SdPxbTQ9=$[ݿ/nr&.W}K|i2:CUtj,ͧ9k #XLəY.s !JzTrty+V hE$![f0ǙWK4QԦ9^ί{Q5XذävE: U f%?u+Ttp~(4a+NdTFh=iW5ѕ,f, Eې֬z /~Wg,Gw@!vL@x/u*,|eZ]*q{gd1߂Mv{v_DOnzR?U_Է{7C~z 9VZ) .FfVD Ss:[slI8V,oxɸRS̟R_[jc2=Adղj I ?5ȧg iٹh9,bJ?h{%̵XYbⴗdͰ(xEiqa%dr0GhܢmEIO?U$-Ҍ.:gٷP_R̭^w;EJqzG5? @!~NɊY֪&w<}7D:zf!z楲䞺m@!tx}oKXh(#_țЊ>vͭ+aD:w\vG=PX.z6r2ڼ~1ԧZY J» St&>iUak.^1Mf*+2撠wzwxt:/'#4o>L_껼? =F:zu,Ahq-^tTru^Ύݐ&<[ 1ɂrkPeya+ڋk ؐ򍊵@LnDP˽3&pFѢiIv;)t`/ V|yB8{Ht5^ nʴñ[LQ.>w M2R{ icToiwy*+3UQIi۷<1e݃q+4rt-~֘L)vnJK>TFPI{K=ހlJj0}X{۳OV(ǻ< %`، *OvLe'|Au)m9p+;\3-2gcںRVPPѲ> qF͖-JMIjHpظg|O5 iq&n mMy4a'rg'g漝̜ȩxlʠxdzIMkEЙ&.#VKXȚWL_J@-]% Zn)PfT︜&6퐪Mە 0t((B-࿳&׌A?_C{0HpO~zruձlM tIcS~wPp3VBaQ^:cXN]+y0b~fElfG6}bƛq%@{H *kB֙a7}Uj(v莾{afaO&]L$cG3=} rAm Xv~!eR88ƜkD~OD߁ɍśf)#zT䇌qŰv2d>5*BmwigAU~D}-;Ϫ On7+^좵<f' ]5>խΐ,NX:xIG坐҂U&"̀DJw]]௺Ƭ0!T$9PnC=Îhi:Q\7EERoM U0Fi z]'8Y ERx~[N:}^f@o*H_:%#=ft@fP^ٰ+%UGzKf^Zѵ.wq f^8ϜvqKxK=^9MڥEv>XL2(<܃%N.ק +}WZ%??7@Z9!&{.3I䕭~QCg~w#`LzwKw;8jqZخN?Vs0^Ʒ' >wBk>ecsJ}$a,98ނQjOUS-_HPϐn oڴoy0bgxIJx_|< 67K/YqvLC;Tw%69PIù!3$܊W4HNGCGZa^i1YmzLWb3)V x24{MKzu!ss! Q2w,g1j8hJ%A,!9vu5N6*I+KΎ-=b2.3Tq bt ~M$\W}{,o 3LсI HS!T.=/t߸nf:ǻ8I F"Q F#r s)U ADaT+G9l;.YqY"MTؕ W+IjL4V}wZVRfQGC{fWdg8/ dtӖ<ȔGuO0࠷] WJS4XԱ,M֖訦g,sm}wugǒvnR%%7uoED% &it|,P::ޙg[7-A&O]hcGjί`F[Hd{ UZ( Pθ K֛23]g uy{xWm#lz*e>뮛52Iޠ2 YZ