ghc-ghci-devel-8.10.7-150500.3.4.1<>,<g#^p9|?ǑQtnwBg$NU S{HB?d % L !>DLcLc c c dc c ,c c"c$$c&D&&(()^8)hh9+h:3h>,@4F<GXcHcIpcXY\ c]c^b|c%deflucvL wcxtcyz8HLRCghc-ghci-devel8.10.7150500.3.4.1Haskell ghci library development filesThis package provides the Haskell ghci library development files.g#^ibs-power9-20"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 || :urr!!!***) * 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[\]^_`abc8.10.7-150500.3.4.18.10.7-150500.3.4.1GHCiBinaryArray.dyn_hiBinaryArray.hiBinaryArray.p_hiBreakArray.dyn_hiBreakArray.hiBreakArray.p_hiCreateBCO.dyn_hiCreateBCO.hiCreateBCO.p_hiFFI.dyn_hiFFI.hiFFI.p_hiInfoTable.dyn_hiInfoTable.hiInfoTable.p_hiMessage.dyn_hiMessage.hiMessage.p_hiObjLink.dyn_hiObjLink.hiObjLink.p_hiRemoteTypes.dyn_hiRemoteTypes.hiRemoteTypes.p_hiResolvedBCO.dyn_hiResolvedBCO.hiResolvedBCO.p_hiRun.dyn_hiRun.hiRun.p_hiSignals.dyn_hiSignals.hiSignals.p_hiStaticPtrTable.dyn_hiStaticPtrTable.hiStaticPtrTable.p_hiTHTH.dyn_hiTH.hiTH.p_hiBinary.dyn_hiBinary.hiBinary.p_hiHSghci-8.10.7.oHSghci-8.10.7.p_oSizedSeq.dyn_hiSizedSeq.hiSizedSeq.p_hilibHSghci-8.10.7.alibHSghci-8.10.7_p.aghci-8.10.7.confghci-8.10.7GHCi-BinaryArray.htmlGHCi-BreakArray.htmlGHCi-CreateBCO.htmlGHCi-FFI.htmlGHCi-InfoTable.htmlGHCi-Message.htmlGHCi-ObjLink.htmlGHCi-RemoteTypes.htmlGHCi-ResolvedBCO.htmlGHCi-Run.htmlGHCi-Signals.htmlGHCi-StaticPtrTable.htmlGHCi-TH-Binary.htmlGHCi-TH.htmlSizedSeq.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-Q.htmldoc-index-R.htmldoc-index-S.htmldoc-index-T.htmldoc-index-U.htmldoc-index-W.htmldoc-index.htmldoc-index.jsonghci.haddockghci.txthaddock-bundle.min.jsindex.htmllinuwial.cssmeta.jsonquick-jump.cssquick-jump.min.jssynopsis.png/usr/lib64/ghc-8.10.7/ghci-8.10.7//usr/lib64/ghc-8.10.7/ghci-8.10.7/GHCi//usr/lib64/ghc-8.10.7/ghci-8.10.7/GHCi/TH//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/ghci-8.10.7/-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 strippedcurrent ar archiveASCII textHTML document, ASCII text, with very long lines, with no line terminatorsHTML document, ASCII text, with very long linesUTF-8 Unicode text, with very long linesUTF-8 Unicode textASCII text, with no line terminatorsPNG image data, 128 x 104, 8-bit/color RGBA, non-interlacedPRRRRR R R R R RRRRWNi՞utf-86c875a76d94e5733075f4b9aadb5d8c7037cbae7723af44a26a67ad613f5a01e?7zXZ !t/+ ]"k%ߌOݝ{:aerM^UhZ*B-y'|U*&̃Pv&|_ZVaI,&ۉu ¸$ֻip?a{SKmwƖ=_nb7p+)d8" Si KaOQ[P]/X Mm6$)gS+md?&ٱpIQ%;r1hYOaRYJW/|ETcZ2Â`nP8R+ Ǘ.H=O x[Z # >/OzF"r@g"?o?وW>u4;AASᎍKarO5X&f ^p?*ծqdJ@: \0$^2<$sP>Dûh9m 8å.B`RfZ|/6͟_XJ"e[v[3M辚F2.W\ NCqF31FsKݔ+eMa"zhfpD\䢰JZ,gSWsu4&=Qr5.tH<G5^.L]x,}/Yba{*c6FK[^yj =#9Ũ%aڰZ3]z‹!lZV"Tځ! zbG4`HKK/Ƒw6B; J9 ' !7O<'i?ӛ~`t;o gO` G X;zn覽J2^`2<;ֹTiMKU1mu"cp7TZc];`ܽW_7ð 4!&nFq'QTfKLi)@4M|B;ayФ]BLq\V+WX͓)7xp( N\l;4Km:|pZ4~aP30DwQIgbêM`DF[pqNs~kp$F"Ҝ,3P:_(=0j&yؓ?u1pG\s.C""Y7T /7,2j"3;!MR0goOt]d溬Ir_qq(L˒6.ހEzsȝ_4aL "lq#V|cw*h :%|hA 1y̲h=ym)%KXeGZl@SQ&Y$8 ( ɜ<łNђiW1MEڍ6Xd 6*2/Rc>bMܐ@?y4ҲA~iXd"=:[LԋuS+ pB1Pz#󧤩mmlXpC}JqH3qT,|)7kA"m.(;[WP1)5#O3LIn سSR8 zl)].{UQK+ zZnydRB,t(2-mF_ei[N{迼 OBչV[1K2[Jr Q)xV YFs J fH5BNlG^C<*JM7 LUNRB MiZٳHfӽ WP8&ˉ߆U&%7LϖHdc;Phsh>0$r6XniI%%5Yy4J;$l-W>!<u64z{1`X_yue֤ltvX\>! .l #}dXbd;i ^dM 9{K*O6H=HD  ,) Qn>;I?N۝&{@`X.&%צY&AS0%>97Rx.oj? $JO`fB5 aHĽQ۶>3`UN74Bi8<- C[J>$qI@-T)6>KSS3!.$'D.bǪ]4 ZT[S%ZX3mr x:lhAY~?'Ps?vKtVTW̤ E-؜∶Π")r{7k Uˀpsm7P9M{CfnTĀG>ǹZ/lI,É 35 )K񨆦/3wxⶨ39SuM!`Du&xJ8]P^R; ^Xmb1}ӧTai~tk/K7ܯJG|x(X%!Fdu-0mcEK+'Y ^A}JJ#;Q`IjDU#Ѩ̢7Z}[ M_KNmi-cJN_[Zk2 Z.8cp2l ì!,,WJH!5ń|qzP |믺,[ZEcN9w(Pd;}GjOˠROyᑙnv &6od?ky/=ӻKkXT~=~[`MJ5UTt + z"Һ/#3pmA/VYjY֒3dlW8˵EQs%/FP|r<%WG&1?|2k-R`{`yJVXa>E%EhnG>_u]zȋW4˼HVM/bjlиI-V. (/,q_IkG+rU^k$Rg(e~08uo9+Ἤw`"g5Ij*NCP@гoNtn+߄KƏmt$o&$y1Cj^ գsՁPl陷6q_煙Dg8\]h 㗞\Ս >yXuX7[ߞXHpη,Jaێ \,qx|~FPOؘ ֵR2Tt){81D筕˥O3mE_иXɗLNGfO˨Ȁ{M!% e3*8!Ҷ,Wm-Y9 1UEs*Y5tѧ֍V(~rAXRp\H\S]%Q,CvߛMOEpB@z&S$Js#Yu ".\SDNظ`pT[) &17}p(5xNEJw03xhny?x1M݋~v8e5 Ŵ /%[{[lT?h|X >A _>:>1{bRhEr]g- $Gw0,:%W5@dm!!(MCUm͉dWQ^9(xGwSu=fBp(62+Jeu~CJC#ϣ&ka^Ib!KB8\NӮ Zn0nAM|JM:<6 eO,dqG '1`7Hk%=|-DFQ8x#b-Df˄\YS~~@$Z _17]':b^"Zɼ`%A7T5a^bj N69 zw8ґL:C8͒i)Gt!w{)ZX#kd'g@zh_ɀT~䃉w U-ƙm n}~?|XŏRS|t)\ ʃ7[ƅ!P}` e o)YIO ,vKz˯UB?:NK5D+?) %5߉[0w|x/'ݍ:+(LWk'Byf.~}63ٹgF$w$'&'RQGQTH_IV "wt=p6J/(vtX6m `ئ3 >kdtÈ"ܲ,D% "gera6B)S*PƸd``eūCCV11w`$'  ][l ! '.7wl%ĵ #NJʢ[1~; .[ ˻=EHԊdqY)N !q{VC8G3STG=;kޤai:r|SSں0vBLln9`nCu\nD"zXeoߊG{f:V༞v(Ք7#hzȃة}NE03k[ڻ* L69B p2nՐ\*_\vo":].Vsa?{ˑJ3h ˑءBwwsg zn)eD*,laGn*.틦h̢ɹ"ͣ<\i YI/4->0䈊}s>pqGᕦ);bf ']w=I>}tE:e֨y~PYioʚ}{Q+^L1!ԩ{nE7dD~/ה`ۜˌ"?žJL rƇwҌGļٜi]zcvSlB`e`0L2t ӢR3)^Ml:V=o6t_GBj屢kӣHD\ng7wh2/GWfi]{AE~yY@^p coNjR.F2{3nC~jh^V>ij?.\/'+9 ky% ?S#l^DŽ)%SeDi-״bv Z3[1++iI9v6ӏʇU4tY]:U^v5k.RscbO~$Cn'|/G.[T_V.o l˩ۉOhhH-2oM|S OztbXvXx]M50<2 {~9^o-@)4 ֠L3q|ܢL4|qHc|D'\fA ˟y jo`c[;}y(@rTP3p-/W5j%:k0auu Th}Ȍtt)Cd'p3i9 N0' ґÑLX[ѵu$\8gV&,fx<*H4Z/eZ @:²?n&8b,C32o=燵Xo0 Z}XuEf KW3IƖ [ Ac5O3u5,P]"|F:Fhl}mh `ӒžY7v+x2 /eQi\MmChĭ^PdD1.Ko[PA9 8]||p!==NHBNBDjGL