Cabal revisions of swagger2-2.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: swagger2-version: 2.0.2-synopsis: Swagger 2.0 data model-description: Please see README.md-homepage: https://github.com/GetShopTV/swagger2-bug-reports: https://github.com/GetShopTV/swagger2/issues-license: BSD3-license-file: LICENSE-author: Nickolay Kudasov-maintainer: nickolay@getshoptv.com-copyright: (c) 2015-2016, GetShopTV-category: Web-build-type: Simple-extra-source-files:- README.md- , CHANGELOG.md- , examples/*.hs- , include/overlapping-compat.h-cabal-version: >=1.10-tested-with: GHC==7.8.4, GHC==7.10.3--library- hs-source-dirs: src- include-dirs: include- exposed-modules:- Data.Swagger- Data.Swagger.Declare- Data.Swagger.Lens- Data.Swagger.Operation- Data.Swagger.ParamSchema- Data.Swagger.Schema- Data.Swagger.Schema.Validation- Data.Swagger.SchemaOptions-- -- internal modules- Data.Swagger.Internal- Data.Swagger.Internal.Schema- Data.Swagger.Internal.Schema.Validation- Data.Swagger.Internal.ParamSchema- Data.Swagger.Internal.Utils- build-depends: base >=4.7 && <4.10- , base-compat >=0.6.0 && <0.10- , aeson- , containers- , hashable- , http-media- , lens- , mtl- , network- , scientific- , text- , template-haskell- , time- , transformers- , unordered-containers- , vector- default-language: Haskell2010--test-suite spec- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs- build-depends: base- , base-compat- , aeson- , aeson-qq- , containers- , hashable- , hspec- , HUnit- , mtl- , QuickCheck- , swagger2- , text- , time- , unordered-containers- , vector- , lens- other-modules:- SpecCommon- Data.SwaggerSpec- Data.Swagger.ParamSchemaSpec- Data.Swagger.SchemaSpec- Data.Swagger.Schema.ValidationSpec- default-language: Haskell2010--test-suite doctest- build-depends: base, doctest, Glob- default-language: Haskell2010- hs-source-dirs: test- main-is: DocTest.hs- type: exitcode-stdio-1.0--source-repository head- type: git- location: https://github.com/GetShopTV/swagger2.git+name: swagger2 +version: 2.0.2 +x-revision: 1 +synopsis: Swagger 2.0 data model +description: Please see README.md +homepage: https://github.com/GetShopTV/swagger2 +bug-reports: https://github.com/GetShopTV/swagger2/issues +license: BSD3 +license-file: LICENSE +author: Nickolay Kudasov +maintainer: nickolay@getshoptv.com +copyright: (c) 2015-2016, GetShopTV +category: Web +build-type: Simple +extra-source-files: + README.md + , CHANGELOG.md + , examples/*.hs + , include/overlapping-compat.h +cabal-version: >=1.10 +tested-with: GHC==7.8.4, GHC==7.10.3 + +library + hs-source-dirs: src + include-dirs: include + exposed-modules: + Data.Swagger + Data.Swagger.Declare + Data.Swagger.Lens + Data.Swagger.Operation + Data.Swagger.ParamSchema + Data.Swagger.Schema + Data.Swagger.Schema.Validation + Data.Swagger.SchemaOptions + + -- internal modules + Data.Swagger.Internal + Data.Swagger.Internal.Schema + Data.Swagger.Internal.Schema.Validation + Data.Swagger.Internal.ParamSchema + Data.Swagger.Internal.Utils + build-depends: base >=4.7 && <4.10 + , base-compat >=0.6.0 && <0.10 + , aeson <1 + , containers + , hashable + , http-media + , lens + , mtl + , network + , scientific + , text + , template-haskell + , time + , transformers + , unordered-containers + , vector + default-language: Haskell2010 + +test-suite spec + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + build-depends: base + , base-compat + , aeson + , aeson-qq + , containers + , hashable + , hspec + , HUnit + , mtl + , QuickCheck + , swagger2 + , text + , time + , unordered-containers + , vector + , lens + other-modules: + SpecCommon + Data.SwaggerSpec + Data.Swagger.ParamSchemaSpec + Data.Swagger.SchemaSpec + Data.Swagger.Schema.ValidationSpec + default-language: Haskell2010 + +test-suite doctest + build-depends: base, doctest, Glob + default-language: Haskell2010 + hs-source-dirs: test + main-is: DocTest.hs + type: exitcode-stdio-1.0 + +source-repository head + type: git + location: https://github.com/GetShopTV/swagger2.git
revision 2
name: swagger2 version: 2.0.2 -x-revision: 1 +x-revision: 2 synopsis: Swagger 2.0 data model description: Please see README.md homepage: https://github.com/GetShopTV/swagger2 , aeson <1 , containers , hashable - , http-media + , http-media >=0.6 , lens , mtl , network
revision 3
name: swagger2 version: 2.0.2 -x-revision: 2 +x-revision: 3 synopsis: Swagger 2.0 data model description: Please see README.md homepage: https://github.com/GetShopTV/swagger2 tested-with: GHC==7.8.4, GHC==7.10.3 library + build-depends: network <2.9+ hs-source-dirs: src include-dirs: include exposed-modules: