packages feed

Cabal revisions of boots-web-0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.2.------ see: https://github.com/sol/hpack------ hash: d9adb6d374b0cb9dc52eda97c75b686f163de767b0da55ef021afd0a472624e6--name:           boots-web-version:        0.2-synopsis:       Factory for quickly building a web application-description:    A quick out-of-box factory using to build web application with many useful builtin components based on [boots](https://hackage.haskell.org/package/boots) and [servant](https://hackage.haskell.org/package/servant).-category:       Library, Application, Servant, Swagger, Web-homepage:       https://github.com/leptonyu/boots#readme-author:         Daniel YU-maintainer:     leptonyu@gmail.com-copyright:      2019 Daniel YU-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    CHANGELOG.md--library-  exposed-modules:-      Boots.Web-      Boots.Factory.Endpoint-      Boots.Factory.Error-      Boots.Factory.Random-      Boots.Factory.Trace-  other-modules:-      Boots.Factory.Web-      Boots.Metrics-      Boots.Endpoint.Class-      Boots.Endpoint.Health-      Boots.Endpoint.Info-      Boots.Endpoint.Logger-      Boots.Endpoint.Metrics-      Boots.Endpoint.Refresh-      Boots.Endpoint.Swagger-  hs-source-dirs:-      src-  default-extensions: RecordWildCards ScopedTypeVariables-  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures-  build-depends:-      aeson >=1.4.4 && <1.5-    , base >=4.10 && <5-    , boots >=0.2 && <0.3-    , boots-app >=0.2 && <0.3-    , bytestring >=0.10.8 && <0.11-    , containers >=0.6.0 && <0.7-    , ekg-core >=0.1.1 && <0.2-    , http-types >=0.12.3 && <0.13-    , microlens >=0.4.10 && <0.5-    , monad-logger >=0.3.30 && <0.4-    , salak >=0.3.5 && <0.4-    , servant-server >=0.16.2 && <0.17-    , servant-swagger >=1.1.7.1 && <1.2-    , swagger2 >=2.4 && <2.5-    , text >=1.2.3 && <1.3-    , time >=1.8.0 && <1.10-    , unordered-containers >=0.2.10 && <0.3-    , vault >=0.3.1 && <0.4-    , wai >=3.2.2 && <3.3-    , warp >=3.2.28 && <3.4-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: d9adb6d374b0cb9dc52eda97c75b686f163de767b0da55ef021afd0a472624e6
+
+name:           boots-web
+version:        0.2
+x-revision: 1
+synopsis:       Factory for quickly building a web application
+description:    A quick out-of-box factory using to build web application with many useful builtin components based on [boots](https://hackage.haskell.org/package/boots) and [servant](https://hackage.haskell.org/package/servant).
+category:       Library, Application, Servant, Swagger, Web
+homepage:       https://github.com/leptonyu/boots#readme
+author:         Daniel YU
+maintainer:     leptonyu@gmail.com
+copyright:      2019 Daniel YU
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    CHANGELOG.md
+
+library
+  exposed-modules:
+      Boots.Web
+      Boots.Factory.Endpoint
+      Boots.Factory.Error
+      Boots.Factory.Random
+      Boots.Factory.Trace
+  other-modules:
+      Boots.Factory.Web
+      Boots.Metrics
+      Boots.Endpoint.Class
+      Boots.Endpoint.Health
+      Boots.Endpoint.Info
+      Boots.Endpoint.Logger
+      Boots.Endpoint.Metrics
+      Boots.Endpoint.Refresh
+      Boots.Endpoint.Swagger
+  hs-source-dirs:
+      src
+  default-extensions: RecordWildCards ScopedTypeVariables
+  ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
+  build-depends:
+      aeson >=1.4.4 && <1.5
+    , base >=4.10 && <5
+    , boots ==0.2
+    , boots-app ==0.2
+    , bytestring >=0.10.8 && <0.11
+    , containers >=0.6.0 && <0.7
+    , ekg-core >=0.1.1 && <0.2
+    , http-types >=0.12.3 && <0.13
+    , microlens >=0.4.10 && <0.5
+    , monad-logger >=0.3.30 && <0.4
+    , salak >=0.3.5 && <0.4
+    , servant-server >=0.16.2 && <0.17
+    , servant-swagger >=1.1.7.1 && <1.2
+    , swagger2 >=2.4 && <2.5
+    , text >=1.2.3 && <1.3
+    , time >=1.8.0 && <1.10
+    , unordered-containers >=0.2.10 && <0.3
+    , vault >=0.3.1 && <0.4
+    , wai >=3.2.2 && <3.3
+    , warp >=3.2.28 && <3.4
+  default-language: Haskell2010