ghc-base-compat-0.10.5-lp151.1.2 >  A \p/=„`մQg\P7[ uOr{^nޠԾ#YDJeX9!?3=swm`xKbуJ`EA>4 t.q[Ipl]JvGG$ &"oߢ~?> 2Kfb5693c240d7ac5560c14f4f923649ecae33b0d1fa34db83142601a81ebee1cb979f37a2ac5648143ad65bc8214afd11c49e30d6\\p/=„ p=i/?dln^_5&;Z1U{wzaxXy,:3wcE +d{J3-C^o+J f#ζhA%W*}gVnrg i-tinfvA)t`c_啗xA~U)g3k/š=$?ߑcp>"?"d # B  &0@ H P `    L\ ( 8 9 : FGHIXY\]^b c d!$e!)f!,l!.u!@v!Pw!x"y"z"\"l"p"v"Cghc-base-compat0.10.5lp151.1.2A compatibility layer for baseProvides functions available in later versions of 'base' to a wider range of compilers, without requiring you to use CPP pragmas in your code. See the for what is covered. Also see the for recent changes. Note that 'base-compat' does not add any orphan instances. There is a separate package, '', for that. In addition, 'base-compat' does not backport any data types or type classes. See '' for more info. 'base-compat' is designed to have zero dependencies. For a version of 'base-compat' that depends on compatibility libraries for a wider support window, see the '' package. Most of the modules in this library have the same names as in 'base-compat-batteries' to make it easier to switch between the two. There also exist versions of each module with the suffix '.Repl', which are distinct from anything in 'base-compat-batteries', to allow for easier use in GHCi.\alamb54openSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/Haskellhttps://hackage.haskell.org/package/base-compatlinuxx86_64P`AA큤\^\^\[[țe5a488483bc7e55d4a1362748513cc58da47f6cb3ac8c16bd184a9ea9dfca0ae788b0c0ef27a124ddab8917e477fe900f67240eb62bc332b2e4d9c33a9be86e1rootrootrootrootrootrootrootrootghc-base-compat-0.10.5-lp151.1.2.src.rpmghc-base-compatghc-base-compat(x86-64)libHSbase-compat-0.10.5-FRXoAxOVtbG2qLNIZm1tTr-ghc8.6.4.so()(64bit)@@@@@@@@@@@@@@@@@    libHSarray-0.5.3.0-ghc8.6.4.so()(64bit)libHSbase-4.12.0.0-ghc8.6.4.so()(64bit)libHSbytestring-0.10.8.2-ghc8.6.4.so()(64bit)libHSdeepseq-1.4.4.0-ghc8.6.4.so()(64bit)libHSghc-prim-0.5.3-ghc8.6.4.so()(64bit)libHSinteger-gmp-1.0.2.0-ghc8.6.4.so()(64bit)libHStime-1.8.0.2-ghc8.6.4.so()(64bit)libHSunix-2.7.2.2-ghc8.6.4.so()(64bit)libatomic.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libdl.so.2()(64bit)libgmp.so.10()(64bit)libm.so.6()(64bit)libpthread.so.0()(64bit)librt.so.1()(64bit)libutil.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[@[O+[M@Z@Y@XQ@XW8W @VvVppsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.com- Update base-compat to version 0.10.5. [#]# Changes in 0.10.5 [2018.10.18] - Enable `BangPatterns` in `Prelude.Compat`.- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.- Update base-compat to version 0.10.4. [#]# Changes in 0.10.4 [2018.07.03] - Make more modules `Trustworthy`. In particular, fix a regression in which `Prelude.Compat` was inferred as `Unsafe` by explicitly marking it as `Trustwothy`. [#]# Changes in 0.10.3 [2018.07.02] - Backport the proper fixity for `($!)`, which was accidentally omitted in `base-compat-0.10.2`. [#]# Changes in 0.10.2 [2018.07.02] - Sync with `base-4.12`/GHC 8.6 - Backport `RuntimeRep`-polymorphic versions of `($!)` and `throw` to `Prelude.Compat` and `Control.Exception.Compat`, respectively (if using `base-4.10`/GHC 8.2 or later). - Introduce the `Data.Functor.Contravariant.Compat` module, which reexports `Data.Functor.Contravariant` if using `base-4.12`/GHC 8.6 or later. See `Data.Functor.Contravariant.Compat` in the corresponding `base-compat-batteries` release for a version with a wider support window. [#]# Changes in 0.10.1 [2018.04.10] - Add `Data.List.NonEmpty.Compat`. - Reexport `(Data.Semigroup.<>)` from `Data.Monoid.Compat` back to `base-4.9`. [#]# Changes in 0.10.0 [2018.04.05] - Sync with `base-4.11`/GHC 8.4 - Backport `Semigroup((<>))` to `Prelude.Compat`. Note that the `Semigroup` class has only been in `base` since `base-4.9`/GHC 8.0, so accordingly, this can only be backported back to GHC 8.0. If you wish to have a version of `Prelude.Compat` that backports `Semigroup` to older GHCs (by conditionally depending on the `semigroups` library), use the `Prelude.Compat` module from the `base-compat-batteries` package. - Backport `(<&>)` to `Data.Functor.Compat` - Backport `iterate'` to `Data.List.Compat` - Backport `showHFloat` to `Numeric.Compat` - Backport a `RuntimeRep`-polymorphic `withTypeable` function to `Type.Reflection.Compat`. (This is only exported on `base-4.10`/GHC 8.2.) - Introduce the following modules, back until the oldest version of `base` that can support backporting them. If you wish to use them in conjunction with older versions of `base`, use the `base-compat-batteries` package. - `Control.Monad.Fail.Compat` (back until `base-4.9`/GHC 8.0) - `Control.Monad.IO.Class.Compat` (back until `base-4.9`/GHC 8.0) - `Data.Bifunctor` (back until `base-4.8`/GHC 7.10) - `Data.Bifoldable` and `Data.Bitraversable` (back until `base-4.10`/GHC 8.2) - `Data.Functor.Compose.Compat`, `Data.Functor.Product.Compat`, and `Data.Functor.Sum.Compat` (back until `base-4.9`/GHC 8.0) - `Data.Functor.Identity.Compat` (back until `base-4.8`/GHC 7.10) - `Data.Semigroup.Compat` (back until `base-4.9`/GHC 8.0) - `Data.Void.Compat` (back until `base-4.8`/GHC 7.10) - `Numeric.Natural.Compat` (back until `base-4.8`/GHC 7.10) - Introduce versions of modules with the suffix `.Repl`. These simply reexport the contents of their counterparts without the `.Repl` suffix to provide a globally unique namespace to import from in the event one wants to import `base-compat` modules into GHCi. (In `base-compat-batteries`, the corresponding suffix is `.Repl.Batteries`.)- Prefer the new %license attribute over %doc.- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.- Update to version 0.9.3 with cabal2obs.- Update to version 0.9.2 with cabal2obs.- Update to version 0.9.1 revision 0 with cabal2obs.- update to 0.9.1 * Use the more efficient version of replicateM and replicateM_ introduced in base-4.9- update to 0.9.0 * Sync with base-4.9/GHC 8.0 * Weakened RealFloat constraints on realPart, imagPart, conjugate, mkPolar, and cis in Data.Complex.Compat * Backport Foreign.ForeignPtr.Safe and Foreign.Marshal.Safe * Generalize filterM, forever, mapAndUnzipM, zipWithM, zipWithM_, replicateM, and replicateM_ in Control.Monad from Monad to Applicative * Backport .Unsafe.Compat modules (for Control.Monad.ST, Control.Monad.ST.Lazy, Foreign.ForeignPtr, and Foreign.Marshal) * Backport forkFinally and forkOSWithUnmask to Control.Concurrent.Compat * Backport Data.Functor.Const * Backport modifyIORef', atomicModifyIORef' and atomicWriteIORef to Data.IORef.Compat * Data.Ratio.{denominator,numerator} have no Integral constraint anymore * Backport modifySTRef' to Data.STRef.Compat * Export String, lines, words, unlines, and unwords to Data.String.Compat * Generalize Debug.Trace.{traceM, traceShowM} from Monad to Applicative * Backport errorWithoutStackTrace to Prelude.Compat * Backport unsafeFixIO and unsafeDupablePerformIO to System.IO.Unsafe.Compat- initial commitlamb54 15522151370.10.5-lp151.1.20.10.5-lp151.1.2base-compat-0.10.5-FRXoAxOVtbG2qLNIZm1tTrlibHSbase-compat-0.10.5-FRXoAxOVtbG2qLNIZm1tTr-ghc8.6.4.soghc-base-compatLICENSE/usr/lib64/ghc-8.6.4//usr/lib64/ghc-8.6.4/base-compat-0.10.5-FRXoAxOVtbG2qLNIZm1tTr//usr/share/licenses//usr/share/licenses/ghc-base-compat/-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.1/standard/db2087a05a314c3c9a990e0fea28e686-ghc-base-compatcpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=807efce8f01c9b597e0688406b8b74ba8efa6338, strippedASCII textPR R RRRRRRRRRRR RR RR F}c2E1Dutf-842124e5af9938646df751cfc02f1cb05598fdab517726e8681b9589fb28f87d6? 7zXZ !t/4] crt:bLL dUriCRK$ W[Ǒy=u]/zbOzCbA.Yb3J ǾT j,l~VWdk !nQ<>@26SӲ%5": 92fhS59z$rPa q((CeWLa(-vNcEoUmjA 2Ġv+Ԓqapw+̸UK+j7j|r͎+VK`_Yo.Ĭ7~o ktU/v}(p湕Hw +l>2`qjz养j+}ޡKM7vJMlaOIk9O -=k*UR$Y=} ~A} *nR,jV(46-9Z"nR}J cpߧX[CVj0RV)=Fȍ'Y"G>G-iv߈Z77ht:!)DOg ~;-(ڒ">EІT{n܎1\e?~yҮ[})f *Z$Pْ}f:pds;tፕ> ?1Eb DX?Ͷz6KˮtO-d~zI)t! ]GEQ`wBr ޭ`>B;[6(郔/e\k*O1uPS-#:mBO{Y{v^ZR(MDr] h.91:)X3g512D?6oY䟊kңF%;dpm%ϱcwf߄V-s,/0888Ͳf~r>j컘(B=yK_AE+ĕ"'Jk\1);+ME" D x:PAIjE&KbK9T'fqXFMH筋;lQ.S 5 5t]+{Ik617Tɩ;?7*jH2(1D 0xT Ohr>c '<f&#p m8c 5h\dnjy \ኴDfd)AargnO ^Z h1z,) _&քlT/l\~ڙZ8;)!ȑ}נn@R^"F4ذYZpod6nSQ}OJv[Nȹ+ܜ%)A,_h ;aw=C|Ȋ2PO[A(l JP$SP >?vFH>V;q tnV<[ZSu wWN닲:-v%)9J쥅*酩 .p.%(o)&0!0R;'*z':[R˕#> I?reoA^%>hZ I@kL Y Ru"I}љUSI6Gp}Ja z:ay۲ %(Σ`הb[B` Tz'+&P gyG3 ; w૖,8lbL iZ?~)eB( {\`+grvjB釬K?%/`%ei, 5_ӥEO38? 2̻ uYƯ\։$vxcے'{ȸvo*d?2c "#<9fmlЅ" 952=:O@>KFN0+tх͒Iz%ߨ%.jwWo%Y~Ȝh-ՙvN=gt251W6ɥ1||k (XPˢ*nBng#“;fT+:=Pnԃ-(}mgn_<ڮN۪ 2XDVpQ&/ɨ(9 lGI=iUͭQ6i}9/h]U\u>i m/ BF[ױ))PN0|DO.מrsvdu]aR6SGaboU୙22e7a:GvEޱ7?=0-M]GF~hk]Ku)t\S钚XZ]ISr⶞a31(vp8=YA2N Q0_ /H=aN?-Kt^Lt{2 ahd.'ʺǞ_Y-F"ѐw)߫(DyRaf00K#  zrNiVGr:aܡb4Z%{Qm tЩnɔDvĈbf rc]J-pMٚ/{naտq{2,>v=@ #5qdyR~kNlg, e οW,731^=XI^TO4E ,"euE.G%_爭q6yb|f2gsx˅qhx"Qtb._'NQb[%UorhkycZA0)ޕUa` q1=`֡og7ԠgF'*r&+,%nm:ufj 65)?ה66T[ys^X0l׉~EzӲim${|&FF nfnӭ"z L0\V8{"BI5ؔy'm d}y<t~sk6^*aI? -ZW~>&O+{nѾ 'թT*7:K9Ю7%l~&i^ L]>- \j5Ga^s{Kތs%D 05lG+`vl^<8 fa'" qjW!g')xޯُj+Q|kX4DZ_3f2]۾.Ջa-X9P ]V%x{ (: ~ X8I,?ΠwVqrK=`W]OQg.n+r$0~b~Y6c0DҸ7ڳO)W[Đ^P2y4newrr+w5k::M>rc@L Xo};?i Gb\UG{K/pHFKdGp+J(3|3Lq>_?o_}% ~~&zނ4lKhXhpt0u ^Ci\gy*w#K~v !O1 ]%e@%DpZcpFa Lv  )Ie TL}j0@zz0;RėdsWunU#^T^%-XiwJ~t̓mjͧ=~h !]6exbψ p=!.(w( Ri)4 {%/nmƵ&W Jgw2rfƷm;|XB7)P3^CK1GcKWyd<;CW'~d 0^fDG͍5j^ȫtv!2F`*sG8+XP SȮ3 ,O?R?!56cJĖ? j[viZ]X[Ƨ ް߻2@ ˮ izcUޔ=an%|ZL~vJ(?O6j<D:O!Ȑf|JdmIRV]cF_W"@ۤݟgx_h3 sɭm wxQ )+՛s2J4pֱDuT et<7j!~];'Z@Vd+5 \}1Zx*ߨ :;a}i0MАŦ͜Y<,WMԆd,TSJu™}x^Ugjcg*oD<F:3`Vlpo>8;}bP<|etMG(r=[i"HG^ei΁J_z7"Faf"0%1FpBJxtt2UK>Wfm14}9QM3,uDPظ!@ᷮ Ś쇯ɛd^ZNBfTWSu{#K@쫑rʑp]bBJ/ Ngg1 ]to㪿=п,_G829"|b6`%.umE<;ÅrҲnCзl2 rGb݂;zC\b̔0lT9qp@:qBYկt4%8 z846-&l핎fVˢP<;V9'^aP ;p%Uu79~Z6﮹;vĥY'8S9s=Mԃ+V@$7Igf4j!F>1d>Gar(gc*+GR X"#f&5Yf;RQiRkBZNdH> AŏiOqLȌiiX*ýd~30o X(T$ VK`^i~'*QdMI_<݇>M1~5 @%"€*~EUZE3 CtX.HwgS_t8AzHB %.ox%@(毠6(ۇ<2!@\wx):֣/᭍ -vNM?wwuf.|v~,^euJEL6U:mn[ $ER40\d-v|Ī2I2͡lYci2Z=!⧔a7mK͜5m )K{I6sv6zƠm(,G|YcQGNn=ÊeIWIZk Ծ7*ŁBb L1Af` ܭxƒe>*pZ_cZh7ɻ3mÁ23SǓ]?$%XHoߡK4\vؔI BmL;-QT}ܐx`1+n ZO;Hc ]jNneǞ jaQRfH6ġVhR/C8Lhm1|hN KjC_PHw}?? ˆHJ:q{vd#VU}kQۖ̈`FRE̎~O^ϗzeM eސTh+޼NտVx:sF~5iHx_ā!x&PkaŠ:~,>c8t;VbL*Q-Ο=Edn~é3R-yw#UL?#p즷 ATO8A~uh\'ou&{\hiV5<~񾛚 cLÖti^!G Rc*82ٙ% 6%6BI!]᫹EM)Cava\TQuф310궶m2uM )cafH%4& N~KWBXJDw 6pZe>GH&`{#1 Z]ӆƤ`= \DF4/(M#. 0J'y/%vW6^@0{oy RGz>Ƭ,@ЅV8~&&ǧ0U;ON,EG5]zdy G6tBP׎)l@ֻP=v*p6f1{\R%_.J$A>qJɎUGIScc5F:{mhoqUnW<(}v{/3d/Fla9'^yT¤Qb꦳{PE͎S]SDi6Y3meW-0Nh{]w*A*K^$☁O*Uʒ(3ܧB${<ͭZ'kj =\c mHnOR 3\P<(ܡ!~P=\ T؀D#W'TMNm XP2{ c Hji >尟UW_BjIujBOVNj* 8'*o3b2Z+VRC@6ЌUb==AF"G:0~JTQ5'KgLZt}TxrX5Yx9DtN=z6̘'R;'#yax93Wf!+q 'EIJ%t\[m0Ǔp{qM36\'onPO5B扥&+u:%Vd_Hp' *h5ԇ i7u+zB__\h@Yk_R ONŽdmES Dh\DpUH:3@2jO Ԥ.t2=uj>3!u*}6avzEՌ^<GHICE{vc9Y- BgmlSvǯr6jp & l@5&y,!DB`~r5Ѿ;~, ~':px?Fm˴׸"Ph%ӷ?g[3XfQو9o1h!(x=I8(~i&̬&Zָs|F(9KoY9ң/0o_9?x*:0#SD%鏣[ۊt# *9D#|d_"IH}r> h؃YP","SG@iAskyT:s ,xG,ڦwv[mqogTqwt}}ݱNgԉ-mc%"=ӧOM f{;&􃥴Q,.vMCRIqc(*Ȕ mUo)RzE-9GO F?ub8pIh -!k,"Zp¢zE٥RR@O?K?)|̥RAx0Ta]jio4x)᠑! Zdcn؝%7.JAGR~MUQ eEM|1&wtPCPZ57ȟ3ҭ&}/|-ȦgLr|G5Dt'Eu$}k(Qzv.PG՗cl^7)waNy][Y]U)6J8v1Zf0_qffO0{D> 4P}-9 uo_SF0jP&`C,LfA 'Ԡ7R 'tbӅh=gU[O$.͇}{wh(j~HVSkA==c H*UG`h^E vh{$S 虂ҡTvS2^=7+R ^x$ؽ!T+M2W(:АP&1 #D 9upAStz@V#j6So%h`hňy)F IҼm( d.'N)w4C0epr_f;gKd' preH a0cW:n*VD-L*.M'8:*ъ'uQ'%/W+!"9ߤWʹ1㏑sXJ+kէu쮡D^@ʞ𞉵ɇ 8 :c*0+Q`xm}$FS''wl_ؚ @>>Q Wsr90q_VuFxC+ZҺF!`W8p΍7]CP HY/nrhPAb,DԺck $V + RxFWP9 $MǙ8=I닱LNF. SӔD0q]Ҋh^Anp!i_;%Cs.Fcf(y DkLCkGX4k,#hKdNdX]ѯ/.UF9ly5p o8oN@%ߵEj_J#(UyѤs'T)h1'p{ƌCo$=Z >L )]8@f6Ϝ1Z9 uh\>7+ KBF!פul"G8<<ݿEͷ*)n>>r*\[mvlue"p cnUVV]1ox2^풎,VR,~CJk١`;"0'Fx'R_$? aMh4cj.Y{=[i㯛%܎܉i=V1 >[ yuvC['KÆt,ߙf҄O ~2ci?ŀ)l*R-$[詂;-{g;\)E\kbˀ |5q-.фq)R#eE_-gn$7l4agjs Rp8y,OO$ξY)bdTpk9vGW}/zP#W\*bNe@t[z <5G1f#cQi N~~ִ:|M>?wiM#$/*gu ct {ϡ~c gXUf@ו $zEv$RH()[7[b+I)),fA{A/9䅉;D"e:)w \kggdX6RxQ R`)9P|?~2zb4vk#x#.݀X1g<],[g ]mq]]*JզIXiKdwϥ?3j-Z8w/ (f@(\O6{=oo ̨,C(ÒYc%7; 6$rqDK;g HZanNt =-e)2IN2!(iKA uLp# }I ;L^6 |FTx`YNlQy! ;BOi%͜SqmvVR5鋇ϐShh!9۵sដҝm*Xr#8] $#ܺcIy[E£SCOnp1Xm٦@&+!b;b l噅IJ Fz0)I@a#S Yh3@",y .Kˁɔ %J~ {B'0{|DOkxT4y3BS_ehPNLj:56N/{l5lY ]Pp84@Njw[e!e,LS}Cj.9,q2XF^ ="Pۼr0R00vU# Nhz ,%vzf=C&p3tLtR^0*r-jZ:mBP?͢㷇'%џU1&Ѓ|4GVojzv^(Dx.:յuIJS(:La6_#Y+YQ=>aR[M)$:>`d\ b~;Ѿa ^mg^Uˈ9yJYWSgF0loKD͊o?IF|VPK&4G{Zt@ӹvc6ZɼjZF YZ