ghc-base-compat-0.12.1-150500.1.1 >  A c:p9|LԞ=ڽz9'STk+_B$D57[[9j#d_[?ߜdM LӊA9a!)@5 DIpǟ?G*uG$f"IQκ]lffo۰Dw07O_%.芹jt6Cط:f37z&LaenD5η`jqF,J$_ gZ Uf^l꓃ @ae039bf969c123ec38ff6582eda81d36b46f2ae541e61d4405aa383b757ea2f31be41fb29bb10c5b2a7c3c6a7999e65b4a83fcb4Hc:p9|Olv7+adBDHӼ54qa*M'F(0Jr&GK.6hSB%;R~6NE(Ǔ 0!@t#q-y6Ea0 Wx] d+s]o@9eFQ nT|^jrffuT8 Nd3d7po3kΫ>5p>.?.d $ C 06<L T \ l  ,Xh( ( 8 9 : lF*G*H*I+X+Y+\+8]+H^+b,*c,d-4e-9f-<l->u-Pv-`w.x.y.(z.l.|...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.c;Rs390zp32kSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://hackage.haskell.org/package/base-compatlinuxs390xg`AA큤c;Jc;Hc;F;73de36a0e9b0fcaca8cf1001c5ea4fd503168c27032073d6d4e0bdbe37a339af788b0c0ef27a124ddab8917e477fe900f67240eb62bc332b2e4d9c33a9be86e1rootrootrootrootrootrootrootrootghc-base-compat-0.12.1-150500.1.1.src.rpmghc-base-compatghc-base-compat(s390-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.2)(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 commits390zp32 16709865780.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-compatcpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=76644b833166e019ae8cd16a2e370342b0a8209c, strippedASCII textPR RRRRRRRRRRR R R RR \ !es"Rautf-899746a79905a6a4476b8ce1f28da03184ea1d53bcdc240c20822599421864cb5? 7zXZ !t/nM"] crt:bLL F@f LnX.TFgƈv|)F7.bsDcTmgh, +0Cъr)rY90+$]Fs.etA}[]+͍<>PTH>J TqM9!㚮p:QM'$*<լG V9Җnsg8ީHmԡD_ȰꥴS?N܇_G`͛*c-l%)` QTP] $9h",aoj0Tc>J:\?XΔYi)>/A/ &n"zuQ%(]+# m(hVeǖiV!OTz0Ba9hD_fsEwyTbB~3F">eM8F't` *ѿ[pk)\_,i)Ӏ\!ži , "srV&3j)ukÆXϴblG3Flh "xb]1uowz=L Rݲyέ 1OuAQ_E%Ef0nERؠr"qv/ W[9]#U[k8c@X@*w*&ՈGH~u_c&|;$ˇBhM,IȻ#&R' 2p{ڎnEV3NѾ131moTzOؤa(*T%v=Æc=Jq,mnbh%&V{yx X ʂIS1/},Bw3m>GS` GYԖRbaա߿|JS~jXBP'`gJbz 'u')!r "Ɍ<?˰ٶ5*5UI2eڨkpM 3ڗ+`{/$d+#۽ύlQp(8Vo"Ҏoz2Xϻ ~W:sF;!RB?gABkSW%1FGx\ס ^@('Uc̬ծz$[r"d.]}ja3~*kqCpj8Ϯ_k漑`n#(dn;銦!;HcLF+ Umr[h'?1.CP{Uo 'fP!yGRWfTb Ա/τj^^XrB&~5 QJMORw}Aŝ'yW}I)n1C2R (q %HZr6raY 3]t K\AQZðՂoz=^]p"D~cꔒLnPpSףuQMiZIu|֗!P!7J!)msQ#- g7r;P%wpVM%pi8HRCعF]l{oD^-w0Tv1٘F?복,s;Y!$]&߱Ir̡3\(Yzfqo}Dv3ҏQx%KOVt`,l9s/W1XU$g-'+SsʴvlR$ InRB(X봭R DԁEHUrS;\wN.m#DӤhA6(P䡞-* g}٣W1@4H+d[S5uS\bw$s~Xup^9U_s1*]Ͳ#Z΍R`wrvd ~%Hj'hA'^Lqmh ҙn ߜ%5fM>[50w]r>NМ) ugtmCUQ_<fsj~^` .@clKG`HdvG:γ՗jg[K郵^sF4@xr" $J):z. ]; !BY禚ՏU ЗY6ΏLr~ݟ}g8#Ђ6/NLI j#ӚS6!\-4β^k 뿃uoS8D ?f,HT͚m5CԁyʞĽO؂eh !DŽ+ZP襣G.AOLcysKp~&&RlʂVnK3 ?b˥?L)|NEhL а`c̤![EL.C^_DUZ}og~QҐ@3#(eq/^IlaVE4l!J;@b3Ʃ;eYtgw?eh^9C DH{SOa|;F;2OGvd>Jv|.D?ogH MjbCMgߓS kZaLNo<XVa Q^d Mĝ1:/^f\iŻCFrXv_ʚuXH7W)ވØΗT8\ (ާqS/ oD|~p{y>90'Rzdr ) ZA:2% b``qjdssai7>i{, xꢒ,*)l!ʦԏEUzfMbXȄSƴIJ=\_15b ȥ9FyaV'm]g(;U_dߪU) ZC\ʽ, SJ߻_l%voPNWqu.Hq)`Nפa7=땩``{(İ5i96W zxy}jL+5;Uqlwb )Y}wqW CC¯va)kS{2&P!3O;`(\j4 W[ǹ"*qm_5q } hj `LҁQy1KK$Gs0;`hcP_o3=Hkk`b߆ա"@8.b9g;EWd~w\t2e,!M/ xe,NK#9ӛ6/@MJ-E8%*T $Mt̹GEk*eк :Hda(&{Wܡz'0}mlG]Iߦ}SBlɃӓRjؔ%jdAC*׀`n*xqeA+لNjv,E$ǜgOGJ䆣܌2sGZ>ih՛-dG,m␏duwCqibA)e4|(S'ұY$թ^5 cOG68c7\ssP$n͊n:e'G9%`e+uի``]D&';*o񣵐@<ō,otn8X, i,s$Wykg Wq+^ P%2ArnUR, -37 TȭjC`~Vp h\X=srW3F=%Zvd,q .a ~\Y0dP KÉ0H>/1R=jK4yޜ"ΜzȥTšku@Ho@htN}șE,񎪼EEp%)bٔR`HHv:y.!G7=gM$GO:p6FFmRndI Ueϫ <'<)؞? ^FF{޿UneX$ʚweAgΔX)J1o=o#(d΢W*-ʓ,ð}uW &8} 9ŁZ@DP%=%FO__K5glc -kO*Zlc-X]ĉPt0>}x0o(Ci+q?j0GPq`ZLg6թm?IQ(MIZ٩/0AD~Yz%%.T  kG78 H@fo#.]-~'<,+ SD~2%z夹V +U8ԲyWt/8r2+8T\'JK!m5Mo>qH35SϜ +`(wr? ?fTUI@#lZEiдbbZXYI#Ϧz\5W~H_.xKxyta ׳̮l^қ9u)!4UUVhgM}sf̟c(uyUG݂8~߰}!9h,q:ЬYw6%Yv)Y\ V>l۳ۻز`v3vO"*nxK u>%L6Sa$(l>A0MEg,\HMW:YZ݃:JPS>3 T>ŌfB')>{lD928\rm|Zqhu>N` &v~6h/ORh{)PGt;Y[zgf+ Qs,(±6Vľ1axjÅ0 9㭺"")rR'PGAGsnL67NrN5,~1%0|F=sg R*\CTDĥ(f\ @ymNTܟ>dL&XVrk(Y-Ї22]Ĩr:n=N=Y,t(|ZCG/yHgNY?Ed0NB[Uןuγ/$|p: w7Ո|1o'5xeZy3hPofG0ȑ;í (a(1GD B,VI;ȧm['A&3ߨmJf<8WC&OtXHl.\Ti\Fʦ]2 }obF9\dWR~n%!)u;%2&/&zӨrJA|0L$Z~wf)x5"0X,OpKjbK{W`>ܜIrXd-\T|4U/ 1ݵ3 97j 4|90l[ۚ@ۥƇ(IH7oG5f^g y.i=BM<-%"GS4l gsG6|RRUXX$uCkBpN@=LCG,swO oިiEIހEEg9x.GوZ|WxCHJ%pI6{ Y!B& ރ.X,tF|/ wu[t2Z9N':c8nGb,:'epu-4,ªk>WSG r->ʣ}Smڝ0,j&br"dun6cę;#,OAD"g[_m#D Wwڗ6F φ%0@CYiEۧ_hqM u%l3SP/:BuK_9:ǟ nLxr9uW𦠋őCZhT ϰbT$W-a&*Z9E6*Ur_29_3-2Ҭ1{9쓦@s%IMJa^Z5gg{dY|2{h%~'nhCϟxS3}Xw{fR+|7%kqg #77Y2S5eo~a:`YťWF nctP^D[,B+w75 $m+eUweos 8! ]!pf|Gz\_(N::~#za Ö;amI?y<SOJiq',+MٷT EF1zrRhWY'ځD?uI2 ݹAg o:- |?,eH.&>aaU;o|uk Zܞ%9Bs%BIGw3zq X^K:!)MN G9`kHŋ! z,?))tY["20SVʷg Qלc rz~[2M )&WVN1=C3O71n5\ßY Wb^L#X ۈbTٶ#ĖD4Tt׻ڙ7e|W#TVKP4ީf~z|-Lj iRBaRTըRg":Ef/up-XH-'\t\?:,囱!{l,,hU-ݮ!}5ښp `ykM wO&X^j&,`r x*r>r\"~-=%" ϓLIC+JYau|ȏD PFb8b7Kl~~#)'zsWqcZ,vpLQyδkL)Ce92v_u f@S?1:A07ARUD<m\z$X !y wG6ʭ=˚d(/Q9MCR菱iLőRpfaB >cTxkߖ=j%Sa3ݾ,(p"VŕR*eG=> CNl7J2Q8;œ$ZRXIe*OXvC ugm>>d}jہW>Ɓ@,5ŀ،IsS?2KnIV#NVjrqc ;\b g1pQ|/T~V(bΗ2ٌ6P 0YUe k[n_T>N[NKf[b~'w%R"HntZqݞwl,d4Bhx>I,c674#@7zMԳ$GU]EP Eq iTi>kR0df|M AYZ=8N!}mFPUtYfήS5TuD*:qOo`Ήe#ԂkYnGh086P9OU5一{&q]ѐ׏ʶS$hoE6] :-3ks*Cy'_  A(ȨndYˉÞDdF6M'AKɲ< ƭVFV2 .GE|;]a!#1BHZ|k&CC*վBGS,ܵ<uVQ@Thm?>Z0;e&<8dePMJ0 .b1D] vn]dH9tP,RH& o.f%@O&|[}l2ֶC?7+qn@ 61}aRH'|O[\':K)ƿ㍪"-B4&~ZX^3;9렍vpP}>]s1Oi+SŬ }-Vl'DT%Y3mY]h~ZSƪNjHi4T(iZ'Z]wXc^3k>+XTk_@Ks 3,U :s-{@e_[COVoY\ ńKRH`{RKT>0}]v*5~' oM6uRgxRUU&T_\ uZ S *ɣ^DaGPih?dnĝd Dʺ7Ą} q&{<ԮUqG%W ):ăX`ʊނM'Pws"pz0?%v^<6i#-P/5ZHٍ]鏏i[׌Ov խaE#G#?fM N]@k M@*8W.lOW<y"V ջdBXr3{ OJ3j6vɲڎV*kë<݄zsYPIe 8} һ! E@UPp˚w \y r[8cĝ`pKmvRz"$x<~ZI)`>Kz`?v?v#1C3-Ap7?9V&u,Q9˩ˠx @-a8\[ZtϾT>惡 v1ì[ 'wd, L0Ǯ@'OqL_fa޲} -- Ef%c$ZxsX21XpONĚz_>*;jDgc szĒ5Kj1|GHv*VNօS kD4ur  Mqvʹ%i7G.h5EKGy <r6+[/iOz*l!֞z%aKъ3.̵WdΈ"~*D1ց OO-ՌadԄNqO]T9ƙ"8F 04zqtoڵi$kߕ@lP6 Oɱ I0Ee!or2]öm.q\Ge7&-Kn)ncܶCD8LߑkMtlgLZ?F#M\dU"Կc-Q5pm|8`pz2"g̓WwF愄fV`kneqtrH9#W]=1Y8zYnmLMjQ:Ч.'ZU$kzA Z{c{Lm8`pX֥s=^ "|_=ca!$m@EuhpDR3-fw}~R֗D+t'3ri/WAz2Wzcof gAsj;rƥ" .v .dGuߣyU$~6]|]Y"?>_n;:%~v:sb:'2 'ns6,d84sHsv0u6[]@ourvH+$_䧋wC 2%[HObޅx;t :' FN,9}AefFJ /޺1k̪eS ٰNV0RiK ii/ayA\wYܷ#,b[*KѪbJtY0蔻}`E+K4cUAxuJr˝_w(ۗ뼓(pZ{STYitl38ZfKȻu=05i{Ұ C*'5VFzɩZQ# <qHmV1]TnvK:3<|%J|{r3$>WB9v-6S*bCx&ŸiԨe-nDj un5NX-Son[5͈H;< Oc y2]^Z!}OmЯ;nKӜ g;B;. ,+/3F6sqtB4-Iܡѽ(وtcZ!3[5jP9Hd3xu4#/bF{b@ 칭T gѡ ڏݧDgAp3 XW¡gu wRge~_nmoNLL#F Cf&+5.n@T WryĢ QAD*sR ;'|78T'";QѦ]T#J]'Dժ<"f5Bu/hRC~)/X+ƢNb VE`nK|_2ZEN1ɟZ8^Pt[!Pu&Yq*ƺbqqB>rռSY%o}UR J#L*ƾn2gg%c˄]t}<\UBV͟ԵC5Ք j! 's/|ؒl׎tk|x=')q0SHn&̲>BǕV ,C}m5_<( B  bK0fH5l4!LP ]vMgL[ d0woph*g6"Eo{T="]A$¡sZ{C.q8QZg xT/ؐ =ycT{8st/ CO]Wt!n5b4vMӾj$]cᴴDU@,Q?3caJ꙲cd YaiENe=559(6f۸eA)*e)cO'iX71immypJ} _l@>xp`l%,-q~?p^UD}LAVV13\ 7dXx zA]CwzE~n}d1! `-Bf5Nƺ O\9C U.:-q]~7{[ĕΠpQa‰l–y8o*~13‘Z8)S/Ǥϥ9adOuR2dh7|9Ŗ`aG7ꕉqcߙw"2fCq;\TbTaPg6o74uKkڶnJ1=81 ^omwMHFSomB53z-K)Tᅏ_̓$_8l\?A"VU) I~:1 Is waF︚4=7ivMn[cmdˊQq^mVbbB4gM|4 Vr7ۄ#ݩSz&g{͝gxsFƯaǢI0<Ns3fB0A^Yxk^/vʟ%ϸ+(75BcWjZE`BDO^ Ȃ8 KsLYGSih+*S?xXx/ eV .1p2+6ќHۯQ,&.a(#E2trm'UG۬@lv7SY"C`bݙ79)m h[;Y_4Bjgn#tJ-}eC0a G` ˃(O8ǭJh#$,n*\gc:U%%[M q_b>&s#L[\"UN4KApS6i@F}WBI0PN3fo7w^X4qf~ݢ)iQG s8JQŁ\b6L+Sa~R%T9L`(2&6C#4ݛ\|f4 jr[Jӑ| f}xW{IX#x,«#Ȉ^|%e \g 9/:z57k1y{WI١Pp Mj|00 kIQz8M\}#K; )n_q#(x6Ĉ1Oc#:#kaB%pk/XZU"zC휖E/\Kq!krhhgC@Ӧ15HHN`uZ.2p4fңNh&s-{;Eyjm`Ly]yG H[poSXb^u+e@ gPw?y2(J[ .Wm8KM0"O?W55^js;!uAԖk⋟¬EܯGr_ ymm%tH7!*o1+$ ʏo\~ Px<ԳR_NWo4g p*R.݋]W2H 0@^I-ӝ_wP\I~k:n:Ffk<{ӽW +\Q~S':g!Y:8Zyɔwio/_|ԽޭH6i|ND9QيQugۡKhBkE>9WFnq?P.,*Wv5* AI&-ѾOtyW*=~ybt 8ھYu!bOo6G m Pk>6;̻|#gx"u<Ő+v`u]hb{c (aHJF:c@( i-!-QA'eC'sv-`i]vICCԿ6\J֦mnSAIQu[X{;ux-LEWS[wNAҗ|]-aY \PT[^_ZqM*/O D%pKPjOT=|~+ȷY b8CmV)v㪆a r~E1I!.Qiɥ |%hN"o 2brƘ8p5●QP*S;2^Ҵ-1^7܋5:۾blw 3 !'hf>mOuC j5x@@e]`Ӭda4yd#ZJ]GF T3y u[&Y_[#7T8gS#FҬcRAWm MR-g>@,q4KY3l|vpڑ8c!7mmu}5yKFK=\ ckzWR1ePz4빧"7Jئ< waC=fz }ȯG*|gp>}#C>_,E9!. "sPВ3+bZqYxJ*30S ZW~?p%7pYqSHqV2L>f0Luͳb6+b( b p$2Ay֌~6J*PQCgrP5b艜4dH9b{F0 0JQ@ꑛs[~MK>$;eU8\Kӻ[9DJ^ZHc^>XxdԒWߓ)V uʼhKmQe| dJvLWMY$Xb4m=v!pcG<:9t}(бw,(eO#RoHA%d9~YBDJ' M/;#Lw{V\1a(D QG 񾿽1lݲ n;n`M uP0a,55!DC*;jҩ{D!NS0ŒKn梗,*3[Ggg?A/bZ)c*%8~2)z{b ǛT\|&qYdگ2?׫uQa 9K'۝Vii~V'e( T.;xI:vOQV{{6hʒ8? t1B&fJ@3F m0cW<^Õ4"E-ugRf )s񓒏>;كTVe/i*3`F,Pj??v%R|R\4Uۜ<ʿP1NSLUZH>N1+zpJd[mja\8M[ e@^sFkE}f=!C 0BY8iI;HpROB{S󤫟U׊д `5InJ:,||%Q<8oD\gB} j+n(^~; R 1PWXX,Q0vvXKoĮh:lXx>[6Hƅ;c y\""Y٣<7zG M )tgY%sCdl n۠^qo]1(C\9 \TbU$<fPܐϒ 1JZGa_\*G*wHrOtε,3P6a+n R6xl7~&;8 $O`(.[BC'hGLYSE EQiZጪjzMvNtnu;KA )qߒ(N&f!Ϩ$5H'-myf%R$$Ӷ☦qV}{bRI;a좨7P<^B6>)2׍*2CE ml* URNtLiAU“wU%jRlHcY{agd'=\qćb?dNp^H)oMC}\̅,x3EV!-_A|:3Pڲi ~̬™j oQtu}ſMˌDyд x)ѐ(M|Q*:>os&=o'z tKPoF4\G㈼VFa;Wdlgx &Q Uĥ>; ӃDjV#ՍZ|q::,{' ~5w>zQდ -_UDқE#Fc~&d|1A5xVkT?p'.g A ;<6.J}d]%!C{>Wxj%S8,v)" ~w~#L37d1a,x@RNFm^jC/f<{2{qS ܘC$ޡOQQ\B/yo#XB.i;29΍ijcX0 "U<" @\#"P~˭MҲj֌h =ͨ vzcT׌KkxzVFu9fLk`!%F&?ϦRovt`JdQqZ'jЂY)̈P}vouW![G&3_!vfbHžHu'ւd܂?QDsM,VUR&L0dz|I~;)=Hغ4A[GӬԫ p@%]yGAݽƓn=T$tXWTdkIFY򑮇jRa-M 1qRaD@$)JDLF$\%>QBP\3kF_C@9w'{n ۲h=w(y4DkZCGӲқ0΄g%F+0c޴W'H[f 6IZRjjۋ_5]7| {jHMH`0n5壅w/lP@֚ 8j YZ