ghc-terminfo-devel-0.4.1.4-150500.3.4.1<>,g#Tp9|$C9Ty⢐)|lJ5~DӶ,ӛ1O۠B_=F'9 9v/%&hpT<^mCլ`q`5ctvTtR(/u /^%B6 gRjiK?P,7l[ h.$~$=%%WذݤLDpiADR!I*g:7<i:)wVdBmW6oz{oeJ[:uE>B ?d * U  )FLS00 0 H0 0 80 h0(00(04 d : (8h98h:h>}\@}dF}lG}0H~@0I0X0Y<\h0](0^FbcHdeflu0v w(0x0yz Cghc-terminfo-devel0.4.1.4150500.3.4.1Haskell terminfo library development filesThis package provides the Haskell terminfo library development files.g#Th03-ch2c0SUSE 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 || :_`P&#"olm) * 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  !"#$%&'()*+,-./00.4.1.4-150500.3.4.10.4.1.4-150500.3.4.1terminfo-0.4.1.4.confHSterminfo-0.4.1.4.oHSterminfo-0.4.1.4.p_oSystemConsoleTerminfoTerminfo.dyn_hiTerminfo.hiTerminfo.p_hiBase.dyn_hiBase.hiBase.p_hiColor.dyn_hiColor.hiColor.p_hiCursor.dyn_hiCursor.hiCursor.p_hiEdit.dyn_hiEdit.hiEdit.p_hiEffects.dyn_hiEffects.hiEffects.p_hiKeys.dyn_hiKeys.hiKeys.p_hilibHSterminfo-0.4.1.4.alibHSterminfo-0.4.1.4_p.aterminfo-0.4.1.4System-Console-Terminfo-Base.htmlSystem-Console-Terminfo-Color.htmlSystem-Console-Terminfo-Cursor.htmlSystem-Console-Terminfo-Edit.htmlSystem-Console-Terminfo-Effects.htmlSystem-Console-Terminfo-Keys.htmlSystem-Console-Terminfo.htmldoc-index.htmldoc-index.jsonhaddock-bundle.min.jsindex.htmllinuwial.cssmeta.jsonquick-jump.cssquick-jump.min.jssynopsis.pngterminfo.haddockterminfo.txt/usr/lib64/ghc-8.10.7/package.conf.d//usr/lib64/ghc-8.10.7/terminfo-0.4.1.4//usr/lib64/ghc-8.10.7/terminfo-0.4.1.4/System//usr/lib64/ghc-8.10.7/terminfo-0.4.1.4/System/Console//usr/lib64/ghc-8.10.7/terminfo-0.4.1.4/System/Console/Terminfo//usr/share/doc/ghc-8.10.7/html/libraries//usr/share/doc/ghc-8.10.7/html/libraries/terminfo-0.4.1.4/-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  ASCII textELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not strippeddirectorycurrent ar archiveHTML document, ASCII text, with very long linesHTML document, ASCII text, with very long lines, with no line terminatorsUTF-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-interlacedPRȸ>Ɍ*utf-83c8083fb188273ec575682ccd60076862269d05f0466fc8978a362ea163edc4d?7zXZ !t/( E]"k% u ?lR M ە%! ?.h;7pN bQ3yf2962!w:W0B'P(S@Gw@`tu@GJw I!yX1U!@KQJbڪ?^ .Vn2U'Ilt<;:oRHa@#3y" [=׿ZOa<=<:-$nUpZvеy>+CBSPđCo@Nb a۟zTg!fm86V"udheuΚWC(}$~[JBHz.?M[}}ΤmjΕ٬.JPF=qS#G "ȼ} aQD(ԗme5BE.–+e`1 ڃf"u{|- .|Bt;>p,ڤ帺x >-MFsgDq}1 iS&DGNrA< ށ8J3txP! kX,>Θ2$9ZKxr]sD~Z# ssd;iq8j^nM}RUSkE" #OOC)zuٽ~Pΰʅ+Jvwf.Gp!;2@AHp|,pT9{mP-W@jF}A"MRFY !!: T"A?Q;qgݽӑ$:)5R/M-$9c5rdfNxATMc֧CFE'?> Kri;N B\QDӕE8HҢ!A?B-ե¡}ɫmAa}x X)΂?q^"\FhaAt)aIv쬾Gh`"U6%BcӅ۰[K{>S1oE.a=cl%\ۥFQ]cCG3֐jd0'ώ?QKf:\bx2EqJWi=)ע}nyԽ41UҳP&TW:"tVAyD'4ElBLY5ȜfdBChD:] sX,#zʍٙL͛7B.&r' 4~⓶O4O ~P@{G5`i&F=„p'L`}TWJs5^»P.C]#D Σ4MzG'1tQ|!&!SɼXa !~U*\QV xqmr9 WVywp*d) e8F+g'Y$SP $pvQÆ 2y*CiIVJ{i(W!sdzygF+${%iqJ$;-M<'m#lnJ^*.EatUSl\pw8-OA?ONFwXx` =v/\[ TYP kGW >3csUF@@:%_KE8 ;W+sPoY KxYA RVjI;5-?P`%T)4W <5iwaUQ"4ϦT5)'rPVm6?ϣ? yv{5ZM(Su(@'1oT#y/XY8WsK\fʿK6W }kyʱ<%T bG#y"rdn4;3_|;Ѕc)~gm D/ՁXX^[w+$e͹p+X}MA:bSqY-҇b Q)#Ïl\52(!hY=60^~o76B<]ʧ'/TA_SЧ@{?*kaG}7ڂ֦fg02.90@m(&ߟ[iyIklMI| ѤU<HW^ٍP:MW|U*wm+Xv nM!%o1곱o6C%ÖxvC+3 U6tAiYǗx)dP(Q6+dk)Wժc_ScԞ;VMd<^꽜nT[hFw^YL5 VSOhqZLx͐>=smA*]_׺ŏɻQ79Hp}#L{wϠ=S7%?UyH}XcĪe_t1GFi.Lqj@P;,"?[EFK]I_NSWxmZ_Fb~ Z۔ִmڈ']`.W)54iW'PCksc|_N`e?:ts#hƘ FIaA:7D ^YWlIH4J%c\v &֕Oi_E 78xEsE @+|7UNtG-DE694L8[zJA-|:vΙ{$/oP鼫&s!u+hL==*jsmw 1j"aY>r$q|ѣAu`(um׽9)xfhW10UQ{R)SJf%*V~KNN310d.Gc:+ [l 3l{l{Q޵\Lo9}

