Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-persistent-template-devel | Distribution: SUSE Linux Enterprise 15 SP3 |
Version: 2.8.2.3 | Vendor: openSUSE |
Release: bp153.1.19 | Build date: Wed Apr 14 03:30:15 2021 |
Group: Unspecified | Build host: obs-arm-8 |
Size: 5622099 | Source RPM: ghc-persistent-template-2.8.2.3-bp153.1.19.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/persistent-template | |
Summary: Haskell persistent-template library development files |
This package provides the Haskell persistent-template library development files.
MIT
* Sat Feb 08 2020 psimons@suse.com - Update persistent-template to version 2.8.2.3. [#]# 2.8.2.3 * Require extensions in a more friendly manner. [#1030](https://github.com/yesodweb/persistent/pull/1030) * Specify a strategy for all deriving clauses, which avoids the `-Wmissing-deriving-strategy` warning introduced in GHC 8.8.2. [#1030](https://github.com/yesodweb/persistent/pull/1030) [#]# 2.8.2.2 * Fix the `mkPersist` function to not require importing the classes explicitly. [#1027](https://github.com/yesodweb/persistent/pull/1027) * Fri Feb 07 2020 psimons@suse.com - Update persistent-template to version 2.8.2.1. [#]# 2.8.2.1 * Fix the test-suite for persistent-template. [#1023](https://github.com/yesodweb/persistent/pull/1023) * Wed Jan 29 2020 psimons@suse.com - Update persistent-template to version 2.8.2. [#]# 2.8.2 * Add `fieldError` to the export list of `Database.Persist.TH` [#1008](https://github.com/yesodweb/persistent/pull/1008) [#]# 2.8.1 * Let the user pass instances that will be derived for record and for key types (https://github.com/yesodweb/persistent/pull/990 * Tue Jan 14 2020 psimons@suse.com - Update persistent-template to version 2.8.0.1. [#]# 2.8.0.1 * Small optimization/code cleanup to generated Template Haskell code size, by slimming the implementation of to/fromPersistValue for Entities. [#1014](https://github.com/yesodweb/persistent/pull/1014) * Sat Jan 04 2020 psimons@suse.com - Update persistent-template to version 2.8.0. [#]# 2.8.0 * Reduces the amount of code generated by Template Haskell. The amount of code generated for a certain function was O(N^2) with respect to the number of fields on a given Entity. This change shows dramatic improvements in benchmarks for compiling Persistent models. [#]() * Drops support for GHC 8.0, so that `DerivingStrategies` can be used by `persistent-template` * `persistent-template` now requires `DerivingStrategies`, `GeneralizedNewtypeDeriving`, and `StandaloneDeriving` to be enabled in the file where Persistent entities are created * Fixes a long-standing issue where persistent-template would fail when `DeriveAnyClass` was enabled (See #578) * [#1002](https://github.com/yesodweb/persistent/pull/1002) * Thu Jan 02 2020 psimons@suse.com - Update persistent-template to version 2.7.4. [#]# 2.7.4 * Remove an overlapping instance for `Lift a`. [#998](https://github.com/yesodweb/persistent/pull/998) * Fri Nov 08 2019 Peter Simons <psimons@suse.com> - Drop obsolete group attributes. * Tue Oct 29 2019 psimons@suse.com - Update persistent-template to version 2.7.3. [#]# Unreleased changes [#]# 2.7.3 * Update module documentation for `Database.Persist.TH` to better describe the purpose of the module [#968](https://github.com/yesodweb/persistent/pull/968) * Support template-haskell-2.15 [#959](https://github.com/yesodweb/persistent/pull/959) * Thu Jul 18 2019 psimons@suse.com - Update persistent-template to version 2.7.2. [#]# 2.7.2 * Expose the knot tying logic of `parseReferences` so that users can build migrations from independently define entities at runtime [#932](https://github.com/yesodweb/persistent/pull/932) * Tue May 07 2019 psimons@suse.com - Update persistent-template to version 2.7.1. [#]# 2.7.1 * Add the `mkEntityDefList` function to work around [#902](https://github.com/yesodweb/persistent/issues/902). [#904](https://github.com/yesodweb/persistent/pull/904) * Thu Apr 18 2019 psimons@suse.com - Update persistent-template to version 2.7.0. [#]# 2.7.0 * Depends on `persistent-2.10.0` which provides the `OnlyOneUniqueKey` and `AtLeastOneUniqueKey` classes. Automatically generates instances for these classes based on how many unique keys the entity definition gets. This changes requires `UndecidableInstances` to be enabled on each module that generates entity definitions. [#885](https://github.com/yesodweb/persistent/pull/885) * Removed deprecated `sqlOnlySettings`. Please use `sqlSettings` instead. [#894](https://github.com/yesodweb/persistent/pull/894) * Mon Jan 28 2019 psimons@suse.com - Update persistent-template to version 2.6.0. [#]# 2.6.0 * [persistent#846](https://github.com/yesodweb/persistent/pull/846): Improve error message when marshalling fails * [persistent#826](https://github.com/yesodweb/persistent/pull/826): Change `Unique` derive `Show` * Sun Dec 02 2018 Peter Simons <psimons@suse.com> - Update Cabal build instructions to support http-api-data 0.4.x. * Sat Oct 20 2018 Peter Simons <psimons@suse.com> - Use https URL to refer to bugs.opensuse.org. * Wed Jul 18 2018 psimons@suse.com - Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. * Wed Jul 18 2018 psimons@suse.com - Revise cabal build file to specify more accurate dependencies. * Mon May 14 2018 psimons@suse.com - Update persistent-template to version 2.5.4 revision 1. * [persistent#778](https://github.com/yesodweb/persistent/issues/778): Add `persistManyFileWith`. * Slight improvement to the error message when a Persistent field can't be parsed from database results * Exposed `parseReferences` to allow custom QuasiQuoters * Thu Aug 03 2017 psimons@suse.com - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. * Mon Jun 12 2017 psimons@suse.com - Update to version 2.5.2 revision 1. * Tue Mar 14 2017 psimons@suse.com - Update to version 2.5.2 with cabal2obs. * Wed Jan 04 2017 psimons@suse.com - Update to version 2.5.1.6 revision 2 with cabal2obs. * Thu Sep 15 2016 psimons@suse.com - Update to version 2.5.1.6 revision 1 with cabal2obs. * Sun Jul 10 2016 psimons@suse.com - Update to version 2.1.8.1 revision 0 with cabal2obs. * Sat May 14 2016 mimi.vx@gmail.com - update to 2.1.8.1 * fix a bad Eq instance /= definition for Key when mpsGenetric=True * Tue Apr 26 2016 mimi.vx@gmail.com -update to 2.1.8 * Support for GHC 8 * aeson 0.11 * transformers 0.5 * Thu Mar 10 2016 mimi.vx@gmail.com - update to 2.1.6 * Sun Dec 27 2015 mimi.vx@gmail.com - update to 2.1.5 * Thu Nov 19 2015 mimi.vx@gmail.com - initial commit
/usr/lib64/ghc-8.10.4/package.conf.d/persistent-template-2.8.2.3.conf /usr/lib64/ghc-8.10.4/persistent-template-2.8.2.3/Database /usr/lib64/ghc-8.10.4/persistent-template-2.8.2.3/Database/Persist /usr/lib64/ghc-8.10.4/persistent-template-2.8.2.3/Database/Persist/TH.dyn_hi /usr/lib64/ghc-8.10.4/persistent-template-2.8.2.3/Database/Persist/TH.hi /usr/lib64/ghc-8.10.4/persistent-template-2.8.2.3/Database/Persist/TH.p_hi /usr/lib64/ghc-8.10.4/persistent-template-2.8.2.3/libHSpersistent-template-2.8.2.3-HXkvtCmo6Wn7nvnU8XrSTR.a /usr/lib64/ghc-8.10.4/persistent-template-2.8.2.3/libHSpersistent-template-2.8.2.3-HXkvtCmo6Wn7nvnU8XrSTR_p.a /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3 /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/Database-Persist-TH.html /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/doc-index.html /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/haddock-bundle.min.js /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/index.html /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/linuwial.css /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/meta.json /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/persistent-template.haddock /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/persistent-template.txt /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/quick-jump.css /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/src /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/src/Database.Persist.TH.html /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/src/highlight.js /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/src/style.css /usr/share/doc/ghc-8.10.4/html/libraries/persistent-template-2.8.2.3/synopsis.png /usr/share/doc/packages/ghc-persistent-template-devel /usr/share/doc/packages/ghc-persistent-template-devel/ChangeLog.md /usr/share/doc/packages/ghc-persistent-template-devel/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:54:43 2024