packages feed

Cabal revisions of persistent-2.14.5.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:            persistent version:         2.14.5.1+x-revision: 1 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com> extra-source-files: ChangeLog.md README.md  library-    build-depends:   +    build-depends:         base                     >= 4.11.1.0     && < 5       , aeson                    >= 1.0 && < 2.2       , attoparsec       , http-api-data            >= 0.3       , lift-type                >= 0.1.0.0 && < 0.2.0.0       , monad-logger             >= 0.3.28-      , mtl                                   +      , mtl       , path-pieces              >= 0.2       , resource-pool            >= 0.2.3       , resourcet                >= 1.1.10       , scientific       , silently-      , template-haskell         >= 2.13 && < 2.20+      , template-haskell         >= 2.13 && < 2.21       , text                     >= 1.2       , th-lift-instances        >= 0.1.14    && < 0.2       , time                     >= 1.6       , vault       , vector -    default-extensions: +    default-extensions:         FlexibleContexts       , MultiParamTypeClasses       , OverloadedStrings       , TypeFamilies -    exposed-modules: +    exposed-modules:         Database.Persist         Database.Persist.Types         Database.Persist.Names         Database.Persist.Class.PersistField         Database.Persist.Class.PersistStore -    other-modules:   +    other-modules:         Database.Persist.Types.Base          Database.Persist.Sql.Internal      -- These modules only make sense for compilers with access to DerivingVia     if impl(ghc >= 8.6.1)-        exposed-modules: +        exposed-modules:             Database.Persist.Compatible-        other-modules: +        other-modules:             Database.Persist.Compatible.Types             Database.Persist.Compatible.TH      type:          exitcode-stdio-1.0     main-is:       main.hs -    build-depends:   +    build-depends:         base >= 4.9 && < 5       , aeson       , attoparsec                       , TypeFamilies                       , TypeOperators -    other-modules:   +    other-modules:         Database.Persist.ClassSpec         Database.Persist.PersistValueSpec         Database.Persist.QuasiSpec