servant-zeppelin-swagger 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+63/−57 lines, 1 filesdep ~aesondep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, containers, hspec, insert-ordered-containers, lens, servant, servant-swagger, servant-zeppelin, servant-zeppelin-swagger, swagger2, text
API changes (from Hackage documentation)
Files
- servant-zeppelin-swagger.cabal +63/−57
servant-zeppelin-swagger.cabal view
@@ -1,61 +1,67 @@-name: servant-zeppelin-swagger-version: 0.1.0.2-cabal-version: >=1.10-build-type: Simple-license: BSD3-license-file: LICENSE-copyright: 2017 Martin Allen, Ben Weitzman-maintainer: martin[dot]allen26[at]gmail.com-homepage: https://github.com/martyall/servant-zeppelin#readme-synopsis: Swagger instances for servant-zeppelin combinators.-category: Web-author: Martin Allen, Ben Weitzman-extra-source-files:- README.md--source-repository head- type: git- location: https://github.com/martyall/servant-zeppelin+name: servant-zeppelin-swagger+version: 0.1.0.3+homepage: https://github.com/martyall/servant-zeppelin#readme+license: BSD3+license-file: LICENSE+author: Martin Allen, Ben Weitzman+maintainer: martin[dot]allen26[at]gmail.com+synopsis: Swagger instances for servant-zeppelin combinators.+copyright: 2017 Martin Allen, Ben Weitzman+category: Web+build-type: Simple+extra-source-files: README.md+cabal-version: >=1.10 library- exposed-modules:- Servant.Zeppelin.Swagger- build-depends:- base >=4.7 && <5,- aeson >=1.0.2.1 && <1.1,- insert-ordered-containers >=0.2.1.0 && <0.3,- lens >=4.15.1 && <4.16,- singletons ==2.2.*,- servant ==0.10.*,- servant-swagger >=1.1.2.1 && <1.2,- servant-zeppelin >=0.1.0.2 && <0.2,- swagger2 >=2.1.4 && <2.2,- text >=1.2.2.1 && <1.3- default-language: Haskell2010- default-extensions: GADTs KindSignatures FlexibleInstances- FlexibleContexts OverloadedStrings PolyKinds DataKinds- TypeOperators TypeFamilies TypeApplications TypeInType- MultiParamTypeClasses ScopedTypeVariables ConstraintKinds- hs-source-dirs: src- ghc-options: -Wall+ hs-source-dirs: src+ exposed-modules: Servant.Zeppelin.Swagger+ build-depends: base >= 4.7 && < 5+ , aeson >= 0.7 && < 1.3+ , insert-ordered-containers+ , lens+ , singletons >= 2.2 && < 2.3+ , servant >= 0.10 && < 0.12+ , servant-swagger >= 1.1.2.1+ , servant-zeppelin >= 0.1 && < 0.2+ , swagger2 >= 2.1 && < 2.2+ , text == 1.2.*+ default-language: Haskell2010+ default-extensions: GADTs+ , KindSignatures+ , FlexibleInstances+ , FlexibleContexts+ , OverloadedStrings+ , PolyKinds+ , DataKinds+ , TypeOperators+ , TypeFamilies+ , TypeApplications+ , TypeInType+ , MultiParamTypeClasses+ , ScopedTypeVariables+ , ConstraintKinds+ + ghc-options: -Wall test-suite servant-zeppelin-swagger-test- type: exitcode-stdio-1.0- main-is: Spec.hs- build-depends:- base >=4.9.1.0 && <4.10,- aeson >=1.0.2.1 && <1.1,- containers >=0.5.7.1 && <0.6,- hspec >=2.4.3 && <2.5,- insert-ordered-containers >=0.2.1.0 && <0.3,- lens >=4.15.1 && <4.16,- servant ==0.10.*,- servant-swagger >=1.1.2.1 && <1.2,- servant-zeppelin >=0.1.0.2 && <0.2,- servant-zeppelin-swagger >=0.1.0.2 && <0.2,- swagger2 >=2.1.4 && <2.2- default-language: Haskell2010- hs-source-dirs: test- other-modules:- Servant.Zeppelin.SwaggerSpec- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N+ type: exitcode-stdio-1.0+ hs-source-dirs: test+ main-is: Spec.hs+ build-depends: base+ , aeson+ , containers+ , hspec+ , insert-ordered-containers+ , lens+ , servant+ , servant-swagger+ , servant-zeppelin+ , servant-zeppelin-swagger+ , swagger2+ ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N+ default-language: Haskell2010+ other-modules: Servant.Zeppelin.SwaggerSpec++source-repository head+ type: git+ location: https://github.com/martyall/servant-zeppelin