packages feed

IPv6DB 0.3.3.2 → 0.3.3.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~optparse-applicativedep ~wai-loggerPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: optparse-applicative, wai-logger

API changes (from Hackage documentation)

Files

IPv6DB.cabal view
@@ -1,5 +1,5 @@ name:                IPv6DB-version:             0.3.3.2+version:             0.3.3.3 synopsis:            A RESTful microService for IPv6-related data description:         IPv6DB is a RESTful microservice using Redis as backend                      to store lists of IPv6 addresses and attach to each of@@ -17,7 +17,7 @@ extra-source-files:  README.md                    , IPv6DB_APIv1.md -Tested-With: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.2+Tested-With: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2  Source-Repository head   Type: git@@ -55,11 +55,11 @@                   , http-types           >= 0.9.1 && < 0.13                   , unordered-containers >= 0.2.7 && < 0.3                   , mtl                  >= 2.2.1 && < 2.4-                  , optparse-applicative >= 0.12.1.0 && < 0.17+                  , optparse-applicative >= 0.12.1.0 && < 0.19                   , text                 >= 1.2.4.0 && < 2.2                   , vector               >= 0.11.0.0 && < 0.14                   , wai                  >= 3.2.1 && < 3.3-                  , wai-logger           >= 2.2.7 && < 2.4+                  , wai-logger           >= 2.2.7 && < 2.5                   , warp                 >= 3.3.16 && < 3.5    default-language:  Haskell2010