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: 5215c3f55eaffc3e9d440031424b85a0c65259a827643b5b9d2defb123c3dd30 name: boots-web version: 0.2.0.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.9 && <5 , boots >=0.2.0.1 && <0.3 , boots-app >=0.2.0.1 && <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 >=0.16.2 && <0.17 , 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 , 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