Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-persistent-devel | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 2.14.6.1 | Vendor: openSUSE |
Release: bp156.1.1 | Build date: Tue Mar 5 11:23:17 2024 |
Group: Unspecified | Build host: obs-power9-11 |
Size: 75039508 | Source RPM: ghc-persistent-2.14.6.1-bp156.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/persistent | |
Summary: Haskell persistent library development files |
This package provides the Haskell persistent library development files.
MIT
* Thu Feb 08 2024 Peter Simons <psimons@suse.com> - Update persistent to version 2.14.6.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/persistent-2.14.6.1/src/ChangeLog.md * Mon Dec 05 2022 Peter Simons <psimons@suse.com> - Update persistent to version 2.13.3.5 revision 3. [#]# 2.13.3.5 * [#1374](https://github.com/yesodweb/persistent/pull/1374) * Increasing test coverage for errors thrown when parsing entity definitions [#]# 2.13.3.4 * [#1379](https://github.com/yesodweb/persistent/pull/1379) * `mkPersist` now generates code that compiles under `NoFieldSelectors` and `DuplicateRecordFields` even if field labels are not prefixed * [#1376](https://github.com/yesodweb/persistent/pull/1376) * Add coverage for parsing nested parens/lists in field types * [#1370](https://github.com/yesodweb/persistent/pull/1370) * Add spec to assert Persistent.TH is the only import required when defining entities [#]# 2.13.3.3 * [#1369](https://github.com/yesodweb/persistent/pull/1369) * Fix `withObject` needing to be imported [#]# 2.13.3.2 * [#1315](https://github.com/yesodweb/persistent/pull/1315) * Refactor entity constraint parsing in Quasi module [#]# 2.13.3.1 * [#1367](https://github.com/yesodweb/persistent/pull/1367), [#1366](https://github.com/yesodweb/persistent/pull/1367), [#1338](https://github.com/yesodweb/persistent/pull/1338), [#1335](https://github.com/yesodweb/persistent/pull/1335) * Support GHC 9.2 * [#1356](https://github.com/yesodweb/persistent/pull/1356) * Improve parse errors in generated FromJSON instances * Sat Jan 29 2022 Peter Simons <psimons@suse.com> - Update persistent to version 2.13.3.0. [#]# 2.13.3.0 * [#1341](https://github.com/yesodweb/persistent/pull/1341) * Add `SqlBackendHooks` to allow for instrumentation of queries. * [#1327](https://github.com/yesodweb/persistent/pull/1327) * Update `SqlBackend` to use new `StatementCache` interface instead of `IORef (Map Text Statement)` [#]# 2.13.2.2 * [#1351](https://github.com/yesodweb/persistent/pull/1351/) * `aeson-2.0` support * Tue Oct 19 2021 psimons@suse.com - Update persistent to version 2.13.2.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Thu Oct 14 2021 psimons@suse.com - Update persistent to version 2.13.2.1. [#]# 2.13.2.1 * [#1329](https://github.com/yesodweb/persistent/pull/1329) * Prevent discovery of constrained `PersistEntity` instances in `discoverEntities` (since the discovered instances won't work without constraints anyway). [#]# 2.13.2.0 * [#1314](https://github.com/yesodweb/persistent/pull/1314) * Fix typos and minor documentation issues in Database.Persist and Database.Persist.Quasi. * [#1317](https://github.com/yesodweb/persistent/pull/1317) * Expose `orderClause` from the Persistent internals, which allows users to produce well-formatted `ORDER BY` clauses. * [#1319](https://github.com/yesodweb/persistent/pull/1319) * Add a `Num` instance for `OverflowNatural` * Tue Oct 12 2021 psimons@suse.com - Update persistent to version 2.13.1.2 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Fri Sep 03 2021 psimons@suse.com - Update persistent to version 2.13.1.2. [#]# 2.13.1.2 * [#1308](https://github.com/yesodweb/persistent/pull/1308) * Consolidate the documentation for the Persistent quasiquoter in Database.Persist.Quasi. * [#1312](https://github.com/yesodweb/persistent/pull/1312) * Reorganize documentation and link to more modules. * Expose `Database.Persist.Sql.Migration` * Thu Jul 01 2021 psimons@suse.com - Update persistent to version 2.13.1.1. [#]# 2.13.1.1 * [#1294](https://github.com/yesodweb/persistent/pull/1294) * Fix an issue where documentation comments on fields are in reverse line order. [#]# 2.13.1.0 * [#1264](https://github.com/yesodweb/persistent/pull/1264) * Support declaring Maybe before the type in model definitions * Thu Jun 24 2021 psimons@suse.com - Update persistent to version 2.13.0.4. [#]# 2.13.0.4 * [#1277](https://github.com/yesodweb/persistent/pull/1277) * Corrected the documentation of `addMigration` to match the actual behaviour - this will not change the behaviour of your code. * Sat Jun 19 2021 psimons@suse.com - Update persistent to version 2.13.0.3. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/persistent-2.13.0.3/src/ChangeLog.md * Wed May 26 2021 psimons@suse.com - Update persistent to version 2.13.0.2. [#]# 2.13.0.2 * [#1265](https://github.com/yesodweb/persistent/pull/1265) * Support GHC 9 * Tue May 11 2021 psimons@suse.com - Update persistent to version 2.13.0.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/persistent-2.13.0.1/src/ChangeLog.md * Sat May 08 2021 psimons@suse.com - Update persistent to version 2.13.0.0 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Fri May 07 2021 psimons@suse.com - Update persistent to version 2.13.0.0 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Thu May 06 2021 psimons@suse.com - Update persistent to version 2.13.0.0. [#]# 2.13.0.0 * [#1244](https://github.com/yesodweb/persistent/pull/1244) * Implement config for customising the FK name * [#1252](https://github.com/yesodweb/persistent/pull/1252) * `mkMigrate` now defers to `mkEntityDefList` and `migrateModels` instead of fixing the foreign key references itself. * `mkSave` was deprecated - the function did not fix foreign key references. Please use `mkEntityDefList` instead. * `EntityDef` will now include fields marked `MigrationOnly` and `SafeToRemove`. Beforehand, those were filtered out, and `mkMigrate` applied. The function `getEntityFields` wll only return fields defined on the Haskell type - for all columns, see `getEntityFieldsDatabase`. * [#1225](https://github.com/yesodweb/persistent/pull/1225) * The fields and constructor for `SqlBackend` are no longer exported by default. They are available from an internal module, `Database.Persist.Sql.Types.Internal`. Breaking changes from `Internal` modules are not reflected in the major version. This will allow us to release new functionality without breaking your code. It's recommended to switch to using the smart constructor functions and setter functions that are now exported from `Database.Persist.Sql` instead. * A new API is available for constructing and using a `SqlBackend`, provided in `Database.Persist.SqlBackend`. Instead of using the `SqlBackend` directly, use `mkSqlBackend` and the datatype `MkSqlBackendArgs`. The `MkSqlBackendArgs` record has the same field names as the `SqlBackend`, so the translation is easy: ```diff - SqlBackend + mkSqlBackend MkSqlBackendArgs { connInsertSql = ... , connCommit = ... , connEscapeFieldName = ... , connEscapeTableName = ... , etc } ``` Some fields were omitted in `MkSqlBackendArgs`. These fields are * optional* - they provide enhanced or backend-specific functionality. For these, use the setter functions like `setConnUpsertSql`. * Previously hidden modules are now exposed under the `Internal` namespace. * The `connLimitOffset` function used to have a `Bool` parameter. This parameter is unused and has been removed. * [#1234](https://github.com/yesodweb/persistent/pull/1234) * You can now customize the default implied ID column. See the documentation in `Database.Persist.ImplicitIdDef` for more details. * Moved the various `Name` types into `Database.Persist.Names` * Removed the `hasCompositeKey` function. See `hasCompositePrimaryKey` and `hasNaturalKey` as replacements. * The `EntityDef` constructor and field labels are not exported by default. Get those from `Database.Persist.EntityDef.Internal`, but you should migrate to the getters/setters in `Database.Persist.EntityDef` as you can. * Added the `Database.Persist.FieldDef` and `Database.Persist.FieldDef.Internal` modules. * The `PersistSettings` type was made abstract. Please migrate to the getters/setters defined in that `Database.Persist.Quasi`, or use `Database.Persist.Quasi.Internal` if you don't mind the possibility of breaking changes. * Add the `runSqlCommand` function for running arbitrary SQL during migrations. * Add `migrateModels` function for a TH-free migration facility. * [#1253](https://github.com/yesodweb/persistent/pull/1253) * Add `discoverEntities` to discover instances of the class and return their entity definitions. * [#1250](https://github.com/yesodweb/persistent/pull/1250) * The `mpsGeneric` function has been deprecated. If you need this functionality, please comment with your needs on the GitHub issue tracker. We may un-deprecate it, or we may provide a new and better means of facilitating a solution to your problem. * [#1255](https://github.com/yesodweb/persistent/pull/1255) * `mkPersist` now checks to see if an instance already exists for `PersistEntity` for the inputs. [#]# 2.12.1.2 * [#1258](https://github.com/yesodweb/persistent/pull/1258) * Support promoted types in Quasi Quoter * [#1243](https://github.com/yesodweb/persistent/pull/1243) * Assorted cleanup of TH module * [#1242](https://github.com/yesodweb/persistent/pull/1242) * Refactor setEmbedField to use do notation * [#1237](https://github.com/yesodweb/persistent/pull/1237) * Remove nonEmptyOrFail function from recent tests * [#1256](https://github.com/yesodweb/persistent/pull/1256) * The QuasiQuoter has been refactored and improved. * You can now use `mkPersistWith` to pass in a list of pre-existing `EntityDef` to improve foreign key detection and splitting up models across multiple modules. * The `entityId` field now returns an `EntityIdDef`, which specifies what the ID field actually is. This is a move to better support natural keys. * Several types that had lists have been refactored to use nonempty lists to better capture the semantics. * `mkDeleteCascade` is deprecated. Please use the Cascade behavior directly on fields. * You can use `Key Foo` and `FooId` interchangeably in fields. * Support for GHC < 8.4 dropped. * Thu Apr 22 2021 psimons@suse.com - Update persistent to version 2.12.1.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/persistent-2.12.1.1/src/ChangeLog.md * Thu Apr 08 2021 psimons@suse.com - Update persistent to version 2.12.1.0. [#]# 2.12.1.0 * [#1226](https://github.com/yesodweb/persistent/pull/1226) * Expose the `filterClause` and `filterClauseWithValues` functions to support the `upsertWhere` functionality in `persistent-postgresql`. * Mon Apr 05 2021 psimons@suse.com - Update persistent to version 2.12.0.2. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/persistent-2.12.0.2/src/ChangeLog.md * Thu Apr 01 2021 psimons@suse.com - Update persistent to version 2.12.0.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Tue Mar 30 2021 psimons@suse.com - Update persistent to version 2.12.0.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/persistent-2.12.0.1/src/ChangeLog.md * Fri Mar 19 2021 psimons@suse.com - Update persistent to version 2.11.0.4. [#]# 2.11.0.4 * Fix a compile error [#1213](https://github.com/yesodweb/persistent/pull/1213) * That's what I get for running this stuff with flakey CI! * Thu Mar 18 2021 psimons@suse.com - Update persistent to version 2.11.0.3. [#]# 2.11.0.3 * Backported the fix from [#1207](https://github.com/yesodweb/persistent/pull/1207) for asynchronous exceptions. * Deprecated the `Acquire` family of functions. * Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build * Sat Dec 12 2020 psimons@suse.com - Update persistent to version 2.11.0.2. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/persistent-2.11.0.2/src/ChangeLog.md * Sat Nov 07 2020 psimons@suse.com - Update persistent to version 2.11.0.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/persistent-2.11.0.1/src/ChangeLog.md * Tue Nov 03 2020 psimons@suse.com - Update persistent to version 2.10.5.3. [#]# 2.10.5.3 * Backported the fix from [#1135](https://github.com/yesodweb/persistent/pull/1135) to the 2.10 branch. This should fix reading `PersistUTCTime` values. * Tue Aug 18 2020 Peter Simons <psimons@suse.com> - Replace %setup -q with the more modern %autosetup macro. * Tue Jul 28 2020 Michel Normand <normand@linux.vnet.ibm.com> - Add _constraints min 4GB disk space for few arches aarch64 ppc64 ppc64le * Tue Jun 09 2020 psimons@suse.com - Add persistent at version 2.10.5.2.
/usr/lib64/ghc-8.10.7/package.conf.d/persistent-2.14.6.1.conf /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistConfig.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistConfig.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistConfig.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistEntity.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistEntity.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistEntity.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistField.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistField.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistField.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistQuery.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistQuery.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistQuery.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistStore.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistStore.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistStore.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistUnique.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistUnique.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Class/PersistUnique.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Compatible /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Compatible.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Compatible.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Compatible.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Compatible/TH.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Compatible/TH.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Compatible/TH.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Compatible/Types.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Compatible/Types.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Compatible/Types.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/EntityDef /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/EntityDef.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/EntityDef.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/EntityDef.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/EntityDef/Internal.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/EntityDef/Internal.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/EntityDef/Internal.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/FieldDef /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/FieldDef.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/FieldDef.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/FieldDef.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/FieldDef/Internal.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/FieldDef/Internal.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/FieldDef/Internal.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/ImplicitIdDef /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/ImplicitIdDef.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/ImplicitIdDef.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/ImplicitIdDef.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/ImplicitIdDef/Internal.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/ImplicitIdDef/Internal.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/ImplicitIdDef/Internal.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Names.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Names.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Names.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/PersistValue.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/PersistValue.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/PersistValue.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Quasi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Quasi.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Quasi.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Quasi.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Quasi/Internal.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Quasi/Internal.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Quasi/Internal.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Class.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Class.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Class.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Internal.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Internal.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Internal.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Migration.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Migration.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Migration.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Orphan /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Orphan/PersistQuery.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Orphan/PersistQuery.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Orphan/PersistQuery.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Orphan/PersistStore.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Orphan/PersistStore.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Orphan/PersistStore.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Orphan/PersistUnique.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Orphan/PersistUnique.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Orphan/PersistUnique.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Raw.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Raw.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Raw.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Run.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Run.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Run.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Types /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Types.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Types.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Types.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Types/Internal.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Types/Internal.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Types/Internal.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Util.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Util.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Sql/Util.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/InsertSqlResult.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/InsertSqlResult.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/InsertSqlResult.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/IsolationLevel.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/IsolationLevel.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/IsolationLevel.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/MkSqlBackend.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/MkSqlBackend.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/MkSqlBackend.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/SqlPoolHooks.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/SqlPoolHooks.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/SqlPoolHooks.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/Statement.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/Statement.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/Statement.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/StatementCache.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/StatementCache.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/Internal/StatementCache.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/SqlPoolHooks.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/SqlPoolHooks.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/SqlPoolHooks.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/StatementCache.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/StatementCache.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/SqlBackend/StatementCache.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/TH.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/TH.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/TH.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Types /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Types.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Types.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Types.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Types/Base.dyn_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Types/Base.hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/Database/Persist/Types/Base.p_hi /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/libHSpersistent-2.14.6.1-7X30TunJ7Eo6sAcmsWkxJc.a /usr/lib64/ghc-8.10.7/persistent-2.14.6.1/libHSpersistent-2.14.6.1-7X30TunJ7Eo6sAcmsWkxJc_p.a /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1 /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Class-PersistConfig.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Class-PersistEntity.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Class-PersistField.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Class-PersistQuery.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Class-PersistStore.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Class-PersistUnique.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Class.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Compatible.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-EntityDef-Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-EntityDef.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-FieldDef-Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-FieldDef.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-ImplicitIdDef-Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-ImplicitIdDef.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Names.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-PersistValue.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Quasi-Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Quasi.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Sql-Migration.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Sql-Types-Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Sql-Util.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Sql.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-SqlBackend-Internal-InsertSqlResult.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-SqlBackend-Internal-IsolationLevel.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-SqlBackend-Internal-MkSqlBackend.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-SqlBackend-Internal-SqlPoolHooks.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-SqlBackend-Internal-Statement.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-SqlBackend-Internal-StatementCache.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-SqlBackend-Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-SqlBackend-SqlPoolHooks.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-SqlBackend-StatementCache.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-SqlBackend.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-TH.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist-Types.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/Database-Persist.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-124.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-33.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-36.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-42.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-43.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-45.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-47.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-60.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-61.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-62.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-A.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-All.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-B.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-C.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-D.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-E.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-F.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-G.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-H.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-I.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-K.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-L.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-M.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-N.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-O.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-P.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-R.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-S.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-T.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-U.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-V.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index-W.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/doc-index.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/haddock-bundle.min.js /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/index.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/linuwial.css /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/meta.json /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/persistent.haddock /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/persistent.txt /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/quick-jump.css /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Class.PersistConfig.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Class.PersistEntity.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Class.PersistField.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Class.PersistQuery.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Class.PersistStore.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Class.PersistUnique.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Class.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Compatible.TH.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Compatible.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Compatible.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.EntityDef.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.EntityDef.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.FieldDef.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.FieldDef.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.ImplicitIdDef.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.ImplicitIdDef.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Names.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.PersistValue.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Quasi.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Quasi.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Class.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Migration.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Orphan.PersistQuery.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Orphan.PersistStore.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Orphan.PersistUnique.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Raw.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Run.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Types.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.Util.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Sql.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.SqlBackend.Internal.InsertSqlResult.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.SqlBackend.Internal.IsolationLevel.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.SqlBackend.Internal.MkSqlBackend.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.SqlBackend.Internal.SqlPoolHooks.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.SqlBackend.Internal.Statement.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.SqlBackend.Internal.StatementCache.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.SqlBackend.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.SqlBackend.SqlPoolHooks.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.SqlBackend.StatementCache.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.SqlBackend.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.TH.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Types.Base.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/Database.Persist.html /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/highlight.js /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/src/style.css /usr/share/doc/ghc-8.10.7/html/libraries/persistent-2.14.6.1/synopsis.png /usr/share/doc/packages/ghc-persistent-devel /usr/share/doc/packages/ghc-persistent-devel/ChangeLog.md /usr/share/doc/packages/ghc-persistent-devel/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024