ghc-bytestring-devel-0.10.12.0-150500.3.4.1<>,,g#^p9|IKNR~a:\lic yLpwnr<ȩn HzWfс~`cUR3q pm]gDoip!ѣߌ?OdT[el P5HFb([ )Z/DT~g %.@ #[{@mkcorHA1 ᥬ/a[`imgNr(kpq}SL/˟:Ҏ2˙>B?d! . [ 5RX`    ( ' (x*-7//22l23(484$h95h:>h>@FGH0ILXY\],^ bc|defluv4 wxyz0@DJCghc-bytestring-devel0.10.12.0150500.3.4.1Haskell bytestring library development filesThis package provides the Haskell bytestring library development files.g#^ibs-power9-20x(SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Otherhttps://www.haskell.org/ghc/linuxppc64le/usr/bin/ghc-pkg-8.10.7 recache --no-user-package-db || :/usr/bin/ghc-pkg-8.10.7 recache --no-user-package-db || :]|]y]{_\_Y_Y)))PMNQAQ>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/shibs-power9-20 1730371227  !"#$%&'()*+,-./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_Updatedrpmxz5ppc64le-suse-linux   directoryELF 64-bit LSB relocatable, 64-bit PowerPC or cisco 7500, 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 WNi՞utf-821543a0e5a0b93a6f22c3c16279698ac46ea5362978d5dbc4c38f85217a03938?7zXZ !t/Ho.]"k%:rW&-Am~"% :{Cdu,S7s{x2T\kZ<{QxWA{gkYu$_ bmF?ICxA.=~9.Ҽ|čNګzmW:4RӠ(# ?Մ6TV j8 PpkC1^HH Dr]ɞww8i"v4u19Dnzؽ&mAz$LXk! 7h,H+]MlԢ&OW + TmZRJk U*C%RuWϲbC_", l|lEu12Dloz=8ņW;3򏽣0(@ lK۞\0$1(_QeܨyA?@s3z[6,!#AotőnHdřk91!j-mK:.[!f8 ɺu]OB/r1[H TlFKWHGkx؝}t[T=, GG C#|Q'uuú8>)? 5N_g2W gܝRo* AΕ7״wEqP?s6|ym% r~& zށRPrU8vVM"}YXèEVC xհZ~`YxT \ĝIPRCB gOPwQn2=rbt1cr?̵֌080|fu >i~7 M$-jW~=~czO n±nC8^i' nh [Љz8$+47%aċj'mLsئeq! ũ@/P -.o^j&!YkD:r}ĐS ɠ͐v} Oځ * ->*âww(aeHm>~vne$i ǁsL H k]B#@ΐc,\"BAZ>=uQ EVkF;;mԹM]:p`3"^t_i +_~ R-' QR o(̻\:,UW,ז4*6,Tz_u30pJuTh9 spHbW{fdjk ?'z!n]1K(BbSQaѠ93\ U# ӳsAOØ 4t0/L%?-.29[?- r˅ɲ qu9ݗRN#>~#9A>sbX2l6/[TTnFQ;JlG^O.dE1ZFGμ'"4⦻Z.&Rv:OߕzQ ʇIK:ȿlfF6BH΃<+]}-׳ /SKAzIee@W.FZ(05!1 E#6 |< cwbiuD:W PcD[! f%aChQ Z2Ў5{w="Pz.'ѽ5<=QQFJ- `uf"7`:¨"3V_m,b~;_5W:RFX[{ϔZ8]ypmDPXZ Ftm[a`Yҭ'ʶ)5XbW3/'#"6MAƷhMxpe 7G/}n^ ~YyI%#D)*[=O> `}A.$ť&`ug=KUN\N9nHt5=s[ ݝˉpp2[T-{vpk͢ }>lK^`@Bx.0n[z5jX3d }ԶMN~`|iٰhw'Ѱ]".V k=GÇB>*1w" \ĺ.(u懦qzI?lX.o! /pU(_mC|Hj!NSݩj\&hȄ/o7I=~T e8e\v4xZl-baiF簲.@ۆ|$Ŧ8?ږ^Z8p nT?VK<{RfToj=(?{`bRŬbzzW\q`S(#)0Ĺv'mk?1TA`8Kpp׶Ci.e-er޻'$osvq/f H"lІDQ&lm(!]3u'uK>Mr' >\-A# _[r3c4:Cc0!OUhq ܞ 51nX7Lk5pBH" #mHĶkmF$3!Kl%:<-1p:2Y9DEďwmϤgr3C_"9 ]J򳨜2@pe9c\)J|IcZX.OU 8~N*+rdHK@yNPcV(*:cV=D&jS֟YrkQ;Mh+'*Pt%?lU`p]5k@6~`G ^s#eE.\a+4==i M'0zkCs;M{(_~њND#O<㠄)@) H;VS_VBЃ&+N{}JaQC~;ݘd%*KTW1rҿ-[Jw.w=7Etށ<T\kKT",#+hp?f{9r<`0vD01[~w3_7@\Nk+`0{l7sF{=IUQ$n|j҂ުEp$i&6X" 7!(DfæErf4w{;ևD}0Y++aS:Npx(]^,Td&Oj+SIwBǀRu,\-*kaJKI z2Qm849ƫ+PW`&gi"eZ@~d^{d=7t(/'!d&*.C QpLcHf-gl'6?٩قtdA9aiDJ+1ehWHZIYPzh"uO/%K@(v1D~Qx>IȬcߴ*lmx(]2o7hqݾΤ{o\Ϧ.~aH9u-4:0pTIP!dA,}ų#KY$:0dK%GZf֓'Q6茮/r5GsGHJ~B3DG C ]7g}*|5YENŃ!.uvJ= pM]KYY\@C GID1Yf|{f21!r Cc[޽ݻi4 .iU| mWI0[M:)jL87N_Hv굈4Xʨ`8nԍQR Bœ&P-"b;oFfU׉um2G!6hEdMנ"g!0FiQJhX`bg$R6i]ѐc@=?HK8R$K8͔XeQT^Dn"Rz[)iv.s@HPdE®w`FUctri>\\[buIj|W=D?%8Q?Ȍ1 BE8G1k ht7oUYP"4 i| jD7% 4{x4w۶C BBlR&}{BKÀu\rl4fI©kae- E唎'K+:S],Oj =~zؤm.{>n~_* 2L CYm {#-o <5o'hݑ߸Mg2h>?G/O3 ">$%cAزƾ?Ze+?ns Bu}[m{պt_gY5 unh{Vgl =fQȐ3 |[$(n'bc~(69䝱ONqĠj 9ҷU:+`G-T{,~4D"?XF[U=̂o#$ۇoSR ǔPwYrAktWف`!kŎyָb .$2g8N$O:Y y||迬y.=螱۰ gkeZ;8&vۻ?8i,}` N9I{b+g(“b ഔtzl-nsiFe0*ah>àyE.eZ$WT;Ki c.` ńGK-w󣱻O/q5z̿$u*xfdAWj'@XAʘs{!u%j8Ib`ΚZ b+2b1pɗH& pUſOK$ v~49h;j\ $Yև[R_0v+ j 1Nke-/5"4"ɩޏ{ս/1<$ I]1و|tdcwj0GBN%q; ;8udE/uy dCօvQb>Ӊ`B@K|Χh .QX">C#{%|џyJY˴aT6$ zgS`5pcKZv1 p[M|:L V} hNh='tO#s\2ѮaEׂ>ZzWܮ uAX3e@)1n(| Pޅk$ c͏6+n~p83N_ O:lǙ{@Ĥo-/X3#+FbP.?OFg"i>4"HX|`o2٩0zv:ý*xb4ފ5>'91NFuk!wY| ckkףxK;GGP7(`0^rdWXpydw/_!yejz8ؗ޵*')m(;*vPObZ@7Ws(E,tvh g. vpt!&* !soT4Rkڞ]tj_ހzTj"4f2wsTpg؛_D疁XJɵ7p%PpNxsĂ"L򀣲9H쭿lTo|957f:NfI.KqY=T~ɀ(n>q/|ȪR mzl! 3T%sغ]]ube.9ٙ5 ,4!n0{?frx: é-h[tFթRm=ha/ ''Y-{?Q 8iDwF y0p&V8dBvzqQ"VU_CHoxХ)"S "8{N-{N7tc *%{LEj1*3G;+qРEMudWKa`Q[JAԗf[":AZZŞlYd* Hwg{bE:.!~d][ jM )MAǰ1q/% tY@[M#ph{d^g곩|ЬLwz_fN[G9aq+S aȢb"cF;H }LzgBF u w=du&u郇lHQ{1/+NX3(Aؿ)l`|jF~u]rbsoM :u~ֈrd gHhgkG]86oVmBQ&~xPͷ%;}U/b|7 (#C!DGYF++ӥ 9GJ )n:dGe`QL _$k[']+OGMMZ,$vQ()Pa?a$:e\M+9N{H˟ a&A>p,yd,U AeXS 2 Y6X w:o?"%3CdNhjAU@`W]? ^~AE :W hS ߑ Zxō4g[b( ]v֜:Lw`%Bb+YN%WYS=}X36[ orcЗ1]!_%HھoUrW Ӵ |sRo٘y_$ew4:*2ʓ\w:%\")Wf|,R"fqpB~di#ż)QNN$yMr4_|:X'R.vb CA>H7wu ۡ =Y"a2͠y>_:/8du^U {vyr ٨swO*Аhd_sD_Ӯ"!9wu`l9@B}ǝf]ߡ"V 9%I@~Y>աtȦE2 :B+NW>+Z ތW>wB:ao& ny[Zƫ]OAo9tC|z} `GWYdivN2gڗGY+ɩ!}!0( 4R] \.^h-P}@3IWg6vkD!)Ue/\v ~%q&!35!N)Ф uNvII~ kppMt;qY_ج%r`}s!ǂ={t!.d[Or2๴75am]ς#O9PƏvEC-z8rwJE97 R–,![T00;jJnO{-|gf}'eY@yw@C)0+G @9- b@DǶ/v:-2yv)^UUQoVSsKZn/5{hƳ7z-YsE[0,cMs͐Y],CW>Ydvaߴ2/3("S@¤M"c>עlS۾m3w0?rK㻈[ —7Pj{yMV:5 jlNa"ueW)Vc #1uu״`>#crc w5z%8nY:F [>Laޘqļڳ H;zMYqɦs8f,a:֔Q:|+c"39Z$؎(tb$cZl !c&SmU@_㤐N'q:bSBaDBhي肟1+3ʀ?@F a:Ef!]J-x\U>y(ߨˀRCAhdn+%y9 UPcݙ>UJdN5ҩM%[΅yֆdӖTֈ.] M(g}Nd(4I?بUfN쵿bZN<TBC= \5!^MPcZJޙ֞ ~=;;32;ہ_b$لĎ1E{vRJ5Cu> ! Y^k[UZT~nĉXT:GdZprPLR=tB+/a2`.RߦM]W/Lqel.x;;sпyxŻ-]࿜̇]e!|ߒG7 n`R^'^~&HjDz(# -21nǕ|"d[#Er VZbݴ(]zb$㇘X@PDłƇe=vd?!\Zza$T).]N?)'l@`hx9~ő _RZ a6[,2r[؁\+ocub+n D'I%TB=1oK;t d"<-j*MfP4ŻaIR< pZ\ YZ