ghc-hpc-0.6.0.3-lp150.1.28 >  A Z下/=„ ,]CXq 6v; G1M"WPzISnx)Q*[' u;/PAΔ uy~^Gy$l؝:DAP)WNB ;aZ੉;>&싡8վSm/pXz\6EgyiAO@9C=M(fbU9ݏ=-v =02S1&FDx%GQOas$ E#eXe8N8#&X^Zqd[|CmSk9ƀMϼ{ʾ| EXL< U1_' Z;ڮbWF>p>eH?e8d   1`dlp    (  X(8t9t:tFaoGaHaIaXaYa\a]a^b%bbcc@dcecfclcucvcwdlxd|ydzdddde4Cghc-hpc0.6.0.3lp150.1.28Haskell hpc libraryThis package provides the Haskell hpc library.ZDlamb71CopenSUSE Leap 15.0openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://hackage.haskell.org/package/hpclinuxx86_64>HAA큤ZZZ) * 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- ghc-rpm-macros use internal dependency generator now * simplifies spec file- fix alternatives handling- update to 7.8.3 * needed for Haskell Platfoerm 2014.2.0.0 * fixes bnc #726744 * way smaller source tarball (windows binaries removed) * dynamic libraries, GHCi, and Template Haskell for ppc64 and ppc64le - drop ghc-ppc64le.patch (fixed upstream) - add integer-gmp.patch * build bundled libgmp on SLE 11 (system version is too old) * fixes build on x86_64 * see upstream trac #8156 - add ghc-7.8.2-cgen-constify.patch * C backend (ppc64, ppc64le): generate 'const' strings * reduce size of table of contents (TOC) - add D173.patch * fix C backend: generate literals of correct size * fixes lots of arithmetic failures and trac #8849 * asked upstream to merge fix into 7.8.4 - add D177.patch * pass PIC flags to assembler * shared libraries on ppc still broken (trac #8024) - add ghc.git-e18525f.patch * fix C backend: generate functions for cmm primitives - drop ghc-use-system-libffi.patch (included upstream) - drop ghc-suse-as-needed.patch (fixed upstream) - drop Cabal-fix-dynamic-exec-for-TH.patch (fixed upstream) - drop ghc-7.6.3-LlvmCodeGen-no-3.3-warning.patch (fixed upstream) - drop ghc-avoid-empty-llvm-used-definitions.patch (fixed upstream) - drop 0001-Fix-detection-of-library-for-shm-on-openSUSE.patch * our patch was included upstream - drop 0001-Delete-spurious-comma-in-configure.ac.patch * our patch was included upstream -drop ghc-fix-infinite-loop-big-endian.patch (fixed upstream - refresh llvm-powerpc64-datalayout.patch * port to new LLVM backend - refresh ghc-cabal-unversion-docdir.patch * include original Fedora patch for 7.8.2- bootstrap from ghc-bootstrap not ghc * remove BR loop ghc->ghc- Rename rpmlintrc to %{name}-rpmlintrc. Follow the packaging guidelines.- Enable ppc64le (ghc-ppc64le.patch)- use correct setting for unregisterised builds (ppc64) - simplify build setup (generation of mk/build.mk)- don't BR llvm for now - dblatex broken on older openSUSE- revert LLVM for ppc64 (segfaults during package install) - fix setting up build.mk - build perf for all archs- Add llvm-powerpc64-datalayout.patch * fix LLVM backend for powerpc64 - build and test LLVM backend on powerpc64- Add cabal-unversion-docdir.patch * ghc-rpm-macros don't include versions in package docdirs starting with version 1.0 - use standard docdir for ghc - package pdf and ps manuals- Add ghc-fix-infinite-loop-big-endian.patch: Fix Haskell trac [#8134] on ppc64. - Enable threaded runtime on ppc64- Add 0001-Fix-detection-of-library-for-shm-on-openSUSE.patch: Fix broken autoconf test for shm_* and librt. Haskell trac #8350 - Add 0001-Delete-spurious-comma-in-configure.ac.patch: Fix test for setitimer. Haskell trac #8352- set up build.mk with configuration for ppc64 * explicitly disable features that are not supported on ppc64- add BR binutils-devel for bfd.h and libiberty- add BR libelf-devel for nlist.h- Patches for llvm 3.3. * Add ghc-7.6.3-LlvmCodeGen-no-3.3-warning.patch: Silence warning about llvm too new * Add ghc-avoid-empty-llvm-used-definitions.patch: Fix llvm code generator. Backported patch for ghc 7.7 (cf Haskell trac #7996) - explicitly configure gcc location in bootstrap builds too - allow ppc builds (ppc64 build gets stuck)- include BuildFlavour definitions in build.mk- build optimized compiler (BuildFlavour = perf) - bring back Fedora's Template Haskell patch - add Haskell trac ticket number to glibc-locale comment- add comment to explain why glibc-locale is required by ghc-compiler- glibc-locale required by ghc-pkg- update to 7.6.3 from upstream - part of Haskell Platform 2013.2 - new languages features (polymorphic kinds, ...) - do compiler upgrade in one submit request by bootstrapping ghc if necessary and use that ghc to selfbootstrap new ghc - replaced ghc-use-system-libffi.patch with new patch for Haskell trac #5743 (add configure option to use system libffi) - drop Cabal-fix-dynamic-exec-for-TH.patch: Fixed upstream - drop ghc-6.12.1-gen_contents_index-haddock-path.patch which used system provided haddock and that causes trouble when bootstrapping - drop ghc-gen_contents_index-type-level.patch: fixed upstream - drop patch ghc-fix-undefined-openpty.patch: Fixed upstream - drop patch 0001-Add-missing-flag-for-respecting-EXTRA_LIBDIR.patch: Fixed upstream - port to new ghc-rpm-macros- enable color and links in documentation- try to work around factory-auto still thinking we need to wait for BRs even when those are in a comment- help factory-auto by commenting out currently unneeded BRs- selfbootstrap ghc 7.4.2- remove binary distributions after bootstrap in Factory- Update to version 7.4.2 from upstream * Required by Haskell Platform 2012.4.0.0 * Fixes for ghc and ghci- add ExclusiveArch tag- generate debug packages for Factory- do not warn about metapackage ghc containing no binary- fix cyclic dependency to ghc (libraries reqire ghc-compiler)- do not override automatic dependency generation * needs ghc-pkg which we won't have in Factory yet- prepare for bootstrap in Factory * add binary distribution to spec file * change build to use ghc provided by binary distribution- back ported two patches for Haskell trac #7062 * fix openpty undefined symbol * fix extra libraries not on linker path- fix ghc-suse-as-needed.patch * add --disable-new-dtags to linker flags. Adding RUNPATH to shared libraries breaks linking. To fix that ghc's libraries need to set their own RUNPATHs which they currently don't. * fixes Haskell #7062- use ghc_lib_subpackage instead of ghc_binlib_package (ghc-rpm-macros 0.95.5.1) - add simple checks to %check section - sort BuildRequires somewhat- remove perl boot comment - rebuild after project conf fix for hscolour (keep deepseq)- enable hscolour after bootstrap- disable bootstrapping for devel:languagaes:haskell- set bootstrapping for bootstrap in devel:languages:haskell- add autoreconf required by suse as-needed patch- selfbootstraping - disable perl boot, might undo libffi patch- upgrade to 7.4.1 from upstream for Haskell Platform 2012.2.0.0 - drop Cabal-option-executable-dynamic.patch (fixed in upstream) - add ghc-suse-as-needed.patch - add Cabal-fix-dynamic-exec-for-TH.patch - add ghc-gen_contents_index-type-level.patch - bootstrapping- apply patch 2 - use perl boot to autoreconf all subdirectories- added LICENSE to library and base package - should probably be ignored in rpmlintrc- follow Fedora packaging: - package compiler in ghc-compiler - meta package for all libraries - ghc became meta package for everything- deleted extra BR after project configuration fix- remove minimum version requirement for gmp-devel- don't pack manual page when without_manual is set- temporarily disable manual to work around broken texlive- clean up BuildRequires (one per line) - force gmp-devel >= 5 to get rid of libgmp.so.3 in Factory- enabled hscolour- selfbootstrapping- disable dependecy generator during bootstrap- bootstrap SLE11-SP1- provide ghc-compiler = %{version}- package HSffi.o on 11.3- done bootstrapping- Move documentation to new place - Fix douple packaging- Added haddock patch - Fixed many file packaged twice issues- Enabled hscolour - Prepared for libffi patch (needs fix fo bnc#711489)- Lowered ghc BR to 6.10- Added Cabal patch (required for ghc-rpm-macros)- unset bootstrapping - additional BR that should not be required- Fixed versions and names in libraries - Fixed files section- Start version 7.0.4lamb71 15261817000.6.0.3-lp150.1.280.6.0.3-lp150.1.28hpc-0.6.0.3libHShpc-0.6.0.3-ghc8.0.2.soghc-hpcLICENSE/usr/lib64/ghc-8.0.2//usr/lib64/ghc-8.0.2/hpc-0.6.0.3//usr/share/doc/packages//usr/share/doc/packages/ghc-hpc/-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.0/standard/780f3050930796836748cf3a8d5bac80-ghccpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=99c46ee73e77c2359c7884bfaca9d9e6113a57c8, strippedASCII textPR RR RR RRRRRRRRRR RRR CT |-*֮"utf-8ca4cec56114cbb7e438ff9428275dbce9c50b17e3037c84d4c976d8f966b7534? 7zXZ !t/F˝] crt:bLL ~ȑ*k ]X)xЕv1Pyu0*/Z)pJW~=ëk !dZy*ݭ].b۷eYbKՑ09T| }iZaٕ9,MC=' 1PG*{| f &Y!U!٭aw}D/Ӓymw\H[#]yl0{"`2s:8|)ry]4NQ^e!ovM-0ܥ=QDMDp'^(9Yd*S N=(g*Jy'_.;1Qр jdCOEϯ9&TSV.8C¿x n͕Aێ^LZPcԃ uOxt:TV޶yCYz6I.JXx&\YwA^w`[p[N@Ȥc/] xP鍩xY}H.Fȇk^RkdL<%#[mVDUpAR%Zrtc9fv.w}}oG K|GQ h FZsu4O!†4*I  'cMݸT`4n8LpZ$GEœ62%by[SPjVb/~벢Zli>m˳x 61'.vY#`z^Åi7 g1!Alqtdؿis 2QYdb#ģw .-0`c9AgƆ5"8n>KN2;FDūwm ve ͯژ TGScacaRq6n mmj[Cu}X]Ć~H]R_<N`ceӺA2= KaZX7h` Y? ^xxtG$5x}wF4Kz;IjS~'j"4tJBY 0T5rU>gLݯ#T  _n9%[SltA*IiXIQ>)tܺqx|w^ȡj;׃O@Lfv<6v|sv6ZCLDcl-E#gvncJkǨw$*V5+)F1Xbƒʕ'Z(Y#e s|)/'-1B4>-4yU^<{=n L !*zSm#!j~\ҙq/N՟?1r0|= 5jUEF뾶QD^2kV긹Lv@POY@_#rWC}QTʭ7I7U",@&hW;i.Wl9#AsmyDϘ7]U3F sf9=oO!c=.>ڑG |{EYy|K^P#7Wvm"@A_J y|QS n3s6 >EI*Sʺ,C9O[IO;Աx7gJU\/gY`j2KUܿ!H|1W7ԒfuC ɞt lsDFG҇a~o6ԧ -7&O&fّ_)f1lqHRk9@7U= Ps&hzol aϝC?.G}l^g-`SiL7+v9p enWۄ|Gmsnuj8!>HX2g|_}r ڐ >ryT@u6V96g &\t 25>~YJhl7Xٹpn7pj ܨ?eaX} T5څ*SO.TsQ~"L'LblkKGJd %v*/Diq40h=sGd߭* n(d_+n(zM)9^61yDsu(lh}|ܡ%#V4ZQٛ_%̚Yͯ@z{Lue-ܘّ:}qy"I-z/k^ AV[p9,{!=u6@x>j ˤ#{}KL7c0Ꞑ 1D31(趼4R9~:?nTQ@v2Bsmx`+Hp>OИ [cQ ''[_;RJj}w/.E(?Li^Sg?*_+l'QKN]K2Lku&֧RE]EDճ8DMU-IW6j4?{$]*tƛ{oq...uU%jetƶFUF7M«%mk1o .ti(B㦔o KH\V" RZ9ӮWXƚpB.`2ǁ$(wWiOajCpYV}hL͂V pEM<N\O&[*ܑ*S0B@jFkO[{LnI o nD/Od0kUu+T0W% OH kcI Vt\0왕ȪCLNk5Kڵ-E& (5K 8LstR_6QbJ㤄SЀc @mv R[#Y1Ch|RcjUz]5yPHcD>`7[,hIA29R|w(F?Ah? `r;8'Fˆt񢣄흤[EӞvB{ ٧,/x݃zاwRkB3 Ɏ.!FgA;HXR@JE^̋/@ ?'^=e.8Q80Hn:>/?**V7O GHJ{7-IP7]Q%@yMDB^8|Ӕ/ r1$L99`c/=YSt-ҴĈNW-yjNx $Con7Am!"}rO#GƆm\\Vw}کgo h"Q9TMIXE+3jetIWƫ˂ϔ}-K|{x-\d4;q9¹jӏ'{g¶'i.Kl7bYNn2 դ{aa`4D;v xӨ]JIb8IV<8唑O@g5Y 3AC{|Qz!xy׊TNYo4oZlJJL*:p`ʬX!f$qvg9cF]k'<(OzO8ɝyBJ1VpXRM Mʖ)f: 6O1/rͷS[)Tff*>vS{6̆n ihQ1k qYE\C(Z`,UJV=arWޙ Av$nsLѷ3:R] qT_0%}?.s+@aY>XBve)1_6f96$1lP"Js9[<-8<М@kg!fţ@R7& t5[;hJkť;J^-;2M-ukz4 4^SI[#鸦Q#-`K>M tr]T?d ć䋂Ϫ 65]$EA!j tD 4ZbF1цk.0{LfEaN|n)zC:?L؇+Q *١L VDJ]fAlJ[N#"{[ZHMY[3:UUvq3Mh/׊{k]B>lM_x :k [[_QV!{S d0u<WH{\ 3œ1p_f 25 ū\0-˅pb~"oe(4I|$@RkGZvwJC(l<^ֵ!g\l4Xs'_[uei bqMkq26:/nigO!0gks~ pcs6K": 4R K=Q_P]{m`epQX.VSkTYD ]>FÇGOE7M7H&Fy !C640  IMj5+iaIWIjlmcm,f;c3;y̚Txt u=lk\W|9 -=dŕ3{p'zi (1Nqb7B4^ZNyL,4d[Šq9:z9TQ_3̊˞r\ĚOYS!]r<@yxx7XOkbUhwEݴ/*.Z'+ 9](|Kz-u2 Dcb EOԝd(E>;X2R%w36ID3|R/ ن+-^!>SJdiWSM:fB uPseaE&5ydui$x ҈r#B&9r_T|Q@fEp cLRcJ& Z*>V,y YPDw6¾;O5{Uz9с ׿MןFؿAӒtZl=(SРݢ:Ҩ.)p7_ 4ek.DMzPs8) >dL ΔpTݢdƯ̂r9{;mww)NPMĨ481+N^&#ݵ0ÊB>SXo8<+©RweI}wjNyh~R :1n'Ci"l8fX?7L+!bpl|+EؐJr⑟G'GE7 EMzRZpSƘyBJ9V(2X\;^ݰf&z>tSk>7Zx}  7ֿɸ<)a !zgkTQx?XWV8EБLQ䶝gޏ"f#,.suyzze8 ]Χ0$(GGO2nmD) ;kˮpƟuU$sŴ2%|L~j!UO~JlD,)XxA4 v˝ӱTW߰l"w>qZ+.#x0jvu~c !7Y \mPHpguHӦ[o =e{-93ޡJBϮ ;Pkr۠SؼxG x(5 A4GMe{z>(&U~}N-ׄzuy*~9Án{,)5ФgSCTQ'5mn}kt +c$"bf'-Ab.\RvWW ʈO\dg4ȁ YqƲ,{ʡ$)peve+ 03wc<n<P$)IY⻗A#jWY'^֒O2Lާw5L~dEBk&A Ug6!đAv. 򳦊UcRLxDz%r9zH_;\%!Ε-i˝yiy0—dUTU);mŊ-w;FulbDNV'% !i2M54z|wg@PQe7pe2i@g{aT.7IKJ3e`ˤ57z>dgs:1WKJ?3Ju9}ȟ-ҙ03qвv1&ϵjlO"T G+;0Fۇ}鳉BbFbfPjNi Jcn%E)O\mkXp0m(JgVoV"#1M.rv92|1u>p`\R{TG z46C3X{8KDjd͹PE4&G! gl~:Xg`BLw׻`jm{hݳX CP| |n8^nI;v@isFߍi=PMD;>aY6K"*٪`B,lxMȡ*c+\Kc%r"BFn"b0jW4L|ùx!yW/&x>bk>Lzfz<%)uyb8BkD;Qkz톌Wk+g~ss7T֛T+-Zh~ d1hCEj9:T!dakQQP4&d2h_l^KڢP q>{.lފ0h9V# Rz9LѦ9D0ɱ̌t9!95*[S9σ(KDCeKis:|Ⱥ ]s>M4~!6E4ɾ okc=í=o شiNX3|rtiԲjtŖ!@m|pd'6 ;7)"7mvwŸ8V%^`gNL7z9nH2 ttBXT=nePywRz-?1b#k^XdzOYܡ=;Tz{Fvar& IԻĘf$S觋(Ч*"״I+%zG!lQ{[JF\\IH>~pTM^r$1z6=y`S@tQݏU>ƕ7wSŏGˡ+Q+{"]6~&[)|k 8> b\h`9'Hu<߽*GCqb0q=U6],cױ*xOoƬne<+-brMOṄ!Hժ #zٷY0BJ E\iSGu>~(_Uj1U}D{"2=~r ,ɘ>GtH)'eUg;xDUN,+㈪,ЯLrwC$V;pbx9|P$)!Gz̄W:Rl)Gm:HlWbdJJHAձU9fY~O|lj!),A)4|5*ǦZ6lÊUK+[5F<%BUet{.+FW kZ6Msu:<{{k]VݖwBej\K9 Zk](-Ga^Tļ-X(ޟ} _C_oϭh2 M 58W O1)Wjx~4DAu8^Fz*T'r⏑WMKcE]\0I :"X}ʱ>X!+A|Gcx7*:$lJ9~ S5iQd50Ly"} f?fyf圖1 [08 לD4{zHn'\uxr~HT a҂eSj!Qs 3eT7k+ ;i6p,5 aٲckމ1W&ѹ1ɀb "eWgSdН5Ú@E"J"}z7oCl-Rԙ|olJ3t "w&1_ |3w < Tr7$}V9[\#^_eu#KԇȃK8G1wûD0E#L=Y@1`: wb,1wt+"G)в>=ZSfXLr.ܾu d3Ӷ 7%g%֨)=@{epj.$U.XWt MՒDgC/ⴧ= ջUKQuO6e*<`sxCuL:6 ṿCv,"  |H 6y)?kmqe=s7 T\.> Cg2XBd6 fŢiGyuC-n"̉Zf}%=*\7TN,nVf>sm^4l> VީӪYf5[j(!AjՖ1<^> (^Og_fhs U&Y=\-aEDW Zb0ZUFQe[Y{Gs#n Vre }l( `K/'PggJp牬 ;O19=GR([ vIMyΨteSX3֖ &vÑl<z8ꘞײS?2֩"xY܄Œ/E`!?X[]9 "j2 34S*5].H_̚ *\DAjw3 z$+wDDjlЫ$|ScLWq+- !gߤ|C%״z3Kft.xoT媔=fP9PT d9.LH.K/[G}D3E*.Ҥm>w>TpHBI<'-nv,0I|aߖlSxLY- lODEw5)^T׵i2set?po^QT?sZʕORd*BӨC}60yTEo=/ё{@}B 36K܋]^%p옐`Nnb[Dg[ιf=8ѯ!b8k~/HN xu<{-_ŠɄiUm-J_&T-S8v4wX1@t_GYĀb9x A/c]E~nP:jW;#a>wLvWI؛?PhuV,[I7~b!O{l^x`ZyU: u l9V,Wݩү0|):6D\,7Kə8 W<ȶGn{8/v- /*[HUzʈ2is\k>'V?t >i!AY m8SG9q-cO!$tA~[J>~OLjQVrH(##g;}B,KgSf+44iڢ R"yd(a[ƹmm&e ˡ0ƚvZG9FK[N(f"Ӧ)ojeeuVfBWIm0`52m~ӻxL _ڛramsbb9F ]F*m:^yˬjx9j,~<+)&|vŞ|;b&dÖ+ [r+v'i[B&Jg,aU "yL`4]19ZMMF^O74͕J,w%Q5 ,ITy, StxLu(!ľgHהPi_1x }h|^QTYee|D_F~F r>o3{5ːp-HғN  8'rl&-]K:Y a(I'Kbz7W)QMX$C1a 4h\Et쟵g^&ToBoJE&›%'~"c?e[\1JoQ4'HR) ~u l٣VBcMmw/iZdM4 cwSi7xe;4 CxkX YUA?<vrF NÌ>[VS7YŚy]J-#x3h=+# iū1ځfNd7љ46Uv>63KcDO.jW y5o CkPlIqG C {ymj70 ׬"!jTM$kmԥVx֍EE PD.+Og";ڤIb[)B"5LYtp4!`FVxtʳXK+`VC'/&t$7٦>_kER>P3uEMr=X6~R>ß!܊|6foHK]\x6}H/lT$(7AE?2zz\齚]fu=vyMf}C~1S7b?E);/&Y)-A$6RVM]]Nٜ9UG8ä఺Wy$5[ G#Rhz8Ƌ1>RQFeKy2j}[d*_@Rb ޟJ,=O)ЕI;+ebMD?oGD.Sfu+rC4<(q9Clm)ۉ/oӑ' %zz.cW 3Aa,IAT yH>hwR0'XH8+Oރ,Enub+7c `"^pXuwap_Ws@hM6dRxeajqV9C:fUo=t^U3il-} "L 'aR,mF>jub%CH.IO],_j'^`sXp62~Sƞtv9i+B?nZ6JmB犂˜q?^֨s2BkOAoM^3@[]Hڗ>}v@CH'3+ @._ˬ-&`Yx :_>fmGb&$B[ހh\$wGCai>K+&qD$-F1F8S AL?X#{1=0j;wߐ"I?:+= +UAPM)V,5e2lئ"H?]1JP`|̡oUj* Sߘ㝔F7ctjk`,1h/(;Dߪh|0 #oep8`(y&Ո`yF 7iPg?p3xx!|)=f&8R^vQs90pBmvPm67`$Ehb U&NRg&>\=i- ޵URY}B1ex~I1:Kj?19-wqMYŘn2Vr"hW,|iv5|>0Y5K3 h;NZ)Ӆ%vfK&3oy.Ai[Gi,} ,C3*ﶿC"B{=c8T_tJtC1Ԏ!)0ȱ:g;65)3M=.b2m6%˔ #m›q a%e#.$(V0WTmAI3G\ahofӦtorݷE(=Q,Rb~)6!g`Q/`qSyˢ#%3 4W XtHѳu tL*>U{* *f-LL<ˬt0ߊ@.}T"چhC3.7ۿ0B]Cji=K pK4Msxd\c@2o>>;GW3J=Px uhht+'k2hRZ*Y .e'Ÿ6[\b7qJ])(R {@>^8 Ĉp'|).N9=H0S_)J;e";3Pl~zByqfkT-3oKM_ҒRI@_feLZ@f$.[zlpBBCjOϿ#><\ؕl\I#KdYd)ݾDT}*4[ ~:鼱? _Bo"?Q鶴cSnD584X9(9/>H@ W,ӘnoU;3a exVQ.=>*)3{kc¦]+{DsĢL%| NX꽻sd:@ϴ-Im0gvڌڍچbq+?zBH eI2R1K`1D/t{7q3oCz._ A]ƻ甯B @kS;2dY ; vB}%AARJ~-& TwfrNqHtAb*0o\ˎx1J1FRkqONk{x]` _Ûci'd?lvޔi|ˌ?4tUNx\C:iwh'6ʐ |h&(':d'CJ4߾{zh=Ҷ416n S: 9܆|:=p|.R":$C_һO0{jO%`sl6es2rUjxZ8Ȯ[QBIO7葌y vա?Ueo/T j}amץu! asr/ a/aaFZ F0j>\,q/D0Ehwyo()imW[j6< )hD-@.E2Rm %3EGOLהѲMxW+%Ie;Yw3B~43=UC^DUk)?P E!φxQ+eae*O:f%ji?C[s8FYb"9gaEi,n3T;]v|oidZ"b}dE+~%k " INEPs_}aXu'L{h}:'#i!FZӠ O=h?ۭd E"7E8 xu'VFwb"+R4Wh3jmc.υc9{!&  =LoGhS4Z9`aFz`2]\L9-@l4H)ii.EvUѣ)gk@Ch-k`ab[V앦vb*X)d!w>?cV;n3zxs/j_^!?iLGpaAo/i&?¸moIv6Y-Qe;*C6o?RpJ:1A4r: N IL>F\Ӳ"Y}ˤ5pcd\b$D {."pR3z >܇ Q+P 77}sX鿮PWU Te&bɿ"(oLmW&_05}61њ逧Lꠖs+1L \{4R唬D je/]6P8N$ drz\6Հ#2WâE] 5ԟeC%2(3rC8 JN$KoTQv"5 ɫlv`kcIt))H}A!k$'ykSbp: \ ܽhaQ|gwˇ)xY]H; 2d@DX M|v@vx.V0~L\3"GG]-WT11zqh(igwwP8b8gA*c|gsZ߀F\Q( ӶCݻY~&;;m.,_%Q \dVai{h8̗4wLF -q?&\o_H7YBls} g汿h;))-~U+]B@>(\Kp;ިuƛ?}JG.N _&\Pc8I h홭hEy䚞DgRY{qnj7-bW_l42KX7I.(˺Of5Wa]$ FK>~u֋' 1k{渘XAF[@;OI_Yj o1oiOÑdWv/ [uߍVuf/~}O#{eRZ͠& fig*IQ*k2W]m3륓 +>ha$[B>r CϤL%WjܓYt(oS--?!¸~ByPLFa:/R ]gdI+45j>+ypk5H I5 ƞ2C(_<$ǝ.b^4@7HxKHRxE'%Lv`XSu:&CƵ`Ld6jEyJv&da?(ucW=GhÓqM>y,Tb+q$ՂG[br1UW gApkK%a 17ˑĘO Tw< 9o&U Qv2o=s%~ƣv^rwI,1's \;k忿؀ZqF(JHÉhCSR1q*sO3J!n{<6ÃXLfAT9)k 3$bv볬 MIQ!=q3<ɲ/f~񹷀sFBD¬uSLNށ]FgnҜT悓?nq ɯx1>MH}d\rQܖF=ͺxK /{ CrX8@:&Q|$R9Z!{n_Ui]N'\R,:_ 1^;RMnvbU6[XAG'hj]SDPQQ469PD`\(/Wpn)VbJ;2:xϙOթ͈GBSȀYZ?x,['`mC@n0ᇈ )Yi<. "P,z="NJ[\'xo<yJcIl:%8lEF/ S$mAthA'~(,)/Ygj[ֺW mdQp DβpPv ~h u.şO& u )Qz&Jk`|>f"2aHxb?6(V%_W:sDXd83o^Ʒɒ0 FB&9Tjgd! Z?n!YuaR;雃VHdv3۱Đ_ X zNkV}2poZPuf[C aX}; wj$]JH_fO`c:T#_ZԠe}~u)Nk= /UYٓ;) P`Rw wep38YȈ@])`AU>nq!ܰ i1lYKМ]=BMAFHɸ$*#{āF"^]tU6ˇOպj@FBk~\O4r,!MA=gWτbz;T6Qغtx=̡;؜HDAZ_I2OHTVCvz~֦֧J眳ZMx @tN7QehhpE<@e:7t+OY sj xzHNԲ)Ӂ?,2>n-9Q(r8 i0A專lb /e.[k~ vfoq : _AC;R5<u嘙*Sz>%V6.o:7|'_zP wb~=^9>*#:a_CCef{򾔫-1+ I5i\G=:z|'jgTaG-O,(Hے_C:rblq7fgu,y'^9>˅b໏@OHy ZM3f9Co61)1!I֖pjMAJeYA]>{Xdž$֨!u^N͢#TV->2ծ,DŽ4f?j䁟'ʀzQol| I T5Q%G<U¢4c DM8% a'rcu$~6qFF;J V-H`cI3+{c3\É[e1$pSrف_lz/Jo:W\ ڒ;NE w66QRNFMd&Ϥͨ 9 5g^"yzz64AQ-Gn/994)E†Ӟ%[1#fc'cB=](hFHL+1]i:wX}H9ד%X}>vϙfA ( "z%i\CzXKk Y:v;. #6W/0:Byg:ƞV J R' 1mOaf_09Sʬo?HU"4t6t;SASް|m[hūQ^|`6lr+Q1UrJZg㿔Yg2ɼZ=}+d!!;eTeuMi@PZMu 5D8:(R#pnXgē63')y_>RiyAB͎mm\*5ϳ#]!] p|ULK42qEB8Ce=wX*R`m@noFs~h1ـȣ:;.0yHт膬87Zl.Է$] kr N92mЧΚMe]Y-1{Ϸ^1sy_kAu/mՈ{Z ~܂*xy2zjӡ!+ H gZ(Nġ6{b5w$s^:A1q!eε+3&%\e2#fӗwvtp ߹mLy\/`mĂ-z?r-uU寊Eb<_e$4i:B8lТ5HP'TZZbJ/<$|> fY|-Q.u80/s[J7ɊȒw -k^ZBa+S.di/[9)h|BּhÀOLaZzZDMqBt'yI 1>Xp[ʋX2>SW/,9Q9H6_C$Mb㧋&e q8QQM({ gE^'0+ 'ӞAU3V5΅C2M1yo+0]KRJ!h=Ш j)]`x?8&u eb]q +,<)6SgRb"ǒ+tCv.% FY1D$v@ 6 ڠDDfCQP>!Z'`Kz3r;(pRSgd!-K4!ZffRSuU%7*xG0YKýc_JyYЮ6A,I^Ӭ1'kne0T:&GyP=~p0|eyLIFY ݞ;6T󋨘r6)hGZfh1E9&ܱjwa{bcڐߤwAk|(>S,D춘hgk[0yb:R1_,EvKFwN - W TRoZ!Uvm9qbP̢}[$ {Ms˯;t44MM<ѥ˾L[ "P j⤟ lɷD [hV89pnk[3X}6"rTEȋ* RpQy,&7} Y)(ok+G^.Oateew-KӸ"LgZX=^AuY}YaNBՀylFCRw?=ĹV:iEd*{^McQ])Jٴ1Ol@-WV ~2~u:c&O\Cgg(:U5.3_u ^QG$kW\ą|C]&5fUwAO0"2ߴk!%p^z &a,62ţKTVLe6˫w8+Iq&I>@ӦSD ?9yz16qPߐC2CT6"Dt~gw\kh )u|>pZymԮF`;hxDW8.NN'|bԫ;~t _^tEt7'Xy "y*WR I%Nqʮ`?@Eь,cR#-N(ݶ\ ,|< 9ꠢr5}˗+3KaρN`(Q4%#27+6k⯸D؎քrFmP5 ®Գ^Qr\}KL>3B,oX# y:ûCtJNRYqÙm/dw]0% RDkEO}^M(/kI0~ aG0Į~.<{b;CtZn_4=zF~U SWxcBB5w)/B/XP?#OUBЁ =):TBpDJt"|ʑ3gߑ˩KRy'g$LL s|؉XzwdNz-ZAdMشdE)b99UY.A'v(^%'_qڏK>'MxlP:3DnKx"Ik`J 4W3{॑ {F[Yphޯ1MC"l#lSyNR% c&Ss/BфX%fpǢlOαI.lq{fiV?_W^asJPqK )R3Vdtү+~v/@TGEk.b:!ZYD>s\HԠj"c;g#vf4^lŸ7ۦ L5Zµy"je4 s$'?ɚ)ƒF48yVI_RRV(;91q>Dg O) 䬡j-#Pm](Fgj"p45Wd[1J Rz|VE1uQ2:5ZрTb-E{v} tA+GT6 <eOdzA@R~fv=֥l=",bAѹCZEOJdfwwi1P'Һy?5z.ׂ.˜0%<,5UlLDhة)m^ M$s>1"1=57]Z}АN6T̉If{`7%?3Kjk.TI+(0;.Z87x es!G/$C L - XAH5Kr_@%J5Wo-L: $tAs1_~=cҍl)X70f}mhώ\macPX5*->*8M24T<)Kj4(B*,_׃}Sĉ U :VR6[c%[ӷ Q+/G,guhaGR&Yz#7kQ& څ5zGv-*YC+nlCPnS,kg*Q5{8fyl5# kaEJ=|$ۢZdSbX+iNga q6˗%lI}e?߮&nVCQ4n7j1'8w;!f'^}kc7FGl2WgiX u vK:nՕ*7*1 ST 9"Z,xCbU qg5[ !9fkQ8FޒgGsƚ(+oߊ=@{KV_Z[.6u1QjO3Ϙ79 A  s[U'2fZCU*b^@Y&X>i* WT4{8x;`K-* s^##*}ڜ$#VnHރƙ8E&7 ?ϫNP7_C^0u[Igh)@#l,$[K &CZF: oRfXt&(Wqj6 kGKr_GCм-CXD"ӱ΂v+'ȬM2qXCo؄HD\St|8 3ZLъ=nn7oȆ-u,8AB#sJ!"Bcvݑdp,ć봅&R?/piɑLAJ(ޔ4F3:dcIw6 x|_'qĥ:gs(vт(:T}M<<Ѕܞ4{NJO?E+B:fO*>_ӎvl /faiyU9w~vů2q/xԔ+4'[OSCc/.f2<ةƚNY "2gPHAO> \w]*@[&sv4hRj ClSm]udNC /.!-d )y3xrYq$5u㪺'ĮKC9hD\Yl@۴sRVCȾ69B~jxƓOpyVgwItލ"sP}kdMͅEFmb5\|(CPf/p6!MnJ+gTM .mеQmUpP#?)a(g5y#e./2:NTK,$7 ||@v\YU؜:ox )^.&`Y٢^vҡӺQmB} V23Pid+eKCx֬ZozZ *ng^+0_,(6cLjVn2jSu~ 6swjte&@hm4%&YB^C*UZʪت)n`~IU|BPfNo\>)hJwnLg3#ˬı~|ͱq݌:Y_J`b|` Ϣ}9T;OlA{RG>_K:]`>\eLnprӾ$NY:+!؍k*yuI01F<7:f@*,L^Uߤ!PXB,Va8ڢ=__&Zr6.ֺ e4+qWmJА%#>KIIf E灖oxdj).#u (QM:Z̪~OO∴%_%>ՃwXc U½,hO#5)ruk+,6]^dnG>ԫHD- }@KIb Pb7Fb)2ΤVAH |],AYVXtQKfse&s7f㴈o=p]vksy0XRi<*g,qQVɵQ^Ba0{gbyo- G~rPZA komeDt%HUt d;C pȊD%o-ϷlWٵKckZ"@g|ڞ*E"K,tËw6mj gwt^x|V~\HM>4_=5`7=d17,P "pU{mCA'/ww5.eKrBq? N:y_ QF7h2{Iۗv;kT0}f<1T YoJj`)nI|G,: uia[pgm≒8Zs )6`|*/-'m i|NVP&dn]8rP}-aح0j&hލ+ZI*8Wݳa8lQeCdXDi4PdǞM. wNY~+3L|QD3"NVC f_*[(93:"D!-9wsbi-瓩SjW4=a5R^h-ZYz`?WVkou{ayD}DĉE>'#{^3:-dej*paϧk>E.KP!L:vivCnLGj(jx%j;<4vSq%'["Mײb%Ѷn2b!h:=+*hS<6vEssCXd{&3672y" F7`#?w-c<\HfQ>xiZ@ɃF&aaxJ(Ln85(V#>ܕoK}V6ßt~oIm?>\7`_9QamY7ôC[VPFӲ HCc-]K#$9/|cKC/$!) IpaU,kUw67 g"BcW~LQXI.*[9|TSWYKlbUq.{w2vmv} ˽(>(DG̍_)7:+f%r 0̻BNz$UϦ5i۫к2ǘNMɔ5(vJ>١ &Qp-/ǿGUjG0sG%fmvZJX_~౜qq)(wF vz0c0AMn e@yYލkU$ l;˼/;V9pB<>= G!!\υ'oG<kw+& R9&0Nx QAxĥn}Cﮰn0£[3*cgZ ?LL'&Q U抌pj-iRRon惡6{T 0nTdca5`űo̯*,q7u:~:xm_u-S{]Xfbjs.,Pr6e/ߟ:,>T 2绶pL0ӑQثϗ*V~ zYoakH{ 㑊-I,:QEɢ7ڔ>S8ə\f7!g kEn7SyTH }#J0;l 뤊KpFXỈ7D8h qn$?q{L6#19 "2Oz /8y ¸az3/Eiχ G\8@t m_rW]Bx B^1j[e5UV?hMKV~ef}l$H~Ÿ=tn|BZ_6w/$!TO)d^C6)%|9>iq\n!iZWf7 }"NYqC1 0{Ea-CEK@b<#rK_N81a۷>/?.w?*ysV_k&W[[kGDs"7^?“KSH ؾ7b׼?+MYhЅhJZ$Z(v?hnrwoGgH_8i \b PvϻG*yޗ卶MIǣ%T{ `^6[L5hq7nsԡ;n1]o_^}?Mf`1Azcv W1#Tڬg?Vy;Le6?Kās<8"+tfn/(f뢞10cG?Rd Ў!mmN=ya.o `;a{3ՋaNl_FSt'|] [Y,1}s_Lz bhK|5,d8 muFbDf .㪥5ǷT-p'AS9|Qbҹ؈5Q泫 [Ɪ 2N |OH B{3Ln|}vy/ъ/2ab; 8)?2Z qan4d01trץN Q}0 %ZD:F Wx(&ZAmzZֲ3*Hw3u؛ 8Mml>=?y NC, {M?6,Q Ō &xK?@.]G{F+!"*T ?P\e \툱ڧ@sa"^LޞpLY:DHt2lF"06Sd٩n7A ?f?9Y;a/N\7E)@C۬?Eaw&- bXmM.4 6ȑǭ,@W ߳sFÔ Pώ q1ς9!{I>Gn5S|P5oF"8RBɤ20n.^%å; 2^oj n\&`1te +qmi4ai$"WQk ьݘR{|Ě@Koo0n&SY+UeBT]^Bwv0:-=iIe|o[wAv)7=HܜPCpLf\Qf ~uSrI DbKz;N#KN޹*d;'MwlD1܊Oɚn'Og`CXp~imdm;Jrd\GW@XOB'iW=!O xH%lxV05_Ϲb-{dQ)XJd,`2|stLs+i:_fp\4lFeFGDsW_K{]sD*X@@`#eܠ9'H=NǤ肉.T !KT sO׍x7XLJI1*`o*q71,MJAO]sE51ެ EM&iL#yZEJ_MO=T%-- Er;-@8GGv( 1St5Ra~;x$’oPC0(ȠÅ^D<?H()vHQ>=_I%w]2/?`{oA|ZprOrH?{Cf*P/u[G7u$`5#6'[wo\ v7A2J9jv#aW+>(l1ٛS]7xόq_1H)Z)& 40;@w/(H;2 r2k%- 4l\MkL*@"*2dz8 aqm´zFŎR'irQJҏ2uvkI:,m4H'h**&j<*h&3ݣe{nO<sen ՚϶@)uB_ *L8̍ :x YZ