Ï4 HZaY UCM.Q.x|?Ve1xhDvk.".N*} <'ŝH|`ҵyoŔA؜4.3oG#!ŞEt}* lcIII^&IUI+2Ӵ!z NgF̝<#…{B2]W86OO>r );a](0+Vﹺruxn1( qh_!vFbT;EШ &K&wUY+2r Mئ Gj Ǥk);{X[N_m&r_" dg:m,׳5>m!Ȭ$.AIFڡodnZ/xD/E˦NOj ( 6 KLǠ-qe.||@ `ˣcu)<2݈Cgs\iFr/2fAk88ت fAGn xƒ5r$B0H 5\GE[_~gMfsu:4ҹU˖X^Jw/H[`* H'z *nDZ"Adr,"g)H /A4i]|s>%)MyT+{1Nf5D^B5_ >hjĪggt}D잷T|U!iܴUbfֹn"_;US =&fGQ fi($aժ6#Є|;@B9@E!rH|͠P%#+y0hs?8SID̒SS(;`1:SXWҤbig7k{<e++;řhM;N*Vj <-42aA ԇ8 7rs/bEkYri@l(:]7kɺx?AG40yBxv2Q0U^ɘx,N?591Li^,r &Xhdi4ƅ,8NѮNeps81`*@dvT#9{3+,1} 5 ! IuТxGVFIšȞՉ̫1ŊEm!SViPge,W8t7~8IYk`SEH:*ԌCˑTvkYa\KJe!Nia G%B 1wZg hO(Dqk$zL';);cozW? X{ Iړ|%{ BX% DWLudDՠ{.O6jij%u=,MZ3YhԸ="\.atsk' $݋ԋA?"NIn, WwNcѨJƁm /).P?M YZ