packages feed

postgresql-schema 0.1.6 → 0.1.7

raw patch · 2 files changed

+3/−6 lines, 2 filesdep +time-locale-compatdep −old-localePVP ok

version bump matches the API change (PVP)

Dependencies added: time-locale-compat

Dependencies removed: old-locale

API changes (from Hackage documentation)

Files

main/Add.hs view
@@ -13,13 +13,10 @@ import Data.Text ( pack ) import Data.Time.Clock import Data.Time.Format+import Data.Time.Locale.Compat import Database.PostgreSQL.Schema import Options.Applicative import Shelly-#if MIN_VERSION_time(1,5,0)-#else-import System.Locale-#endif  data Args = Args   { aFile :: String
postgresql-schema.cabal view
@@ -1,5 +1,5 @@ name:                  postgresql-schema-version:               0.1.6+version:               0.1.7 synopsis:              PostgreSQL Schema Management description:           Please see README.md homepage:              https://github.com/mfine/postgresql-schema@@ -34,12 +34,12 @@   default-language:    Haskell2010   build-depends:       base >= 4.7 && < 5                      , basic-prelude-                     , old-locale                      , optparse-applicative                      , postgresql-schema                      , shelly                      , text                      , time+                     , time-locale-compat   default-extensions:  NoImplicitPrelude                        OverloadedStrings                        RecordWildCards