packages feed

IPv6DB 0.2.3 → 0.2.4

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~hedisdep ~http-types

Dependency ranges changed: hedis, http-types

Files

IPv6DB.cabal view
@@ -1,5 +1,5 @@ name:                IPv6DB-version:             0.2.3+version:             0.2.4 synopsis:            A RESTful Web Service 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@@ -10,7 +10,7 @@ license-file:        LICENSE author:              Michel Boucey maintainer:          michel.boucey@cybervisible.fr-copyright:           (c) 2017 - Michel Boucey+copyright:           (c) 2017-2018 - Michel Boucey category:            network, database build-type:          Simple cabal-version:       >=1.10@@ -29,8 +29,8 @@                     , base                 >= 4.9.0 && < 5.0                     , bytestring           >= 0.10.6 && < 0.11                     , IPv6Addr             >= 1.0.0 && < 1.1.0-                    , hedis                >= 0.9.4 && < 0.10-                    , http-types           >= 0.9.1 && < 0.11+                    , hedis                >= 0.9.4 && < 0.11+                    , http-types           >= 0.9.1 && < 0.12                     , unordered-containers >= 0.2.7.2 && < 0.2.9                     , mtl                  >= 2.2.1 && < 2.3                     , text                 >= 1.2.2 && < 1.3@@ -49,8 +49,8 @@                   , fast-logger          >= 2.4.8 && < 2.5                   , IPv6Addr             >= 1.0.0 && < 1.1.0                   , IPv6DB-                  , hedis                >= 0.9.4 && < 0.10-                  , http-types           >= 0.9.1 && < 0.11+                  , hedis                >= 0.9.4 && < 0.11+                  , http-types           >= 0.9.1 && < 0.12                   , unordered-containers >= 0.2.7.2 && < 0.2.9                   , mtl                  >= 2.2.1 && < 2.3                   , optparse-applicative >= 0.12.1.0 && < 0.15@@ -73,6 +73,6 @@                     , IPv6DB                     , vector      >= 0.11.0.0 && < 0.13                     , http-client >= 0.4.31.2 && < 0.6-                    , http-types  >= 0.9.1 && < 0.11+                    , http-types  >= 0.9.1 && < 0.12   default-language:   Haskell2010