packages feed

composite-swagger 0.5.4.0 → 0.5.5.0

raw patch · 1 files changed

+9/−8 lines, 1 filesdep ~template-haskelldep ~vinyl

Dependency ranges changed: template-haskell, vinyl

Files

composite-swagger.cabal view
@@ -1,11 +1,13 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack ----- hash: e7ec678d5b3717c82d20aa9880dfddf8946c7be6daa1d10b3fd6b6e366a31bbf+-- hash: ce20790d4c15e34872d0f1a00b39e6fb0773d027febd102e2b116642143f34d6  name:           composite-swagger-version:        0.5.4.0+version:        0.5.5.0 synopsis:       Swagger for Vinyl/Frames records description:    Integration between Swagger and Vinyl/Frames records allowing easily derivable/explicit Swagger definitions for records. category:       Records@@ -15,7 +17,6 @@ copyright:      2017 Confer Health, Inc. license:        BSD3 build-type:     Simple-cabal-version:  >= 1.10  library   hs-source-dirs:@@ -28,9 +29,9 @@     , insert-ordered-containers >=0.2.1.0 && <0.3     , lens >=4.15.4 && <4.17     , swagger2 >=2.1.6 && <2.3-    , template-haskell >=2.11.1.0 && <2.13+    , template-haskell >=2.11.1.0 && <2.14     , text >=1.2.2.2 && <1.3-    , vinyl >=0.5.3 && <0.8+    , vinyl >=0.5.3 && <0.9   exposed-modules:       Composite.Swagger       Composite.Swagger.Base@@ -57,9 +58,9 @@     , insert-ordered-containers >=0.2.1.0 && <0.3     , lens >=4.15.4 && <4.17     , swagger2 >=2.1.6 && <2.3-    , template-haskell >=2.11.1.0 && <2.13+    , template-haskell >=2.11.1.0 && <2.14     , text >=1.2.2.2 && <1.3-    , vinyl >=0.5.3 && <0.8+    , vinyl >=0.5.3 && <0.9   other-modules:       THSpec       Paths_composite_swagger