ghc-persistent-template-devel-2.12.0.0-bp155.2.14 >  A dk>oI%z (lcϵrH:(F))n:B,躒IN$#M Mwo7q P4*}IUhgZ|p$+ 0̟{ v/R)!vl_'%9!ƙWgwz oLo5Myy8=q;A;* V ZO}H^!X5a#~YI?6Z 1],9Jz ܂`f^X6 ;))nhɼ9ʚ ֓9 TyY|wZzژX<…鱌5c8813f273e4fcdfdfce69b1d751b02081372927545196ef8fa99c6eab9ebf0ab56545ba0805ddc402ce821648c1ac2267b48a4e'dk>oI%z /*8C0;A(` L|ȟٝ_NEZ<2nLt*ޡ#vV|e] +w 0 dk"D '|GQ{u2$-BA қW4_ZhvJo 7Z yd?/R>Q .3m3[[28 r v$6ďRzzMx6I2ʢ{fԀ>e RHåR~Ӵ ~аMȺE97Jg>|uǔV>XMeO3ᩦtWYRM'q$ēŔXҽQ.a?;)vzӵx? ۧ^jc2W'GiI>9UPc. `ڊR-[/D;XRj z .N\.XR+[n/AJ/pjP*hm(N]Õ9b.+J׬<8s`v` 8j׏s:+:'@>pB(?d ) 4 j $\bj     DT   (8 9D : >@FGHIXY\] ^wbcdeflu,v<wxyzCghc-persistent-template-devel2.12.0.0bp155.2.14Haskell persistent-template library development filesThis package provides the Haskell persistent-template library development files.dk>aobs-power9-07#SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgUnspecifiedhttps://hackage.haskell.org/package/persistent-templatelinuxppc64le/usr/bin/ghc-pkg-8.10.7 recache --no-user-package-db || :/usr/bin/ghc-pkg-8.10.7 recache --no-user-package-db || :wA큤dk>_dk>``^2`^23629f6d2cf5849067c90042af3af51e86fb0b35e7e0495fc6a4c911a952f89dc557891375710773e6219663cf016d2ca374b9235d03d1071716965a9145d08d47cdfaf46c95bdba9612784a0cbfaf3d6729acaaa2597554e31a807a81446acd5rootrootrootrootrootrootrootrootghc-persistent-template-2.12.0.0-bp155.2.14.src.rpmghc-devel(persistent-template-2.12.0.0-G8x9xfSh9g4GQH9EhF5Vn9)ghc-persistent-template-develghc-persistent-template-devel(ppc-64)@    /bin/sh/bin/shghc-compilerghc-compilerghc-compilerghc-devel(base-4.14.3.0)ghc-persistent-templaterpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)8.10.78.10.78.10.72.12.0.0-bp155.2.143.0.4-14.6.0-14.0-15.2-14.14.3`dd@`Y@_H@_@_@_\@_=@_;^ypsimons@suse.compsimons@suse.comOndřej Súkup psimons@suse.compsimons@suse.compsimons@suse.comMichel Normand Peter Simons psimons@suse.com- Update persistent-template to version 2.12.0.0. [#]# 2.12.0.0 * Decomposed `HaskellName` into `ConstraintNameHS`, `EntityNameHS`, `FieldNameHS`. Decomposed `DBName` into `ConstraintNameDB`, `EntityNameDB`, `FieldNameDB` respectively. [#1174](https://github.com/yesodweb/persistent/pull/1174) * [#1214](https://github.com/yesodweb/persistent/pull/1214): * This package was asborbed into `persistent` itself.- Update persistent-template to version 2.9.1.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.- disable %{ix86} build- Update persistent-template to version 2.9.1.0. [#]# 2.9.1.0 * [#1145](https://github.com/yesodweb/persistent/pull/1148) * Fix a bug where the `SqlType` for a shared primary key was being incorrectly set to `SqlString` instead of whatever the target primary key sql type was. * [#1151](https://github.com/yesodweb/persistent/pull/1151) * Automatically generate `SymbolToField` instances for datatypes, allowing `OverloadedLabels` to be used with the `EntityField` type. [#]# 2.9 * Always use the "stock" strategy when deriving Show/Read for keys [#1106](https://github.com/yesodweb/persistent/pull/1106) * This fixes a regression from 2.8.0, which started using the `newtype` strategy when deriving `Show`/`Read` for keys * In practice, this means that from 2.8.0–2.8.3.1, for the following schema: ``` Person name Text CustomPrimary anInt Int Primary anInt name Text ``` `PersonKey 1` would show as `"SqlBackendKey {unSqlBackendKey = 1}"` and `CustomPrimaryKey 1` would show as `"1"` This was generally poor for debugging and logging, since all tables keys would print the same. For Persistent < 2.8.0 and > 2.8.3.1, they instead will show as: `"PersonKey {unPersonKey = SqlBackendKey {unSqlBackendKey = 1}}"` and `"CustomPrimaryKey {unCustomPrimaryKey = 1}"` This could be a breaking change if you have used `Show` on a key, wrote that string into some persistent storage like a database, and are trying to `Read` it back again later. [#]# 2.8.3.1 * Allow aeson 1.5. [#1085](https://github.com/yesodweb/persistent/pull/1085) [#]# 2.8.3.0 * Add `Lift` instances for the cascade types. [#1060](https://github.com/yesodweb/persistent/pull/1060) * Use `DeriveLift` to implement all `Lift` instances. Among other benefits, this provides implementations of `liftTyped` on `template-haskell-2.16` (GHC 8.10) or later. [#1064](https://github.com/yesodweb/persistent/pull/1064)- Update persistent-template to version 2.8.2.3 revision 2. Upstream has revised the Cabal build instructions on Hackage.- Update persistent-template to version 2.8.2.3 revision 1. Upstream has revised the Cabal build instructions on Hackage.- Add _constraints with 6GB min disk space for ppc64/ppc64le- Replace %setup -q with the more modern %autosetup macro.- Add persistent-template at version 2.8.2.3./bin/sh/bin/shobs-power9-07 16847499212.12.0.0-bp155.2.142.12.0.0-bp155.2.14persistent-template-2.12.0.0.confghc-persistent-template-develChangeLog.mdREADME.md/usr/lib64/ghc-8.10.7/package.conf.d//usr/share/doc/packages//usr/share/doc/packages/ghc-persistent-template-devel/-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:Backports:SLE-15-SP5/standard/e6af4dc2c5c93b0b3e5f22688d00441f-ghc-persistent-templatecpioxz5ppc64le-suse-linuxASCII textdirectoryUTF-8 Unicode text, with very long linesUTF-8 Unicode textPRLF= q ʕutf-8465d82f132e9591e1c2d3796a2fe526801f1664ef96ed858c73ed2c955dfdee3?7zXZ !t/'?A] crv(vX0ٱ(\v_DBBK9Ogj8vlj0"p'*>!?JQ$' uCkf;?F#2LS> {*؜ZFy2<{}\ B0mpX*DK2!~LfEͶ Z& ؒ!FS:uؤDm˸ɷ=~4sWTöδ+eծ !b&1PT-WXWD#t\Q|Pz ,<|]w 8Qpn51:uC#j9.tbmC׏?= Zʐ;-Pp U1ށ pWνQ ݔ@ 냁@ih6>Zf %40K5F݅b4}ӬR<$(_Q/re rҊn"PUrlr=shL:wԼǤ8θjV&I_Y F:Ҍ>?/5GI* atN5A$cEDgsn4%t$?kPFE=gʭWIdGFZ€ɫU{Y~dY $ƺ))<oiSL`Ff:\ƶ| WӫEx\X>6K>ѧHf9S`w{LzfrlAc%39XKKn87/ٍ&)-ˤ+ jhQލ|k=!~ߍ}rV.Hc`e0*$ :7yW f*ge@pW\r!*HZosnri1'1FLdoM`^&(&b#l QDu`]-:P pƨ}$INĻ YaL)S%oiEsOoT?U pU6,p >8 `C=siL۠F-rI+>"-]B(4 Jv@RK{Zf% <;Cø])]QFSi䱌"y;2 SiK d~ad:t_ZӶ3Ƹû bӓ6bg }4/G;[SpmӪ׆V/!g [+ak.Ĥ~ G١#]"m˿딻?4a Ik)`$\4?`~1 $^x?<-Ut5OoUS6 & ?E 9MBխPmҷMJ>sx\Yo/C^B GxraҏwN݈ʒ_`!{]=qc+RJUD֤UF?t+2qqx c>ET*VǔHpL$($ugkTU"8>"AçpC;sV_td5(G,V'&*Eo!6xG㮸Dpt_ qʀ.vpT?b/L]%ZܲknJ5Eij{7J˾t.z70|u* X"FdTI[ռV^bMLݶGߙy|8nWXm3Z+?G.M/vX|\:;`Nޖyg6U4dU{B ξ/Bԑa6wgrSW= SFL@ꖌ GM 5TRg t"qhI/ v2N VqŏdHgejd'f DzzXiP%2Hh"u]z9_&Se͝3>oxk_$j^'H5Px嫓U|=?AG;·/A&3(*v]h.zFM97jB{6~h$Tɖ\P6