ghc-bytestring-devel-0.10.12.0-150500.3.4.1<>,5`g#Tp9|sWr%^>K7=*1%e-wFVx>QTIJY}mɧPjYOA]}ycKZfB 7p$S 7Hg6RtĖ[Qk*b(LbӉWܵeXXF^f+>K0+ h%x/3_l`7WALG/az("ղ&qW2̸M|M;?Ylr,MuҾ'>o},+& :.9bR>B|?ld! . [ 1NT[   $ ' (t*-3//22h23(484 h95h:>h>@FGH$I@XY\] ^ bcpdeflu v( wxyz  &hCghc-bytestring-devel0.10.12.0150500.3.4.1Haskell bytestring library development filesThis package provides the Haskell bytestring library development files.g#Th03-ch2c٭2SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Otherhttps://www.haskell.org/ghc/linuxx86_64/usr/bin/ghc-pkg-8.10.7 recache --no-user-package-db || :/usr/bin/ghc-pkg-8.10.7 recache --no-user-package-db || :]]]_`_]__)))_\^Q@Q=Q>OOO) * currently under upstream review * fix Haskell trac #10458- update Cabal to 1.22.6.0 - add u_Cabal_update.patch -- update of Cabal * Relax upper bound to allow upcoming binary-0.8- update terminfo to 0.4.0.2 - drop remove-cur_term-usage.patch - merged by upstream - add u_terminfo_0402.patch -- update of terminfo- update Cabal to 1.22.5.0 * Don't recompile C sources unless needed * Support Haddock response files. * Add frameworks when linking a dynamic library.- use upstream variant of remove-cur_term-usage.patch- update to 7.10.3 - add cabal-show-detail-direct.patch -- Fix testsuites with large output. Debian patch. Thanks Joachim for suggesting it in Haskell #10870! - add ghc.git-b29f20.patch * fixes upstream #7830 * fix ghc 7.10.2 failing to bootstrap ghc head on ppc and perhaps ppc64 with some optimizations enabled * backport of my patch for upcoming ghc 8.0.1- atomic-cast.patch: fix signature of atomic bultins - ghc-7.8-arm-use-ld-gold.patch: remove obsolete patch- Remove ncurses6.patch - it's not so easy ;) - Add remove-cur_term-usage.patch to remove the need to access the cur_term global which isn't available in the openSUSE ncurses6 build.- Add choice for libffi in openSUSE:Leap:42.1- remove llvm from requires - add ncurses6.patch to fix build with ncurses6, all thanks goes to Tomas Cech sleep_walker@opensuse.org- update to 7.10.2 * type checker fixes * fixes for Aarch64 support * fix deadlock in runtime system when scheduling garbage collection - 7.10.1 highlights * implement Applicative Monad Proposal * implement Burning Bridges Proposal * support for partial type signatures * reimplement integer-gmp * support plugins in type checker (experimental!) - drop llvm-powerpc64-datalayout.patch * this patch was incomplete all along and now we have our native code generator - drop ghc-cabal-unversion-docdir.patch * ghc-rpm-macros is following ghc's doc layout so no need to patch - drop D349.patch * fixed upstream - drop integer-gmp.patch * we do not support SLE11 anymore - drop ghc-7.8.2-cgen-constify.patch * fixed upstream - drop D560.patch * fixed upstream - drop ghc-glibc-2.20_BSD_SOURCE.patch * fixed upstream - drop ghc-arm64.patch * fixed upstream - drop ghc-config.mk.in-Enable-SMP-and-GHCi-support-for-Aarch64.patch * fixed upstream - refresh 0001-implement-native-code-generator-for-ppc64.patch - disable ghc-7.8-arm-use-ld-gold.patch * not sure we need this, must be rebased if we do- add ghc-config.mk.in-Enable-SMP-and-GHCi-support-for-Aarch64.patch * enable SMP and GHCi on Aarch64 - add ghc-7.8-arm-use-ld-gold.patch * Aarch64 needs gold linker- refresh ghc-arm64.patch - unconditionally apply ghc-arm64.patch- add backport of powerpc64le native code generator to 0001-implement-native-code-generator-for-ppc64.patch - refresh D349.patch- on s390/s390x use "make -j2" to stabilize abi hashes (see also redhat bug 1212374)- disable llvm on arm64- re-diffed ghc-arm64.patch- add ghc-arm64.patch for aarch64 - add aarch64, s390, s390x to ExclusiveArch- remove unneeded conditions- chnage constraints to 12G for disk and 4G for ram- add ghc-glibc-2.20_BSD_SOURCE.patch * fixes build on unregisterised architectures (openSUSE: ppc64le)- drop ghc-cabal-unversion-docdir.patch * ghc-rpm-macros follows upstream ghc again+ add ghc-glibc-2.20_BSD_SOURCE.patch from fedora - updated to 7.8.4 + removed D177.patch (in upstream) + removed D173.patch (in upstream) + removed ghc.git-e18525f.patch (in upstream) + refresh 0001-implement-native-code-generator-for-ppc64.patch * A critical bug in the LLVM backend which would cause the compiler to generate incorrect code has been fixed (issue #9439). * Several bugs in the code generator have been fixed for unregisterised platforms, such as 64bit PowerPC (issue #8819 and #8849). * A bug that could cause GHC's constructor specialization pass (enabled by default at -O2, or via -fspec-constr) to loop forever and consume large amounts of memory has been fixed (issue #8960). * A bug that would cause GHC to fail when attempting to determine GCC's version information in non-english locales has been fixed (issue #8825). * A minor bug that allowed GHC to seemingly import (but not use) private data constructors has been fixed (issue #9006). * A bug in the register allocator which would cause GHC to crash during compilation has been fixed (issue #9303). * A bug that caused the compiler to panic on some input C-- code has been fixed (issue #9329). * A few various minor deadlocks in the runtime system when using forkProcess have been fixed. * A bug which made blocked STM transactions non-interruptible has been fixed (issue #9379). * A bug in the compiler which broke pattern synonym imports across modules in Haddock has been fixed (issue #9417). * A minor bug in the code generator in which the popCnt16# did not zero-extend its result has been fixed (issue #9435). * A bug which caused the compiler to panic on pattern synonyms inside a class declaration has been fixed (issue #9705). * A bug in the typechecker revolving around un-saturated type family applications has been fixed (issue #9433). * Several bugs have been fixed causing problems with building GHC on ARM (issues #8951, #9620, #9336, and #9552). * A bug in the typechecker that could cause an infinite loop when using superclasses in a cycle has been fixed (issue #9415). * A bug causing corruption in signal handling with the single-threaded runtime system has been fixed (issue #9817). * A bug that could cause compiled programs to crash due to use of overlapping type families has been fixed (issue #9371). * A bug in the inliner that caused certain expressions within unboxed tuples to not be properly evaluated has been fixed (issue #9390). * A bug that caused the compiler to not always properly detect LLVM tools (particularly on Windows) has been fixed (issue #7143). * A bug that prevented GHC from deriving Generic1 instances for data families has been fixed (#9563). * A bug that caused type inference to infer the incorrect type in the presence of certain type families and constraints has been fixed (issue #9316).- add constraints file- remove dblatex dependency- add patch 0001-implement-native-code-generator-for-ppc64.patch * native code generation improved compilation speed * fewer errors in testsuite than with C back end- add patch D560.patch * fixes dynamic linking on ppc * see https://phabricator.haskell.org/D560 * this is a back port of the upstream patch- add patch D349.patch * fix a crash with dynamic linking in GHCi when accessing the process environment * our patch has been submitted upstream * see https://phabricator.haskell.org/D349/bin/sh/bin/shh03-ch2c 1730368539  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~0.10.12.0-150500.3.4.10.10.12.0-150500.3.4.1 DataByteStringByteString.dyn_hiByteString.hiByteString.p_hiBuilderBuilder.dyn_hiBuilder.hiBuilder.p_hiASCII.dyn_hiASCII.hiASCII.p_hiExtra.dyn_hiExtra.hiExtra.p_hiInternal.dyn_hiInternal.hiInternal.p_hiPrimPrim.dyn_hiPrim.hiPrim.p_hiASCII.dyn_hiASCII.hiASCII.p_hiBinary.dyn_hiBinary.hiBinary.p_hiInternalInternal.dyn_hiInternal.hiInternal.p_hiBase16.dyn_hiBase16.hiBase16.p_hiFloating.dyn_hiFloating.hiFloating.p_hiUncheckedShifts.dyn_hiUncheckedShifts.hiUncheckedShifts.p_hiChar8.dyn_hiChar8.hiChar8.p_hiInternal.dyn_hiInternal.hiInternal.p_hiLazyLazy.dyn_hiLazy.hiLazy.p_hiBuilderBuilder.dyn_hiBuilder.hiBuilder.p_hiASCII.dyn_hiASCII.hiASCII.p_hiExtras.dyn_hiExtras.hiExtras.p_hiChar8.dyn_hiChar8.hiChar8.p_hiInternal.dyn_hiInternal.hiInternal.p_hiShortShort.dyn_hiShort.hiShort.p_hiInternal.dyn_hiInternal.hiInternal.p_hiUnsafe.dyn_hiUnsafe.hiUnsafe.p_hiHSbytestring-0.10.12.0.oHSbytestring-0.10.12.0.p_oincludefpstring.hlibHSbytestring-0.10.12.0.alibHSbytestring-0.10.12.0_p.abytestring-0.10.12.0.confbytestring-0.10.12.0Data-ByteString-Builder-Extra.htmlData-ByteString-Builder-Internal.htmlData-ByteString-Builder-Prim-Internal.htmlData-ByteString-Builder-Prim.htmlData-ByteString-Builder.htmlData-ByteString-Char8.htmlData-ByteString-Internal.htmlData-ByteString-Lazy-Builder-ASCII.htmlData-ByteString-Lazy-Builder-Extras.htmlData-ByteString-Lazy-Builder.htmlData-ByteString-Lazy-Char8.htmlData-ByteString-Lazy-Internal.htmlData-ByteString-Lazy.htmlData-ByteString-Short-Internal.htmlData-ByteString-Short.htmlData-ByteString-Unsafe.htmlData-ByteString.htmlbytestring.haddockbytestring.txtdoc-index-62.htmldoc-index-A.htmldoc-index-All.htmldoc-index-B.htmldoc-index-C.htmldoc-index-D.htmldoc-index-E.htmldoc-index-F.htmldoc-index-G.htmldoc-index-H.htmldoc-index-I.htmldoc-index-L.htmldoc-index-M.htmldoc-index-N.htmldoc-index-P.htmldoc-index-R.htmldoc-index-S.htmldoc-index-T.htmldoc-index-U.htmldoc-index-W.htmldoc-index-Y.htmldoc-index-Z.htmldoc-index.htmldoc-index.jsonhaddock-bundle.min.jsindex.htmllinuwial.cssmeta.jsonquick-jump.cssquick-jump.min.jssynopsis.png/usr/lib64/ghc-8.10.7/bytestring-0.10.12.0//usr/lib64/ghc-8.10.7/bytestring-0.10.12.0/Data//usr/lib64/ghc-8.10.7/bytestring-0.10.12.0/Data/ByteString//usr/lib64/ghc-8.10.7/bytestring-0.10.12.0/Data/ByteString/Builder//usr/lib64/ghc-8.10.7/bytestring-0.10.12.0/Data/ByteString/Builder/Prim//usr/lib64/ghc-8.10.7/bytestring-0.10.12.0/Data/ByteString/Builder/Prim/Internal//usr/lib64/ghc-8.10.7/bytestring-0.10.12.0/Data/ByteString/Lazy//usr/lib64/ghc-8.10.7/bytestring-0.10.12.0/Data/ByteString/Lazy/Builder//usr/lib64/ghc-8.10.7/bytestring-0.10.12.0/Data/ByteString/Short//usr/lib64/ghc-8.10.7/bytestring-0.10.12.0/include//usr/lib64/ghc-8.10.7/package.conf.d//usr/share/doc/ghc-8.10.7/html/libraries//usr/share/doc/ghc-8.10.7/html/libraries/bytestring-0.10.12.0/-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:Maintenance:35884/SUSE_SLE-15-SP5_Update/607da48dd23cf28fa8629e53e7ca2aba-ghc.SUSE_SLE-15-SP5_Updatedrpmxz5x86_64-suse-linux   directoryELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not strippedC source, ASCII textcurrent ar archiveASCII textHTML document, ASCII text, with very long linesHTML document, ASCII text, with very long lines, with no line terminatorsUTF-8 Unicode textUTF-8 Unicode text, with very long linesASCII text, with no line terminatorsPNG image data, 128 x 104, 8-bit/color RGBA, non-interlacedPRRRR ȸ>Ɍ*utf-8417f48f1003dd856622fc97b21df5839aa1d0e3f87061db56a7eeff2a4a75b86?7zXZ !t/wY]"k%rW&-Am~"% :CyS%V2.IX7bXeM _# O#wP9mSvU֮* oW&mx-)N%Ę:g!ACZ0V @):J='6+FFhYI_vܦpp CZZp0c8* T˕ ?#1T#_!ArH['ά訲3:l%l45zRݤL"Q$ʑ>.=?ޯJib8LYWH(^&4enߤ+v[R%ʡ;xJTѷg1nnL9*cM!BBPDgZFgc/aJjUD7Ah mJ4sջ7!M%y&'DN\Lz8L 3_I7C.iթq˜K Q%W+̻&^+z4 YZAŗ0vү@[fd=n;yQf>?LPoq) ^nFz7 ԓiL4Ko̠u>~q6me ry5&˟V2C4+jb-4|UEB3xI? K}6Ʊ][ ]Jdlecf,>R2lz5d*(~d&a̍SH-4!/_P[_GA ᩬZ Ls7`;h\ l ]BJ5M&64Xhg`XESP_PT01T:l¬e1eLiYL{aS[nmگ\TlʭF Lt巪L}z( :j;G*KH/i/#% (zjlD /D^8 oP=!& qDy %rS*92޾XdX=[,B[b?“Ghޟi̒הȑ|Le)T;JgLqg_e{mi 5!N5<"`w-\R]HvpFy7YJCey} RT1#W9uME \ytt {\Is4u{zmiJrlk]_qP7H._w~kZJj;hDBN/ilƕ#E#&3o> &+&&bZ@YVSͳϼ#QlR)~ #ާ,60]IiKOA1O֓\LTTfڨ26SQA}L-^@t fג2ٚ{tZ&N ׷&Du`_Ӕ*+A=S,~az!qs ?Lݣ.oc!YnWc6m4G`mRvrBYNyoc*e?0"MRy=?+sZ3HӮB=D֏s M˳$QJԻ e_<p>4qͿ͔m[3#~b}19U/GBf R+t.'{i2g ٍyt9?af_=EP67evfB+;Jb@-hHg 軍Nȕ5A>"c)"O\tT'eRe[7\g!JlBfB-*՟K#Ew@&aׅ~]:sˬjBNS(_jydE'*BbZNDIpkSmbM'n nq2&fI)By<יpaO+$P ʌRY\y`^x51ip}0➟0vbr_dW0ʋ!FR<ﺇ̘]ˠ.:2B\Z; KQ`Ȱ%2-Ip C vix֚T(`ζԔmڅ+ Mӗ9ż'FNWf!o7=獚õy z.(֛2O; F ŔMX^\V&V@u=%i/2]b/#ʻM}wc 𰻗L=ͼBI>NdأW}=MX,!PЮ0[KOZףkȯ)[J}:,`יMu`tObګς=Ѝ B'OzV `LF$ܶg?JNYjXb,ϞGp1d=H7-Ĭմa-j}[џkvo9K!+Iq5`,[mߨiт sh* 6g/O:-$ﱒI)6*wb?a9Բ|- })kOoV>`7'J7G/gwLkV/ e?]n"Ggs^`j_CaBX zK:[kkec8DETнFi(ŤR3T|C[V)'-,KjpiEAqxY*"/l߻Æd:iI,BU0bLH[xr-S[tM˜d$~JĪ AN( C$3o\tI4 8c.,fjmzx<35b9P{, 7==eLCEs]|5O@w]?ЀiEr'@~t ;hduti a7$¬65Ѥ^4q{޹)ZrpB{eHwWQ5Ac[$]jzB (Y5zY ]@3I {?>Br]H$h1'w\FG/< j<^Z6ʵnyGCP֨m4@h_pmdkSVzw+&qO#O^Y@z)t7كy3\ƔL25wWE~aFNt" _R=׍́$q?ri!- \s}us~MAflyXsDތ _EkϓN XE]0Z YyAXg ΗoY,SH\P}\ wț)UN aE$das*Wr\X Jbh8Up$&cK/M&.8h ZjͨB2{t N)<Ωr8Ҍ Dݞf[A Z fCB#pPZpK ݆[~1SBt/|C'%yD'dJJJH82:O SC Mdڂs:F-݋ r,JqhԳ<c%ң-̣)؟doƩ+8sd_w g&,I_*䅝mo A"5J)P碛wրO'›ʐ^|c{XZ 74lrgWBMJy)O0wQICm]|[!lĸFzf/UFtWן+0/g eEfs=ݟj Yv..rlBbq*&weXm%+!o1sQCO&cX.KŶ.wceX?S%` "WN:~ԋ Zmtr m$ӍoMh2=#1O,s bu564ꖩƅ^jSEOSVEIn"2¼澫RIEH{3 c8O^y6ř ]TRU15r(c6t Pt~ jaOtZ#%]@K5$7Q\AG{Io/Y=?\hG/8rO0%V_SyrӖ/D -&=Uh݇",8Qε=9s[BOn,I2@ܲgS"&Luި WϲD-Zδ*4.ۖp`8z26Gךӕ]O̴ WgAxϬ!!pC@ZzHmA Gn* М?G+=C*Aov%2b(̶5W1PbM&Y{J(U )l}PJ3z%b^QZ:]FJS=8(>ˊVf9{ Mtsw 5 =~"SsL4H"r~=Ui,W}Pk&cۿO]/&/gv;3Vp)&wc *CXl-Wkr7_XHJ(DF)` J#b+ڝLك!•uVW m|{|NN3̆E]܋҆^ ciΕ=v1OƜGnQW6ݢ9[A2R{c{2q4:$M{UYDZ}f0|3ߛ*ED4"fy "e@qGh#ʷX.< qn%nKVص1s\4]TFXw= 2%]{=s0#t`1gY-9z.*}g}=ĥļs:v|i|ߋnO5 Vln˵K f4$~pHՌr> ~L3]'ǜb]Ϲ-1kSexT Mig$g hxĤljˀ&|;og˶ WlhiWJIXܡ֎o7F#N&ˍLAe1:#VdbٟwfYk #Fsxx~6_'c7 K *pdÇgUНFçʼnyAɾΏf%Ʋ/OHK"f7iY ijOtSjYsjk2<[mNYr{*PDI)!|\YyiC> Xء+;)Rdhe{,vV# 袏퇋ORoy羶5xeRON҆TG9@< RHJ~9@ɉdkĖ4XX B;,} ĔgP<a]ʝ#K t3$d!zj㽽b4uoMWUkM52oۅRii?{&tJE8:P}W7Mlܒ~˄7Al@yB? 6`᝽P"FHׇ-$ޚgP>;AsSj HRܪEE:`GqfSM7Aٓ4ā''ST)/x#mi /{jjDq/O ơ߿xf7mNVت`hoc› ؖ#0Y"ƅ|CϜDP=͕zR"o (-}7@Q wXI kšl$B33qba}5s˽ F Fd"iB0H0KQBDl6T %_O|{YbڢXk+ʴhP A :ra!9dOqn _$QӛŢ{ w/Hnh2`Wt:e-  fhU1kUOKkџD jS,A/ EMsC@v@>zO kB+C\6WGe0 "Δ7ei* 8~k_ܺtXzZ\?_2WeY\ .zhQl(̆YmQ%\A%̽ 2\*vxQ+.XdzeGRBS oLYQk4d,;3G=8y[5H(di;o4?v(YɻG7S;ֿ\c, dK nX0Y`-+ďka5 nLE*%4(B&H)h E}y厒߁`03c'if_>LзZl5 G}(w=uիBi<%\_/u/YƐu 419@ 6ikɥx}1H۳MuqR˟:f[*%V=toqbLLRt'0o1d~o-A!3ELIθ.sș?X[REŇ{ ?BU`#3, TaoY/ Ó>}0O tSj:x;3V ̰OI޷ȞMr9+]ߍuDb m QT3b $~ŶX8v#v;vM爑Xd1XO}5eFYV9 r3 hރ^y`e6Ϡc/c+qZxQىckzĺdFNc<'/+La}0 300un3H$B,˟U)J Y]J 9,\~&B᡹[H\ 4=5CAY_GY  ݈Z%/)|3 rnKnZ@kIĝ$0H`p 2@,#Su%@Lk 7a5k_Fo@J$o2g"1t:Ii]'.>ݛdcI'g>[ALGǘoz6G"kȪs;UM oDq"-jqJaƙBAC-L~C N\>\ZB.:c#=,K"0ցeO9R7Kyqt)Hh"U5wiY9`'-a<=/b<-O1)I<0#i8h KRp8_)AdBqӉj0vڿ\b U8&zwIZ4}*}HRY}?tLLwYQ >$f{W](omjUҙ]h<.H#r'S`L` v68_5N-J=/Us`RSi>=Jq.Iƈl>#cGjuq@G?oan Tpyis:-E\ĥ 쫵@}yV Sch:qX} w͋- <0in-:f3 2y"bs#]Wn[;ApE3 O:ÛyYey* B1fB2d卷ϺDtqZÂ! _BQEK2M‡SvYpx-8*tK0Ler_.(u&T69*q߰6Fm{wwSӡ?C w6x޿Rʹ) =IuV?xwEHȰәMXt9* __D|ÑȬ%ryzcI+$ +BLz[k tie>%,5vnjplX/w,AzϺ1G^o&TɔuiV-,dzFqڑ'-W==AC!" ~' CM*hۉA#9&[< Ev+sBXԐ8IT2GWfH[30:h~iނHM'ʴ~.)KxaKAZǂ|3XQj3S_]\xy>FG ,+RXTzS1+qY$^Zl 6@ib\٣`ES/% J 5}7ET"-s3Ǹb= %PMzԚh{<7xJ}4Zͤ|. l_ddo>Qe_p"f&$ܝoC L]Pr \jrer@a&;Cߎ@,V#QKw=9H8{aN6Q=̉ġs+n]*%Z|=>s\ڷδҶM3 '5=o2n"6)[ ZV0WRbdZޱd sP>~5p+>6mq+Vg>-d:qчY!zGŵ~cTt/2`@,'آD| f^gu97@p8b5?bLs9MJ ` XUGyG#א ̙Qbh:;: )7lI Ko7C_c;),߉/ j4M>uF0{Ui ˳?3=b+{ȜWOUs,(D]٠xc [XE- 1+2\Esܦ)5]FIVٝ_:y|I ~|)A.$W~ԡxg:|G ɪaJğ@bw|D9 ͆zf+Zy=ۦj-q? ksu4^mk,3h*/!>އ-{t'gA\ /t )CBr5O#(jE*wG1KnivaL/R(yͱ2aK2˶3Vövb^x: ox@y1LĢP]'vXN43|F $-^T96 vgYјј~ەӡձy gxWBg:"=/2Vqv:-ڭ,ɼQKש/vT1һ륮]l)K!E)rq!R~]r"_ǏW<$Ѭ%[t􏟷ea/3% j&rAAowte7fiax4X§vJ}H85@S4(L  KЎ gfl4;Pqb]-6fBmuO4"̞ F3@RtO*VUutͼ#Ƃt@etGℎU$j5wm2yTID?s3Qb8:{pGM6 _D ÷/^䵃`#YVꙓ"PJ4<ɕ:]_,yԕK忴㟣{29j*۪g|BrRR[j}'ʆ.nj/:nT Mry SdLV#p@ϭNm@yI幞ya~ߵe~w8<'/3׶\x= +_Tbiʵ[en|a!>y8oQG"CvoI3/maT*$qBi\g@3 NS1@mnDM{xKBzUhmQ=l#(ȁh6f/z)Xcw\-!cos2x JQ('ze冱<ŷ%?y T47֌{%Q5%B5ì>.72҈G|JnTkkV?<.{AKA:cłg?b+t4Yy5Fcc۾BW3"Wv>[HSO`Yv\Sr(0U_ ZS2,J LƬl k7 k pHB_OA>毧9ƒ8]R5lCAhQɀz~)*}T"M@gswQ Iew]W{Xiw2…YR` |,5(/}%?X8Zhҵ@oO|g;z4mo٣b}Sks.)WmШ 4m#jG߇+YZzvmH f z)h}* LNgi+8nBpo,ά!C*C=Jߖv4 ޣ" y^ݬⱮ+FnQrp$7׹ʓҍY>LFE?ƥaJt@jfr 8󡏵lf~1Qs^Dzd 79;6fZ N%Q-LaooC(ryx'O's"ܶ^UTv էhhu$ Ӱ)eFWMmF3Җjqnd_tR:CqQ6ji3s1&,xKBJ+U N/TIЇ39z(vTphySR+=d{1,_| UzN t$eUaaZ5j~~ ~8CTmdک!k-y2>"Q)f4d;H:clB ~pQK1CO_XzIsHe"zA%}8myAV<]ph!:\xEK]6 =1Y\6q^!&LUn6V"ٟA/H=H},Xs[TQM%>15~g;]L{Txw9߰ {{ovBZ\gk;f>;TrB;:~xWAޢNSrvlIZ14=`'C']7Xq9, Ώ9%fH N-GOvu7~kO1(y9 F -Tx&wC1Īo{Ir*G PKp\\ʺlo!M5MjF6ի|մǯ$m C{̬js4tIheR *pxkRLA"mͤJ*Ā3lkыzCn=GMR &-7}ʚ)nE!+טK!t|OVRsny yнvo<2Ł8FEH_B֍@BjDRp2cN-E .=rN7X7;ES[8g e]$[⤼ xR55_?X;蜞O2:qDt-cm: %4JȼͭGqt>Ǡ L$vZ?gH<q@a_9[x(m;&fCNTǜ3PFwe"i 'X a:ACjq4U+/}v `lI2ő!H +AO…rg43'k~fi>"[IcP˯ YUB&pV0V4NԮK9~Kƺw6kj8Nr2W{]q^߂RqICu'8tQ';B}S~6ttJ##/aJ DD2Cev{qW͒dKS~"6XFJۜݤ;ZYLH<-\WRya[rݒ,_KKN{`ke-5~wгS2lDcPU9qLSTQLHgi4Ixtgo8HP԰&H: =I)In"dd @O"R YHjXN/qkȋqqi#ݵqz!P! %yʛ%ŭ|/\7sjpAQqٚ+$vxj Dt ʝiUݡY"pHEp@E$/*pn>O"t(KX4:'ʁ ~x{QT 4(ʂ#lg~WcC3cg#Io ;]n _Hn3K\D&cr oI;|@y1V^1ZzRܓ*3ɚXRkNphT*a8VC87^g^T[EVQR< Fv*3kÝQC< 6iІk2'%@r!8Yس , ɉTHwacPRQt uP=5qk5Ni;ݒ:@lH|K _ hVye]:<6Pb?A/۵DK0_ݥ|`@%V)n#> 3R .?1~Wy^?2")lROLtl HcO{"4[PԀE>F{B C !2W"LE :~I KȝWfhJ[wam;oRY _ώnYS-V+0V{NA:sa1ԙXU6m` ~ȜT &fRB&xxWva]L,G)])- 3 nT>.Ua ,,(!]t#RC_mʍup^H L$[vd!P{"6XFDyMXik_jhY|~Ig'̪) МE26Wtx`$Rb+{r›GC r=(ئ͙M+d:T#<;  ƶShXiVtғHb7!feUQ&4f|SR/Hx`4Wa4`(mPRd`z>cSTܔ/1{iS_pdsT"M[<(i>g&՗w'\2}MnW^g孾|a[)kh e{XС:7.*>iɛxHcmF=ǕB -08>o;dc=:mxA1" G]i4ԇX”PNN,%@)+kԱ /0a.s\bU|ʐ>θС )8,,H1mF@ vqH ?Tr$ y[Ev&\?R:Udtx] oy.T0c7a }{|ǹ>mRA`0*ͦN$wN: ,PYa 8q'0b.C8ViXrqC@zPčFLjL=ڛHF,AZd8|[ p^aÚVs"Yں#Bl4a]pX le*Pri${bqzD9Ls@w[p!&B[8s9]=*/>jS>t&ɖ}^b 7Ϋ)0r TwMqo*=z3 n,lf+NopN:t4>.1ѵi $+aA٤+4jVċf)\^rRdli?z y2`HkJ37߬ &ġ %TAە3LSvޢ4z&*#&V"*&azMߟܷ2܆`H=!‰hvZɊo,TNuqq64/j M=:bem=#?_{9I.xakvE$@#: z BhζAUxљ4V)PbVB)غAoK,Pái?бh4v݁uk& \ ja3u"AdqcߋMQNCB*!0z<[97k x,Sm |(Uδ)_'5?GYG~gBRrsL [k NW"ܛJOF)H|(Մ k!~3-I1ǂCPeX6i$)S(2D\wUzٶ a5on@'?ⶉ,ERծOlN!A^ZSn,./r5մԖ[!(,Lɉ<͇pPbz 7BӦ.F ShJƹrga׳=*+;D4 㱢vG}3U2 FުllYqmiL5N1Q"=r 2EMQg':!eV_1rA*I rf]'NJpkf-1UN+ĈVci|p\}>-ֱ)87SJQ9Sma=I(.x5gf5FHNO:6(1C4ydKew|N#p{1Nr< e pd&QN?tkgr[6մj Q[S#]:9>[ !X3q#r2r@z#2``Iۍ)h9@,;CK„4\]K*8On>QMc;˱ 9E]|vHB)B="Tl]vVxNk1:FZ*Ź_[>;Ņ ܆|U7a,ax]ӃH z*ߒfSw&><8!ߖs3[`>Gv2`8EVF_7ՇB[<(qN*8!zw|W#g ]C07Խ$M@>ykx))x޲V*5|0ĥi!}q-lYNNN!b0U?2T*+aHxh"F%SZ4StYxfoB+^BTrWH+5lCKL}~1&[b4n"=Ps -0"SR EWuu&@jǑs,Zঅ'_[l|?W{fju`,.;b:RSqHp+2DV'Xwap=Zg1 ; 'M̔kf:PVpzr8F-tHWnOmRC,:bPU'wZdYi0eHM݃_5W]Rwul~JX|֍UM>d|K!pNLea<},|c̍zi+|2wpƹ3\1|[A^,y0&j 6 E#qjIvTIXV96sV jYԑy_ Ɨv;O&7?͆Rڜ"'t?S1Pч {PfA$A2n>r;DYN쿪:wI\lt_utFxU2 T"[s&9/<8"@}mC%ю|;:s,MwHLD-F(JCM04K|uXG߉ox"OԮs6]4Mpgk<F7 ;Xf e\Feg5}5k u!MIEpG.7Jjgww&n-`ګᑜC~8f iRM5ufpo OyAr& h?d7"_jr/p8=ݷC:]#,;k|Z6#'-r&Xč$6"[OɈS^=>D$@rOg R_ 3;_ iK 9|0aDi7X?DEMevTU&ًt=Q-ϘGbJď@l/"?<1ZYO' =aFچ>=Tym`Ӌ鋆N[yQpLW,ew [~#b:lZ7;EٵnJ{yCWQT杷<ۤRоFJHf9aipl:i77݂-Eš+rF?2rYX4![COm(OHOb?Fo ։㹚sJQô.eCu2+MM!x$qnq` !zJ77 ({*N(.F~,wNb%B!Z_" ; B-wV3jZފ"A XY}KvGؙ鈥s.7)VE~^k{z1{B7NHʒoa2d;'(ET IC.zQp>ʴUl~@ lfg:E $>p)#OjjW{ ?'g2/Bht(fEU"yh[ /P8.—$M=36S6 w *}Z_I)MGRhBrXA{x |F|]8ɇsf\l$gzd>b@Daϝwۓ9efog*j[Y/T>bԑG 75+y=+r5 Pwe4rЂ:j$Rj]8`_"$;'ixVl\e"B*^ZNRH :[p{imǬx<5T˃Z<%Q.^4`VFЮc@dŶK+-,742Zoh^NVȆFL,s'ȠЬLCh$5X ~*Lq ҡӈ3_7C$q|zKCnX]9hx 2`RUwe65QfV\Sc "Ȋi@ї7?Pisn jf5[򎥛{CQ2zp[Z q!Ϟ#!cbPM)UeXCrzK1=Dtb,><󮟉Diu*&+|7ހb'(O5`q& F%^GpUPcpURZQZ{?(hÕ?(2Ua+{SI"wJlL]:pN&/W4֨^ 9Y_dŐokdR3!OTnQZkXDIb=773e zten.9QrZ½P L5`!$RE=#  ϮKhJɫ Ol~NpmP1tKOƞ iiu4lQ LEחDymVͫ-Љ8ֿ̽hf8o r?g6𿧟21%y6$u`]Dѭئ1nnpnPHlHÉZŔlO\u(&J0jhb\Ht:<Ⱥ Ssa5,}UKmj}Tx Y^F D/ xPT+U[YY5TCwZ'̸PICGx#}>QY;xVy#l~) 32A{BoX捠 Y8xNQߺ$PaI;*pd, wJ@ɢuJI]4JZ)>FK_>Hq+9$`ի&Ѡ#YD[m}lk64c {=Z=l##+?3`2~".G+{@vr?^Y]yy!`i[hYA`N*cnrU{(Kh>ufgj%;Ŗ9e%n7_+|E.n,eӛ塎pz+JLGd~iWs.)?"ܶ4oGwMh;g?i ùC>f425 {]l™B0t \ 7' P 0WX|HE 0Lߗ k讑0,\A{|^JX"QJO}"dn yR)6^{3`Ѹ&Kv"<4jY*DIe]UF*@J^^,wz%TDoKz[ar Ga^ )|t_i)@]E8L3u{c.$~`aMV Gt[PP|>M`(q6&~EWa,Y&ruc#1dCO]Y%{{2!⓯9lOmBr1K^ 9z4HSԯbXơ"b05=W%Pᆨ@\>Usu?u&l1!QkrOxٟ~挘xK{⛞`A!l$p 9D;brKnD1IH5 VX&devni~^!R&gf|`2QbjA+ 6+Q&~17e̦4':; .HIGys1Ԥ T7p/Q4|*% 9M#wRdhdVz8Ekliv͹ ۠!%7~,T)y2V^ur~⦷\D >nj=q"=}X04RF%|#x$pȗMʀ1PT+Q]$BᢃvJs@=lB3okB8L"uח'EהB,8S}#){kg=y`$]o$aހįdvE62WI#OomflgVvGմլ+_EANXg*<^Nw1SבqELxro ^ w޼Ҥ2(t ! zS֩\c' <=Iٸϡ6s='h\M!Ň*j̔'wBPd䇶+ɕqsmn%~P s V%m0|\:Rz<~zO0ji^&H3輗"LaЎ-5fV~UޚaM_j ͇:'Dyѕl'I5)YE@T^nK{8ҦÕW1-qW3ʫ5Gޱ>ѣ+mp/ * S`rH26b'!{a8j;4H-t2)HZg*`bScg1<ǽ8(9MOvQ%gpIs3s8Ś@Nzmzo֮)'q4[h.3ńh3SFϾҨj ⺩z980~\38Y YZ