ghc-persistent-template-devel-2.12.0.0-bp155.2.14 >  A dkEI%z =-6<9AN5 x7i %}i<}6早<OZ%ѥ;0u'F qnėɚ#&ZthZX fIgH۷?/{kΆ\0"j}L8ͶJRta'=VnKRn\P'( Ep@wǜUDf\iWW3ܥ?:&2Q7Qh(++GŒx+2䱧i€! X`#ծN_Spam:fk7D*33'@%PFw|6@6bKi&B#:/V垦|јJuխ'X$Vҥm!R:F@!Yf!lԵ0K7OLX+cn*b(zTgպqJ}jvOg)>;!2D|2^Lb07bf1fdaac967800a15b281fbc2a0bc9d44d47984614f306e5ea2cd41fdd10eb708a27f04bd0913319fde761a92d277768dc6c2'dkEI%z 65[מw~SNc59MNc'gG|rC62i/&K"McQ#@=Ѵɋ@E0J߷ kLeqŲV ;XN*^ R(*Y;2~icIsG:3G$|MXZU{ 7L5%kC6|'>ԇf XL\T>SNL0ds Հ 6n $YA;FB߅o7lo`K$%kۿDL"Mf_S3WX=8pV- m`B#HZ ĿWx?d_ea HMa j`dJ^ѣBq;]'3Z ~;.N{UwzS'XnĻH9M"(x n~vqH=FKyޮ٬F4NDΥh jTk{ k2L!Fuݢ}'@>pB? d ) 4 j  X^d     <L   (8 9< : >@FGHIXY\]^kbcdef l u v0wxyzCghc-persistent-template-devel2.12.0.0bp155.2.14Haskell persistent-template library development filesThis package provides the Haskell persistent-template library development files.dkDs390zl26#SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgUnspecifiedhttps://hackage.haskell.org/package/persistent-templatelinuxs390x/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큤dkDdkD`^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(s390-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/shs390zl26 16847516052.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-templatecpioxz5s390x-suse-linuxASCII textdirectoryUTF-8 Unicode text, with very long linesUTF-8 Unicode textPRRm&T utf-8871f8f7c4ba9addfd3057bdcfa738772376a0f069f0f202baef850c1f0b1cb9c?7zXZ !t/'?C] crv(vX0ٲ%.{"nf"a'Cٻ^&kVm1~PvW||!gšCT߯Nup;t b)xQY$bpΪu$dH˨@F zvm(D꥙|Yb"k͎ewO赴Q $aς(+:H нU;Sn=pQOcN/;4.!w.au1jyi_M.հ~-$7TQo/c}At IM{U[j.V=m}2f(X ]IMrA,C GCCft'@ wz *}|IS%Q72eFD_A`qD|)kV^Sx %Z)f*eӔQ Vg>Q/yfB) 8L{wM)M+O;ևro_\m^Z-z~e^:tH[󔫅Ǫ͞TpFzY<1qe[Z2M`.47coa@QeUbWy̚n0klT Ҁ~fsݱX6 n"AשۑOؘP{h# oiLdf'S@n9#5W#߻ʏنy9/AH@EХ%ԗSl5]݈%Youl:ɋ}c\jKf#w΄ske5Y,^?!ޅ);%o5/'-<݊^CڱCSžsd鲭3Ik!" ;ϱw-yXvg:.,Rxc 1К_$pa?x;qex{ZT 1!?_D0H}y04~K^#\< 4wZ 3l&Os8ㆃ:ɂ謁k%GO g˦~c M݌=:~Eϛ3M_Np4vc׳B ?'{(J" ;u)qT~g'q8z9 lh[Np!2 Y9 ɕ̵d`vow6zș@-kTn+x*?b<-S!S.Z g>WVb#ov< l;IpA$KAgt)Fz 肛<#eLS<1kzqty16|8_?강qdmip4rIcvzb>-Y 7HPnjYQds4/G-DK>v80٘30LmUɝ&A 9`cٳ*?@7h 'G ^;Ʌb]64-v'w(+ns\8 _OςW ~2It.ioAp@TXy<u硯-VF;~㱻׶%пVK2ufw9ukM!Yj~$W cL>N Y$vХ'IA/it̉{7˺wFjcѠŻu&qVsֻ15g:XI̤V_D٢NJF2;9xq,!卦MM"M|ވZjD Z9"fG |]Ȏ*k>󉓖yo%vy P#WrV&wl*U?SW{kT%R1Пѕ"֧'1tx4+&Z +GDt1m"gYk! X_ً&~4oID5Hܠ.Cjº&O:^(n{n{v$VYgO{N]m"xiᾭ(׀L\qP xzy*.yYqWa)"tHS?ˊ.إ M+{cB k8 ~i/~S=o e$6-^m"1p~7抬z2;J0=?of+d(!t9e{r?zLrx9Tٴ(߂&@gD#s"ᡳ?~lVl0qѢ%K4t A6g=)ı툈nAHp=>Nܥ, ^Nkl.(aIעFWg9X?)Xп&'b)Ltox9.TѶ(:S`'WO3+ TI_7T[PϛeJɝ5E-|~jiA%1' b[akYŚlnjׁ0/|.7TroDƜqw]ZnlpG%nJq}+\Cs; Oo7@'V;]& {*_l=ZuVaMQl1կDrL/Վ@j=ږ)! Y"zL,>2p^?â|Yyy-#:t9`RVq6K @ 5F |Tp?)bPosʆ oĸU#m c5T<&gbک4¼Wv/V&/TϰL>9w5;gpG1U"LieU` kn)6!7C^Y| =ws/;?&]?x 2@Sdm-AwKւ #o_y8[X~޷HI#^!nᄩZ4y)%ݐT SEz|l皥mAWEB_#B@9F)uG\ MO{G֬0`y+2I+d Di oMeP$4ӃA5}8GUϞ `sxޅa:z] yI )M8hӁtV;אs R_8ע}(70,ft5h6>A`c$; hV jn.RLKy^VSb]!F[^M'h^ &}#B >Z_/ U8 sB)g$sMnAT! "jk 9-He)|Q9{&nu&QF1 +ů#]EM-%RӸMln:dN3ɛb YZ