ghc-indexed-traversable-0.1.3-1.oe24090>    f ;G|`u` Wb"7 weZ^S uࣩ}j7 OOIB=tJz X|剺\!4q%d"<)=h{xWmR $i| wb`ȽfCc/s|{rj7/@~tu7 cr24gN*K")bl V~y=bX[duKisWw!t!y *%3fͼUG*F+\cMm!~>}[DⒻhM\=m|PLٗ'_ٓaCs((:c0/tD/kI&f(mg  Ȃ>ÅZsll?-=(|jkT,0b209ba02ce2806283fbdf43ebdaf39ac7fb6bb9881ca708fb59d4b01c21aefdf180d5e534e2e1fc00d4b924d07dcae8f453d0f7\|s.7V>7,?,}d  ) c /5<D H L T  l  } #(89:$FbGHIRXY\]^*d+e0f58<BCghc-indexed-traversable0.1.31.oe2409FunctorWithIndex, FoldableWithIndex, TraversableWithIndexThis package provides three useful generalizations: ' class Functor f => FunctorWithIndex i f | f -> i where imap :: (i -> a -> b) -> f a -> f b ' ' class Foldable f => FoldableWithIndex i f | f -> i where ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m ' ' class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b) ' This package contains instances for types in GHC boot libraries. For some additional instances see [indexed-traversable-instances](https://hackage.haskell.org/package/indexed-traversable-instances). The [keys](https://hackage.haskell.org/package/keys) package provides similar functionality, but uses (associated) 'TypeFamilies' instead of 'FunctionalDependencies'.fdc-64g.compass-ci2XBSD-2-Clausehttp://openeuler.orgUnspecifiedindexed-traversable-0.1.3.tar.gzhttps://hackage.haskell.org/package/indexed-traversablelinuxx86_64 &`fhfh856f30f22c922fc95a8af1588f46bf4910f9d6fd372e2f5c6cf612bd8b9c23db1d32925fb6f78e3a52a849b29fc4360df51c97be95ba8ac642517d3ff01a53d9 rootrootrootrootghc-indexed-traversableghc-indexed-traversable-develghc-indexed-traversable-helpghc-indexed-traversable-prof  ghc-Cabal-develghc-array-develghc-array-profghc-base-develghc-base-profghc-containers-develghc-containers-profghc-rpm-macrosghc-transformers-develghc-transformers-profrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-1i386i486i586i686pentium3pentium4athlongeode4.18.2e_>d@Lin Runze 0.1.3-1Lin Runze 0.1.2.1-1- Bump version to 0.1.3- Initial packaging (Version 0.1.2.1)dc-64g.compass-ci 17266848500.1.3-1.oe24090.1.3-1.oe24090.1.3-1.oe24090.1.3-1.oe2409ghc-indexed-traversable.specindexed-traversable-0.1.3.tar.gzcpiogzip9utf-8ab6cab25a12c4a13036a01c81f1668874168b5954f6dc7fcba66c44f8816ae742c56075c42e8c46993c7fe6633516954700acfff7551d4d9cdafc11ba076d652 Name: ghc-indexed-traversable Version: 0.1.3 Release: 1 Summary: FunctorWithIndex, FoldableWithIndex, TraversableWithIndex License: BSD-2-Clause URL: https://hackage.haskell.org/package/indexed-traversable Source0: https://hackage.haskell.org/package/indexed-traversable-0.1.3/indexed-traversable-0.1.3.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-array-prof BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-containers-devel BuildRequires: ghc-containers-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-prof ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode %description This package provides three useful generalizations: ' class Functor f => FunctorWithIndex i f | f -> i where imap :: (i -> a -> b) -> f a -> f b ' ' class Foldable f => FoldableWithIndex i f | f -> i where ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m ' ' class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b) ' This package contains instances for types in GHC boot libraries. For some additional instances see [indexed-traversable-instances](https://hackage.haskell.org/package/indexed-traversable-instances). The [keys](https://hackage.haskell.org/package/keys) package provides similar functionality, but uses (associated) 'TypeFamilies' instead of 'FunctionalDependencies'. %package devel Summary: Haskell indexed-traversable library development files Requires: ghc-indexed-traversable = 0.1.3-1.oe2409 Requires: ghc-compiler = 9.6.3 Requires(post): ghc-compiler = 9.6.3 Requires(postun): ghc-compiler = 9.6.3 %description devel This package provides the Haskell indexed-traversable library development files. %package -n ghc-indexed-traversable-help Summary: Haskell indexed-traversable library documentation BuildArch: noarch %description -n ghc-indexed-traversable-help This package provides the Haskell indexed-traversable library documentation. %package -n ghc-indexed-traversable-prof Summary: Haskell indexed-traversable profiling library Requires: ghc-indexed-traversable-devel = 0.1.3-1.oe2409 Supplements: (ghc-indexed-traversable-devel and ghc-prof) %description -n ghc-indexed-traversable-prof This package provides the Haskell indexed-traversable profiling library. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'indexed-traversable-0.1.3' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/indexed-traversable-0.1.3.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'indexed-traversable-0.1.3' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . for f in $(ls | grep -i -e '^\(ANNOUNCE\|AUTHORS\|CHANGELOG\|CHANGES\|CONTRIBUTORS\|README\|TODO\)'); do if [ -f $f -a -x $f ]; then chmod a-x $f; fi done # -Wunused-label is extremely noisy CFLAGS="${CFLAGS:--O2 -g -grecord-gcc-switches -pipe -fstack-protector-strong -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection }" export CFLAGS export LDFLAGS="${LDFLAGS:--Wl,-z,relro -Wl,--as-needed }" if ! [ -f Setup.hs -o -f Setup.lhs ]; then cp /usr/share/ghc-rpm-macros/Setup.hs . fi if [ -d "/usr/lib64/ghc-9.6.3/lib" ]; then subsubdir=/lib fi [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup --version [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-indexed-traversable --libsubdir='$compiler'${subsubdir}/'$pkgid' --datasubdir='$pkgid' --libexecsubdir='$pkgid' --ghc --dynlibdir=/usr/lib64/ghc-9.6.3${subsubdir} --global --ghc-options="${CFLAGS:+$(echo ' '$CFLAGS | sed -e 's/ / -optc/g')} ${LDFLAGS:+$(echo ' '$LDFLAGS | sed -e 's/ / -optl/g')} -fhide-source-paths" -v $cabal_configure_extra_options -p --enable-shared --htmldir=/usr/share/doc/ghc-9.6.3/html/libraries/indexed-traversable-0.1.3 --global [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup build -j${RPM_BUILD_NCPUS} -v if [ -n dist/build/libHSindexed-traversable-0.1.3*.so ]; then [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup haddock --html --hyperlink-source --hoogle fi %install [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup copy --destdir=/home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64 -v [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup register --gen-pkg-config if [ -d "/usr/lib64/ghc-9.6.3/lib" ]; then subsubdir=/lib fi if [ -d indexed-traversable-0.1.3.conf ]; then for i in $(ls "indexed-traversable-0.1.3.conf/"); do sub=$(echo $i | sed -e "s/^[0-9]\+-//") install -D --mode=0644 indexed-traversable-0.1.3.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/${sub}.conf done else install -D --mode=0644 indexed-traversable-0.1.3.conf /home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/indexed-traversable-0.1.3.conf fi if [ -d "/usr/lib64/ghc-9.6.3/lib" ]; then subsubdir=/lib fi if [ -z "$(ls /home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/indexed-traversable-0.1.3*.conf)" ]; then echo "/home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/indexed-traversable-0.1.3*.conf not found" exit 1 fi rm -f ghc-indexed-traversable.files ghc-indexed-traversable-help.files touch ghc-indexed-traversable.files ghc-indexed-traversable-help.files for i in /home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHSindexed-traversable-0.1.3-*ghc9.6.3.so; do if [ -x "$i" ]; then echo $i >> ghc-indexed-traversable.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-indexed-traversable.files else echo $i: not found exit 1 fi done pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/indexed-traversable-0.1.3" if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64${pkgdir}" ]; then find /home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-indexed-traversable-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-indexed-traversable-prof.files -o -fprint ghc-indexed-traversable-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-indexed-traversable-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-indexed-traversable-prof.files else rm -f ghc-indexed-traversable-devel.files ghc-indexed-traversable-prof.files touch ghc-indexed-traversable-devel.files ghc-indexed-traversable-prof.files fi ls /home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/indexed-traversable-0.1.3*.conf >> ghc-indexed-traversable-devel.files haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/indexed-traversable-0.1.3 if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64$haddock_dir ]; then echo $haddock_dir >> ghc-indexed-traversable-help.files fi for i in ghc-indexed-traversable.files ghc-indexed-traversable-devel.files ghc-indexed-traversable-help.files ghc-indexed-traversable-prof.files; do if [ -f "$i" ]; then sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64!!g" $i fi done echo "running ghc_delete_rpaths:" if ! type chrpath > /dev/null; then exit 1; fi for i in $(find /home/lkp/rpmbuild/BUILDROOT/ghc-indexed-traversable-0.1.3-1.oe2409.x86_64 -type f -executable -exec sh -c "file {} | grep -q 'dynamically linked'" \; -print); do if [ -x "$i" ]; then rpath=$(chrpath $i | sed -e "s@^$i: R.*PATH=@@") case "$rpath" in *$PWD/*) chrpath -r "/usr/lib64/ghc-9.6.3/lib:/usr/lib64/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3" $i ;; *) ;; esac else echo "%ghc_delete_rpath: no $i executable" exit 1 fi done %post devel /usr/bin/ghc-pkg-9.6.3 recache --no-user-package-db || : %postun devel /usr/bin/ghc-pkg-9.6.3 recache --no-user-package-db || : %files -f ghc-indexed-traversable.files %license LICENSE %files devel -f ghc-indexed-traversable-devel.files %doc Changelog.md %files -n ghc-indexed-traversable-help -f ghc-indexed-traversable-help.files %license LICENSE %files -n ghc-indexed-traversable-prof -f ghc-indexed-traversable-prof.files %changelog * Thu Nov 23 2023 Lin Runze 0.1.3-1 - Bump version to 0.1.3 * Tue Aug 22 2023 Lin Runze 0.1.2.1-1 - Initial packaging (Version 0.1.2.1) ?[TTF;iS@RaT AnDZEa~s^ύ߷89989~\߿8My8~qM9|ߟL-8;K+3V9l \Pg-l@gi` :X؃@nh@:?>t^P{ AM/P6N6n& rbgzIs79@u!0+o9ؚ3_I@ȖҒab85U~h9: [l@`6+ ֖j;Z.P30 Yz\ `',#Ҡ|]]A uMF e6s 7^VюdupM;[8@}%nfbY}]3;A! BnV0+(  [%-Y`قYPT_ {ܺY7mgr !ߨoLO@S /vO`qREb0ю F_1*C3aL7~מ߰7FȟcJIGG[Ml]a1n,0¾QnL,3盱 ٛd0G7P^AhBL (v`!{3bwBQoE0} 4{!^!v[`-}<M]`ߊ&7u0``iEtqNAa_N?th ?lulv`{b vһC\Ͽ;aL7?w?Ќ0&b0>~F {\~ 3?שּׁV`[-f.ߤ[?wNf4ekLVfJتr.6?]m\bKF>3 q9 7{ek_NϤCm{lxLOqN݅D(ї u&TK`J{}c?(ꠙ K3.Yڅ`j|#Ux{5B4 9|10['%䐌 $jh&װ Q|Y(_=–B3:ES%jj8(ӐFsA 4db:'DŢn)yy1KЅNLqB(Ę9|A{ ([0S4 r4mfݝ7x]u:yw*2]Te>v<+8ma$@꿖FTl, j~,5O%Ksowϛgfg={Kf_TJ4Ӌw8'gJ9lkĿPhT͌=\hZm :JByG 6v%Y* P d z.=MQZ6cY3[TEv2?IlJ]E} Xk:yhs1Ta 7^n#͵Ln1}WR +w)r%קpLw=ƲgtTsOuz"^@f]rCv Rhb3,{0T>׽B[ˈCoTA-+1_zJKl l>.C61re s ٔ_^юnbڽu.Dy2ʖ6-\e%1@ܑRΑ(3.YĆW8˂;ufךR0zhqU"v%B&r%HI} D6u']%L=+ ϑGJjO*r%J e4YKdǖgn 0:60@z-&3)V'k9w%RɌЊk'y1搜J]Ľr[(j?9tz\. }XҰR=y!v T#=GK܏np #Ќnۃ׌~$,>-SB߉I8\1]Aas%R('M`Coh?ıMH@ 43[V-SGơ.OR[\gĒ"+MC =vgdm~~Ȏ {L=u~ex2#,ȢՆCSDr =tOOgC',5}"%j/6oZR*f>"~v_e&Öt-tU琥&L'𳃇u._v֪,CK I˅4Mr4&vBJ眹A8l!<5 #Lܾϛ-:\o{++g*tV*DmXԉŎpy%`T'G"iX:DjIHt!QC5BZXS?d#u5*iLfDZԪ^-=f/E*uBgڲG3Eߴ=&dcAnXw foH쨣 &#Af],{^~r=Je3m׼ꂱy+sL ̱-{F3u-qk.Z^dł-i 0KD G#^5Mt>44S[ 5&_cMb3uFJ S˹{3eMC"dػqc9L|XVSgbkbÑ/5%Vpf=o6"׻VnVG42=DS$}oc4>=dAS*Ĝ@eC9J_Sm|rI_ca{wMUiȴZsYQlF ~JosE]R,zK, 1wd`'Q(!\0EDUځ't9%&͋tM{W6b+ٗ*^/5Y@6.E~NHJa%~}ʡҢb~_. m""V`4zݦ͈>I J ŸO ~m'ā/5 Ű%a/a U4<ץvMR $?;l:XF}#ۏ!mnE(!':^=UD(qbF! =Pmb4>|$`Py9=M^\NqIP23^(L\c3mfXģhhX(D4I3P ]W5s䒣kL`e e9|96cA[ CK3..]^1aD׍|bSD;ȅt8>$)*qE =djA!sVuZ4]gŏhKj6UT2>݌2P~ۦ,C UEr =yK;kErs]u]$v]:<}tD8Acط/ 2m☏L`.WMe^ (%c\MF~ܼ.Lv7fzN#Bg{c >dUm]=|E>wUFKF"Y\*xyp/b{p&(>nd 4ld( = ~|1|vEˡf]1C kx}C4{#[6m%/iB "I6eu(f_HLvv}aa.$”e7y=l$bA!Sc98pU7iBSttNC4 q)̐-enw34$'çWUu6]ݩ>>ZԜ+0 U+\֋`/>vv:Ԯ,㢕>= Z# 'f [m4Kf 2<)_#7xrX-%x-* quy+os!é;ݮ.% 0$6%\g^ YD*)M*q}[N e*̚:KŇ8E_IvUyjhS!f>Gz\\d0m_?=lIP>{EnÓ ]33hF w}[StdLNO'5]/ӎ_f^]T_W_ [)W _Lc)Vji۱wȋκ[a?{G[//^R?ܡ'{5^Qlxwrhu=F:Nj:ax|iR8<͑4Z|e*?;Ow>4un}ʰrM d'K$]Ma"йSI%]p~jUyI4ɠ'ٱ8)l u6, E`-sD)"] D(/U{gƸqW+EM)퓒N 2Z.䅋"tZیſf;^ c'dSdd2J;5Z!I7gA:8s%Sjc.BL4l$]&]϶V@-mOR3=$W#K|/.sR^YϋD]pViqR@Zj8"΀CeΧj5|o^E|TVEV;KQY2qdaeΧK|`k"tTWe9G|U7aGXiny`Ǧo8 KUE>Tl-Bg)*#AC)y}pz`Sۦ+b[ _I +SU 5[UMP057&16D=:PP{*u:J0zVE=B彄 VN֦zA ggߋd;G)J4ǚLda qVmhG&}: ?lWN_bڗ} EC\I=ߤgzZenGſI: FgBa9,Jʚ؞Mn5;֒')W к4ئn-{q<~HA`-V.j4bƼ=R!b&6F;zzwj#7WYF5r3--Wiq%IjN}FJՃ#W't읤:~[r'S^]U* };ʏI'ɇ춝)Zs@:kc+ ڠJK6UHB~dۥsRwWԉE>aD=C&z@~ `d鶗d#q؟^_: ՕgջNcWÓ0Z@d6ɪ|ǑDc:{ qsэ1TNzOoh"bK$&XkWl'')IL}iFiwL0Ηrhx\"SEXæ Z$.M޳tZeCFQiNA#^#.c4̣ gig/("R[MJ|fD6+Ͳ)*( Ocn5ѧŐ6fUg؝&NS,eUCw̮e {u,鐃>Kt{(Np_-xr !J~d37[,OTQ*]ϲZB֧ue8g cM\0)ߘ?=4,"z/[cי;%8\,E rSXd4Ttt,a]9`;#;P(t>E'8lO'>$AFEH)Kߪ-Bc+465GY)S(rݭn/U)k[,7Ehi]Ɩ<)H Q8vZb,W{>GIu/D/jNuj>|RY=٩p[[ODx-s{h@ ZD?%2T^&[L'oVAq0щlUsx,ZGu1~-`+7mɔt^靜3NGH3W5{ݗI/ۇNwR&z{Ie\aT Wkc }}oWǩk3C]sdD+Ptw—)҂[2Ѱ+י .sܸJƷ_2fi1dA&p1cYl'K!Bbxwoq,Q"Q۞d8˙4KEnU+j (V=rdȌJSۊQMTCWC"d z8!u v&nA_4)Cm h"n̄`|Xb[y,,/]48]]Rnڳg꾗g/HCD@߻]hkJ*jRSSI3