packages feed

beam-migrate 0.5.1.2 → 0.5.2.0

raw patch · 2 files changed

+7/−6 lines, 2 filesdep ~aesondep ~beam-coredep ~ghc-primPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, beam-core, ghc-prim, text, time

API changes (from Hackage documentation)

Files

Database/Beam/Haskell/Syntax.hs view
@@ -696,6 +696,7 @@   leE q a b = hsApp (hsVar "leE")   [hsMaybe q, a, b]    inE a b = hsApp (hsVar "inE") [a, hsList b]+  inSelectE _ _ = error "inSelectE"  instance IsSql92QuantifierSyntax HsExpr where   quantifyOverAll = hsVar "quantifyOverAll"
beam-migrate.cabal view
@@ -1,5 +1,5 @@ name:                beam-migrate-version:             0.5.1.2+version:             0.5.2.0 synopsis:            SQL DDL support and migrations support library for Beam description:         This package provides type classes to allow backends to implement                      SQL DDL support for beam. This allows you to use beam syntax to@@ -60,12 +60,12 @@                        Database.Beam.Migrate.Types.Predicates    build-depends:       base                 >=4.9     && <5.0,-                       beam-core            >=0.9     && <0.10,-                       text                 >=1.2     && <1.3,-                       aeson                >=0.11    && <2.1,+                       beam-core            >=0.10    && <0.11,+                       text                 >=1.2     && <2.1,+                       aeson                >=0.11    && <2.2,                        bytestring           >=0.10    && <0.12,                        free                 >=4.12    && <5.2,-                       time                 >=1.6     && <1.12,+                       time                 >=1.6     && <1.13,                        mtl                  >=2.2     && <2.3,                        scientific           >=0.3     && <0.4,                        vector               >=0.11    && <0.13,@@ -75,7 +75,7 @@                        microlens            >=0.4     && <0.5,                        parallel             >=3.2     && <3.3,                        deepseq              >=1.4     && <1.5,-                       ghc-prim             >=0.5     && <0.9,+                       ghc-prim             >=0.5     && <0.10,                        containers           >=0.5     && <0.7,                        haskell-src-exts     >=1.18    && <1.24,                        pretty               >=1.1     && <1.2,