packages feed

feature-flipper-postgres 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+5/−5 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

feature-flipper-postgres.cabal view
@@ -3,11 +3,11 @@ -- see: https://github.com/sol/hpack  name:                feature-flipper-postgres-version:             0.1.0.0+version:             0.1.0.1 synopsis:            A minimally obtrusive feature flag library description:         A minimally obtrusive feature flag library-homepage:            https://github.com/toddmohney/feature-flipper-postgres#readme-bug-reports:         https://github.com/toddmohney/feature-flipper-postgres/issues+homepage:            https://github.com/toddmohney/flipper-postgres#readme+bug-reports:         https://github.com/toddmohney/flipper-postgres/issues license:             MIT license-file:        LICENSE author:              Todd Mohney@@ -22,7 +22,7 @@  source-repository head   type: git-  location: https://github.com/toddmohney/feature-flipper-postgres+  location: https://github.com/toddmohney/flipper-postgres  library   hs-source-dirs:@@ -38,7 +38,7 @@   other-modules:       Paths_feature_flipper_postgres   build-depends:-      base >=4.7 && <5+      base >=4.8 && <5     , bytestring     , containers     , feature-flipper