ghc-persistent-template-devel-2.12.0.0-bp155.2.14 >  A dk;xI%z n?ͼa\rk?fFԿӜ~dJv`ı|VlDFker|ڸ̐͢#mV&%@ru'0Wl֬&)"4YUMJH5n^=1 *_^ъ<(s@A D&i} ~Q䇈&P99d&̼bId.jXݓYn ]U{?ǐ' 2b@W:c^c74$exyl`Y4r]h@ 5c]#m_0@5$}^QUuVѬG^]Z  $lz֌ Wo+f{V MJHXOڐl da.r/-?X<$lrmvxS.< nxLZEY^f!CD7QTl|)&Fdc'X=bWȐe60eab5770e419fd24bd84c7f42bb4922f113d1543c9bfd42ba570efb2444e904591603f4af7049ae01338b1cf09534af753774b2'dk;xI%z @4]$?>D5,k8Sl{`1lXb.Qi+ފT\kLICK6dq\*]-m9dβ5WIgRE&19W ex[_8d6Z0ՠ [9+;c*3GoU)VnKkcV`$ ;3=P)d3dDb4[fՍ3MlڹD4tvLL_޹7^j={j{SESr9PyৌbWM9ғngq:NOͥ/(t .aCY[í+gLĠkLӡ\ ;4BGlEۯ]>0"%2#;%%Oo+@irԟl6WFeUlﯺ;]˕`b pk`sU~U/ЮBYZҴ'0 tR2 )/`x!X>G9PN1?'@>pB$?d ) 4 j  X^e       @P   (8 9@ : >@FGHIXY\ ]^sbcd eflu(v8wxyzCghc-persistent-template-devel2.12.0.0bp155.2.14Haskell persistent-template library development filesThis package provides the Haskell persistent-template library development files.dk;iold-atreju3#SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgUnspecifiedhttps://hackage.haskell.org/package/persistent-templatelinuxx86_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 || :wA큤dk;hdk;i`^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(x86-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/shold-atreju3 16847491612.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-templatecpioxz5x86_64-suse-linuxASCII textdirectoryUTF-8 Unicode text, with very long linesUTF-8 Unicode textPRo$>VF[g^utf-82cce3899a3ec444269ffe8e3f678289e6c7dd3a4f604b972bd1984291b6d1877?7zXZ !t/'?A] crv(vX0ٱ'n(~XI蠡dcpfKPC^kI—Tn1R_ODNݎ;[< |WҚ\ "^V+=4{_Q^( vG% N3OsY_;MP.X_ 104P:Vp/n%ڂ<"6@hBj8YWg6&g; TAN\0*N!n\7@׈4w lnkzC,(S%GQ>g <]I}/ SUhq.`G5;k7ceڀE:J}]YO-*O}d"5!-~7ZXnI|J 0Qn "Xo!aJkH܋;\H9V)/eQj hR?pX|6]z1Nd#``t_0g|̹W߲9^H1Z3<-B;Nkz6ɍ{fp1pT  zNRnJ`ֺK;Eq-M>_$D H ' ZZ۠FF|.+foT`E^r1m vy `1]! Zw+ m6]TiFpgwBSe)0g m3 Ƣ ؘ  d؎{:kZEcJB9/N [PcRtV6f.+k$jA:Q- HR"j^`k}ޜ *>p UF&Xo"sF) u70|ϖ=Ч6D4'ݪDu+[qhOgƦ dz[gz#ɷJܯsΉT %>NKD%j˳:޻&-0ٌs inPVnAb9ft!QIۻ Q} c5]FWl,A!A>[Bz;0?ǺLYgt mpvfZfhqaH/pm ޵Q'u kwEԫƩv1vɽXvAM3mB[zoxM$*#rO9T5V!>à7D.Kk yيg,i]q ЭzPϻdj&7YB%y$z i[;] hNNsI2ўq*s!/AK_!=j܉DxW+KA0_dX 4~`fJ܉Ȏ0}pnF~G?#V_ƮualH{4 xnF7O:/e9/UJ>$Ԃڜ#gqEzM>ebۯx\?/ c O$p)]'&Li 2[+4YQDXp@ޫ+0{8UQUz0S J"7HCfe 1)V>'VވuHӓj[ bdN_K }%zQ_VB??m-*Jiֻ@u5M6 Jf o,36Z?@m .a+05ws?hy2&* P'rgwcLmN6=Qd Ws*]k^Q5z_2l?^ F%:Y?ϿU0S:5 M_Ǩ2/ei\Ŏ`FNg18P>BR >#.V4q&ȝrhn=AkjtC٘ujܧquHxkn ڸYnŁa''?J3/;^F,`-B\ B79?l(#;. /@XQA3 M>sM(&݅8õDssZ: ,Uc4F,kC .g#D5rxw(ָԡ,ؑRRK̐-}dĹG^}mt>Ou4S 2hTĖ 6 {}kAߏ+}02[d^/`%-ӵ$/{ȑ&߆Q|)C+$\b9évP ~zY6A|;RdL !?r$}YVx=/| y CDjQ|#1QBOS`50 񂊣p^KvŨ= z#,<, )#cZ&Fd,y_]xȀ5ġ'']4-eV6Hmu{vqUN2{a^p[o- C>gZ#N >}Y'^f) vOkW~ZB a\:iZ lqIwL{{vn_@W&xv,=o)AMrMr?#l8+dn)@B=vv=1GP>&up ݾH۬HkN!W uJ)Sk"ӊ$na>RGkBL?zEm'A恉e9k•DA TglHNF~LT+:=Ɲb_X|Ke̝}>o#ۛԟb4؛S`jɑ"yH̟Uye &EV)C%¥z>ٲ/';쌜$쵧w3hw3 OZ{(j 2,W)OsZGZǤ j18Ԯ -njK}4Z#'qWSr$ :]CD`Z,ƽ6^( (^@ 6v%G?]fF~Bݒw;(jɷpq-^Jk1<|"UTsJT3aFUAi&EVCkQ(T/x8# Q]IvWyl!QwœTX璥0N8hS/ YZ