ghc-base-compat-0.12.1-150500.1.1 >  A cPp9|K{JKLF ڂ!9%iy"QcU;JՇ|]F澙e pHv',=dI|KfX*73rFeenzЈXt"Ptlk}'vW#.B$8#xU)~^ODW5Jq5 u*o]Qf70f645270561bb57a9b9916ab9e9021edd8826ea4e04269339acf0f5f4787df9c0541c5da1acd200ef1236bca118c1c62cca6b3{`cPp9|:e5n}'U~viYux#2]Ȕ{c߬GMrVZ^ʲ5sA"v`y" "3>7ai %xVIFϫѐ qQzGaOi-Jf;ĩu)hQ㶨M BsyC㯅åQsiq(rPo-D\L\%!<yTeNmA#x<*۲ڂz%q$p)_j3~`N/AO o.>p>.?.d $ C 06@P X ` p  0\l, ( 8 9 : pF*G*H*I+X+Y+\+<]+L^+b,.c,d-8e-=f-@l-Bu-Xv-hw. x.0y.@z.....Cghc-base-compat0.12.1150500.1.1A 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.cxinomavro+SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://hackage.haskell.org/package/base-compatlinuxppc64le'@`AA큤ccc;13b8afd914c62b5b795ea462bc3b9408a83c58c59c35fd09cfc338badb62ff23788b0c0ef27a124ddab8917e477fe900f67240eb62bc332b2e4d9c33a9be86e1rootrootrootrootrootrootrootrootghc-base-compat-0.12.1-150500.1.1.src.rpmghc-base-compatghc-base-compat(ppc-64)libHSbase-compat-0.12.1-EotHHFfFQAJ7ymd9XZQwmL-ghc8.10.7.so()(64bit)@@@@@@@@@@@@@@@@    libHSarray-0.5.4.0-ghc8.10.7.so()(64bit)libHSbase-4.14.3.0-ghc8.10.7.so()(64bit)libHSbytestring-0.10.12.0-ghc8.10.7.so()(64bit)libHSdeepseq-1.4.4.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)libHStime-1.9.3-ghc8.10.7.so()(64bit)libHSunix-2.7.2.2-ghc8.10.7.so()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.3aa0_H@_|\@_;^@^0"@^@]X[@[O+[M@Z@Y@XQ@XW8W @VvVppsimons@suse.compsimons@suse.commimi.vx@gmail.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@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.12.1. [#]# Changes in 0.12.1 [2021.10.30] - Backport `Solo` to `Data.Tuple.Compat` when building with `ghc-prim-0.7.0` or later- Update base-compat to version 0.12.0. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/base-compat-0.12.0/src/CHANGES.markdown- disable %{ix86} build- Update base-compat to version 0.11.2. [#]# Changes in 0.11.2 [2020.09.30] - Sync with `base-4.15`/GHC 9.0 - Backport `singleton` to `Data.List` and `Data.List.NonEmpty` - Backport `hGetContents'`, `getContents'`, and `readFile'` added to `System.IO`- Replace %setup -q with the more modern %autosetup macro.- Re-generate file with latest version of spec-cleaner.- Update base-compat to version 0.11.1. [#]# Changes in 0.11.1 [2020.01.27] - Sync with `base-4.14`/GHC 8.10 - Backport `isResourceVanishedError`, `resourceVanishedErrorType`, and `isResourceVanishedErrorType` to `System.IO.Error.Compat`.- Update base-compat to version 0.11.0. [#]# Changes in 0.11.0 [2019.09.06] - Sync with `base-4.13`/GHC 8.8 - Backport `MonadFail(fail)` to `Prelude.Compat` and `Control.Monad.Compat`. Because `Prelude.Compat.fail` now corresponds to the `fail` from `MonadFail` instead of `Monad`, some care is required to implement `Monad.fail` on pre-8.8 versions of GHC. The following template is recommended: ```haskell import Prelude.Compat import qualified Control.Monad as Monad import qualified Control.Monad.Fail as Fail data Blah a = ... instance Functor Blah where ... instance Applicative Blah where ... instance Monad.Monad Blah where (>>=) = ... [#]if !(MIN_VERSION_base(4,13,0)) fail = Fail.fail [#]endif instance Fail.MonadFail Blah where fail = ... ``` This approach is also backwards-compatible with previous releases of `base-compat`. Note that the `MonadFail` 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`/`Control.Monad.Compat` that backports `MonadFail` to older GHCs (by conditionally depending on the `fail` library), use the `Prelude.Compat`/`Control.Monad.Compat` modules from the `base-compat-batteries` package. - Introduce the `Data.Type.Equality.Compat` module, which re-exports `Data.Type.Equality` if using `base-4.7`/GHC-7.8 or later. If using an older version of `base`, this module is empty. If you wish to have a version of `Data.Type.Equality.Compat` with older GHCs (by conditionally depending on the `type-equality` library), use the `Data.Type.Equality.Compat` module from the `base-compat-batteries` package.- Drop obsolete group attributes.- 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 commitxinomavro 16709662750.12.1-150500.1.10.12.1-150500.1.1base-compat-0.12.1libHSbase-compat-0.12.1-EotHHFfFQAJ7ymd9XZQwmL-ghc8.10.7.soghc-base-compatLICENSE/usr/lib64/ghc-8.10.7//usr/lib64/ghc-8.10.7/base-compat-0.12.1//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.suse.de/SUSE:SLE-15-SP5:GA/standard/c034fcc7642c6d843526fdafaf912053-ghc-base-compatcpioxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a414282c348b11a5c1198fb27cfe5173d7c3d57f, strippedASCII textPR RRRRRRRRRRR R R RR sN_oGܦdutf-80a242aae7fdd57c0e5926dac77a8e7d9f72c43053e5a3fd65f302fa7df13bb80? 7zXZ !t/.H"] crt:bLL rM#ΈlXE7;,-xleeU4}(G^ xkA!XdZ{Q6M¸7*SPuM<# ՆkߞF\̈^߭n$Fu^h5d&SC?0?՝8"yOIF| z/3Ep[^T)V[4m#b h'zgj64eoP$B7H\ecT<`VbxGΨ Gnc>[xN>Pa&J }"(bO|YU anu}K^ 9QW[;™B> 4cQ@sfGу߳FGaa-i@Y0N1ݷ@1_$v+|Wm>`°-q${V5<+)7ogTPu#*L-uq HeC BN7'S <$5~\:GRtx{) BMԛ \Ev@Nchi^({:Z4'Ԑg-W~I%mTtz1c v)pd CPJ5hݙGI0sP %>!I ӆ.aS[W3MGZDR;0uRvu/͚>LvrL-Qq7nXnqʲrvx@e,41IJh]zéMFR] 7>Y'rle1gʴb^=xrWV7 keA$iOag#;ϗSmh5%ib>_AϘ#p_Ɲ6ԴT|%}^BV/8ugU>۞<{)nHa Nb1cqX"oNRFYa 2LrvR3ݘ^HgOtCؗ2{O90OI6:ڙB/ o ?s-&IV cMh:~We1PlVnI+aUuieY=yPF".߁S {Տ ]:zTkd?$"nT܈~%ןq(vHS [CJWHAqY-nP<[* ;aԗ׆9y9 S@\~,qfasܨtY)[XրmKvւDqwظOGvYpB4[-&eNREr_u~K@ v,^=f({S:wZ//US:k~<' .^g ˦z;qj?3Wj#U QvEНvi[gwo>+2pJ|($ RiDfzO'S= }wtxyF(&>+#|$z-Ѷz?O`?09ZfF;P)=]ZsЫcKz36^^r8-]7i{jR1k,cYڗd6qB_t:>]SWW[$SpǶEn2h|B~Izтh'‚[[RO>f:Z2 gAR+f+{Ouˮ~IeAS[=-71\aW"EH> #R,Fhu♭u2bQ uB'yv F۾ˋ2?FghN!bT-'pA@KyaOk7y[ǻџ^1vg&ϭt(`ޮ(<3WS0ϞjjR8pT~d7@$j J.Ӳ4\xn Š6wS(AYSw:+R٘)GX~n֒F4)4Xx)ԫ}!H1m-~Q)rh -m\Ӕol^C |{A;9~N^I-FvQ[k8t=!m^6BUY]ZlO O Ɛ % ԫ&BsvJV^jT\"W†NL<\7 Ǜ^ԣ8-#a(3"z?d`LڿМ!8dl3{rފHmsSN=ӥ^/cFSZNœzoh/#`+9 ]u?ōRfgB+&1hD\R/5~wvyh+maFs]l cš:9 ̓)b'gY۵w'㝸Cco{:gLV' )4;ߑŮq+ͪp%t| %U@3=_{]Լ<7 "t7(LA`iB5-ġ%٬#8wF;~h9dWPߡaG.]oedu 3Jtqm,1z)45 T%Mj׸Oڂci5^J;H1Xm)#<$kDž\6F,s\B%YZ? ̴9K+W{p&$F)u( $<(Fɾon }JN胎.hWuHe8&fB0Y[6~'ގPsčmVAM=Ӯ˺/6*URvtKtxLl&S4 VziQEG͠c2i;tXݤ 0 粧DBĪO,<~*|mǦ(}fvG˙?"uIԶ],gK IH -훜<3O;9DFn7Fck9㻉K6L Ay5 h0 W"x4TzIt}>&)K~g/BE]Q}ģX L{ 39o `&ä%42T[y!@tB;1'*}n_<cHY8OX" ,LBj$8z?-g#wIQ.i)0mY, K 4M)mXZÈEDdUx.`B/5Kv_aULwޘbdAu N'ԡP\YY@:b}t\nG weKs*bD 5dk,!$N~5<7{)0J`mi#b Z#B |uD,@]N/QB H:-ff\xp-|VE7Cdc~C¬ؘYs`9m>~|":d)fuGv_&锎e`3<:N$xaL|-qN#_uUNxbT Olr(3<fҟr !/6h[6|%"f#7>m 8mni<5z g^6g"[  :hE).;?q3*L3fR~H+<>VEPM9F8Ta#'gghMb;.F'A0؀8lmCA)5t. +-iAXrES- S~318dzxI5ΰ1gbzoM @en<f*9oeRFN(JԪwQV'O(,._n;,V!Cq7~䯞+EX/j|K7DJ{7EW3zC=TC8x0>W'zr*g31 XC)d+9˵w_z"^< Ejx@ 'NW:. P5Np^}mV̮07?_8 `u]UYyx8Rbc_PDgRP \8'&KNs(XZig k@^3hvQ+?000L|gX^FeP.,C;y$M۬a).JBBf֮3NVWj^2Ty]\ET7݀ H =pi9<`gOѼEN;".*'ˎ^R%{K.ſ.cEב4^ a}&١I0O+,i_?-9+[zϒ#g.\]\i${p3&ϩ@7%+:25-j TvqR/MFu.H=m NA0XTix@[:cd+?8/ ^$&|1{6J뙤 Z"OEaeP]Ӫ}IR6;3he/hwpzޠH1 nSU 셴yƅPF>l;==F6?ݦA}*Bo$Pʷy:58:XDEb"Vcҽ(yP]Z3޴ "u(kHl ~(3B'z4NKu3Q2 #"rzݓx;n5_F^^5Wp7tM ].zKA/F؂L7ߟ؝$pg%H"!HXwJ|M"jȜJ^oy12\Rh<;~ՇHra~;嶽lT^58MT !Qg.K/ED5V.)XDJD-"įtˬi//߆7D:k:<7R?MZZ7$Q(EqS?Z+4[W4+.4!gCJE}2d<~KC~CTdNYCw_OEH 3c4 X3rs x 6k! Q ޒB-)<7[6`e}]ixr=p$6Ul'25QkX$R$i`@ڞ{H&0Ƈ.&}߮= ('KHq=hącaSsqFGw1v>ĪJ(ϱ RQܰn$TTVWtBY2GWLP{Ct:jL,Ek87rM!ͮ[s~(A F '*p,&ڈMQQו uGY/&j|CheNSM`l QaNm4-} JD֓KN^Tu % 3803%ܓoxL1jQ)bGU(<ۚKpg. ?X̨9 m%QG$T} 7g{sfbR} bھ8=f EH`gLWjy5ÑI2@y_[%h I}f JNq<_`'g)'zF˯yvHz!{ms`:cj"]Hy* 2*D+ּ VܐKase7~z h N[^G4Ght Zgq],)Ð?v?o 5 L\ 4VI6tdZz(C˷mm#ϊ6u,ɤJCXKu[cgqǑ)$_-qDZ!⎨F+by RɨS7@puJ R5q;/oqsոcQNj h-F_S;edohݭZ2jLQd#-s6n TXH,E۞ή ed.*=i./VEb,5Lx.y&䱩xG_@KR4ԈSzdNcVhiCA%:VU:?cZsmH7qIuyNtϓ/|KYy@J@Q^'DX,=~1 f`l3Aa6STXoI.T;7VsꚞRZQjRZ ~t>E ba\.kN,M,Pl[3_VD`]ETĎR#oR:d/W"I\oBTnzO ̭؋ q>o*!JzL<7'ֳ&£L-8m4Z™ v:õ'1F#^Vv?#C@yt뚽F1ff0K/ $DP;$1cb!`73L" ^]3~)bqrGF ʑzgd9l8Ri;~4Z$wF|'߱4|/3iqlI/mmқ!>N,b.,=n _(;&bʩ8"t_kfʂ:,KIDݘZs} l9+6T(Hc׏W 0v#u8W;nS,G3 단r?gmƿvԽ:j,E sq;w!#rY 1bLbh$ۛ|ֆZ\+Eyo Og؁YA? y2Tݴh]Qp.樧._ċ?9`vIaI~rnr?Qde]@j7itcn4~&H,Aں 5lDi]+ZyJy>Ki{Ӕoe!eͪi;MtM8Vɳ5FJ7% QG%yq JZ/$n;S-ǥȬgƸZMQuS=&4eZz{΍]Oͧ_p0ik+sq)"Ǎ)(YY㼂vcG!N y4 F&ufqȀмq2؎[<&?XԠ0]aTBx-wA:/6^$4i 4fl2rn *}ťu/%L;>%D@Qi@]6 b@\Az\Tmd3a3څb^X0 1pKܲCZ.-PҪ$AY 8h]Tz[Z4gNXS} ҦQWp.pJR?ؕ͢DJ&4ז~8 @ކܔX*.7۶gko@Ytl5'R/7 uE Alw~ȴsW2NjvDӛszM$Tg)Toji$+teQ&_Z(sIۏ(JTj'R,"v}񶨒_!( R8 ZI_;rO.:eMSC@VT̽6PtgK.QHgES.{ujTQ*4#:t7YH "DVy1+S_Aj\6>h6fFB!wOx%ʮEFF&jY\"n/1js7SsD%>}ɧגӿJ=wϑƬ> hsY&rT۲rW]I7'^ˎGRbR:OD녤[Y^h/?A֬ms\)a5 ]K LT^m6YeGƤu{5R:nsb#^+n˸ns%qNYVLa* JL~7Vyf& ǴųbP`IS^?˿!9Īґ *my*D7Hq HӁĨ&KecB;5r)Cl٠5CFr̢gyU^(%=Z5< JJ{CGJ') =mavL>[Sε8q{pG8Jh.u6^,>L_I,!Y0JYVǠm$їů9#]m}s<867|ɝSy9Hz~{rWa'+se<5Էl9xJ}y6*vGs- #T~QYl\ k l|x[IXСd\Q{lsW%bKg tZ!#`XKTQe%J4(r4_N kE{i+KB([82 >}rx1ŕUaU=,No_|a\s>#)b 4kGV($ф*W 7O%B4^q؛^mYuS*G#U~0%NU2&] ѴeIzJ{Ț2*yB)"ҤX/w[Zz@ZOn?j03{<\5%1ua7Հw(6Yde k 'gycc~xDс;3ڊ)?;EXऌYYk,:X#N I⥓y>)kn_2=BZN>xl% LtU]ʄiBJ k<gr ݰî*vGeśQ:^|t1:ۣWK\>--̉bƹ%H5V#0OM sza_$iuPPLpFZPJvi0F4 ]}3ch͔qcؽ\[q_dx&4wdzeU7c˙ì& xa^BJ_-T4ܠr{]'sGìBDm`ְϴnj!ӎx܃40Uq(h`G[kwq4Z,9-[^bvDD:ダ x?fRۯ|&+n@_Qd%f}7mkXЏ09ݏ8gxn^[g80+"{G9;dz ^OVpl~[ 5~@OӖ=@/mKd+00<]`GS`A9dAKxUeOPlؙDYH8ȭd ʨo![o2A<|y%_`ry¦diW67t/OGQDK mʾNj̉X O?Af G֑qXj6\sa+}p2쾋wтxr cïB;N2L̀%[`FFګKpIL/t?|(| +-  u=@h=k"'0S8_Ah+D԰ 4y!Eb b`DcK`滃- X$=I=t > 5Mx6ZB:jW#HN ü~co%(HExTkN[4pF9 M K܅;(Y{枈Iϝ2҈/ZDUyX>ǺLFy MrT9cH/?a)%o[$c-Ȗ#tXc`=)/w[EecYP䫸k- @Ngh uH+ Cc<$ LCP  m|.sifH䉳AheuCSO 3-;lBXГ\BlWҤ5f ܕsM|uy|&$ VCW޷HLHx){#1 xSEG#:ޠfUߕÖ+'D}f_-cHMg)N:%>ÄR _K1iaY")[ Pr=00%_"xHul  0lhJ LY%V: Qg^$ :G\S>鏒g?6gZF{;gQMnP1 8F2 V1jb:jmeQ\Ճ/SK'{o$/RL.hs.Ys 'ȉb*NaR *R&Z gEL(hxlho ۇS ;q즌tc72.Y)T8dʃRcXV4jF ·08^G,}9zDU6ټаZ1-Ac O:=5B!{yg{)L-0x6.nԤz/MvG_'}-@wُNg7#xŠn*5-8FL|.Vn?)*YP ix~ N9u [$PHJf9r&7[ðأ'ǽ{lZ`ν5Ks 'J܇c,ДhTL0Zr4yBl´f&$D)Bʪ)XfFo5 8MV6:F]mӾU9Gwl{U;AL6BMLMM!vdK?J/ҌF5׆A2':IP=G YL4Vk/{If>yF/M@- NrD8 %8}/6"!3vbz,Ƽ0sLR {τc_$xgK39\ݱ!_.Gt1e;c-|\lvh? e υA7ʿֽ8invi. }V\v0K(lnh=ɮK?b\c0cHB2fM C.~:;f\!CT8Z>,Pef5C'`ED4|>c$'{0ȈN`嬿stXx 45öv¦-VA{ `d%B8dKטD{.(Âٶhv uO ZotH[:bAZ%B_-EftfUɉl#$Oj[h:HGhx$:D bF$&f -|f6crT;Apmf쇇e+{+t!͑wZD8[r%Q;!$ҰK8܃tǀ[ D,)am,.S۸fN4CLNQvN[gC-|cyTgz': W<5n֝Lx|1ddmQP}tݫc.}읷Ϭer"&Ģkp'vR.>k& ,Qi;.05MFHS!4T-ZnC?"$P!oP0~m94HܐSfPhe:)5+Ű7c ! qj|s٢곰DکYHQl@MLͮcr '夢J})Kzò#7b,USu$9i,K#|ib''2sRnF&D Ws"/3Ұm=##sŢdJP/Ρ sʍﶒpY@eh([Ru?CJ02c&8\Uك ID/Fi{*ޒ9co M{H8UX!RSBL"LuN!k6>IrK1rDڈK/ hID8Ө3t{1l __t:1ukGJ%(تhX.gwBӡw7\6+NνiS]Aީ0G$Ʌ?@ q$84/2ri.Жܚ7z7+k+XTZZZ](qd_aHUI(^g\d/M:8mRF„E;]P$^L5 &ܾD\?y C 8bfDsGAKK @hP9d)0SmEǟœRß=E?77I nQ@j_J?W뼨_ˇmf , K~E&T%a+&v 8bSK\bgrZ3Cq dQ+uc(v$7lM o{Bv wE6iUCsp5+wV"{BAFP:rPK!9A$[|AKE.wKm܃JS /XN+.,Nd: ݇ GP/}k0v$|[;,G~_4{vm&pG/$Xmn8am^ީ 6:=gj?$֐R YZ