packages feed

swagger2 2.9 → 2.9.1

raw patch · 3 files changed

+17/−11 lines, 3 filesdep ~QuickCheckdep ~aesondep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, aeson, base, quickcheck-instances, template-haskell, time

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+2.9.1+---++- Relax upper bound for `insert-ordered-containers`, `QuickCheck`, `quickcheck-instances` (see [#266](https://github.com/GetShopTV/swagger2/pull/266)).+ 2.9 --- 
src/Data/HashMap/Strict/InsOrd/Compat.hs view
@@ -138,6 +138,7 @@  #if !MIN_VERSION_insert_ordered_containers(0,3,0) import Data.HashMap.Strict.InsOrd+import Prelude hiding (map, null, filter, foldr, foldl', lookup) #else import qualified Data.HashMap.Strict.InsOrd as InsOrdHashMap 
swagger2.cabal view
@@ -1,6 +1,6 @@ cabal-version:       >=1.10 name:                swagger2-version:             2.9+version:             2.9.1  synopsis:            Swagger 2.0 data model category:            Web, Swagger@@ -34,7 +34,7 @@  custom-setup   setup-depends:-                base          >=4.9   &&< 4.22+                base          >=4.9   &&< 4.23               , Cabal < 3.15               , cabal-doctest >=1.0.6 && <1.1 @@ -64,11 +64,11 @@    -- GHC boot libraries   build-depends:-      base             >=4.9       && <4.22+      base             >=4.9       && <4.23     , bytestring       >=0.10.8.1  && <0.13     , containers       >=0.5.7.1   && <0.9-    , template-haskell >=2.11.1.0  && <2.24-    , time             >=1.6.0.1   && <1.15+    , template-haskell >=2.11.1.0  && <2.25+    , time             >=1.6.0.1   && <1.17     , transformers     >=0.5.2.0   && <0.7    build-depends:@@ -77,8 +77,8 @@    -- other dependencies   build-depends:-      base-compat-batteries     >=0.11.1   && <0.15-    , aeson                     >=2.0.0.0  && <2.3+      base-compat-batteries     >=0.11.1   && <0.16+    , aeson                     >=2.0.0.0  && <2.4     , aeson-pretty              >=0.8.7    && <0.9     -- cookie 0.4.3 is needed by GHC 7.8 due to time>=1.4 constraint     , cookie                    >=0.4.3    && <0.6@@ -94,7 +94,7 @@     , unordered-containers      >=0.2.9.0  && <0.3     , uuid-types                >=1.0.3    && <1.1     , vector                    >=0.12.0.1 && <0.14-    , QuickCheck                >=2.10.1   && <2.17+    , QuickCheck                >=2.10.1   && <2.19    default-language:    Haskell2010 @@ -106,7 +106,7 @@   -- From library parat  -- We need aeson's toEncoding for doctests too   build-depends:-      base                      >=4.9       && <4.22+      base                      >=4.9       && <4.23     , swagger2     , aeson     , base-compat-batteries@@ -127,7 +127,7 @@   build-depends:       hspec                >=2.5.5   && <2.12     , HUnit                >=1.6.0.0 && <1.7-    , quickcheck-instances >=0.3.19  && <0.4+    , quickcheck-instances >=0.3.19  && <0.5     , utf8-string          >=1.0.1.1 && <1.1    -- https://github.com/haskell/cabal/issues/3708@@ -146,7 +146,7 @@  test-suite doctests   -- See QuickCheck note in https://github.com/phadej/cabal-doctest#notes-  build-depends:    base                 >=4.9       && <4.22+  build-depends:    base                 >=4.9       && <4.23                   , doctest                   , Glob                   , QuickCheck