Cabal revisions of boots-app-0.2.0.1
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: 63d3fc4730694b81fb3859e265d6d472522edcbd9802d46bc6f2972199aa2ce4--name: boots-app-version: 0.2.0.1-synopsis: Factory for quickly building an application-description: A quick out-of-box factory using to build application with many useful builtin components based on [boots](https://hackage.haskell.org/package/boots).-category: Library, Application, Configuration, Logger, Health, Random-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- other-modules:- Boots.CLI- Boots.App- Boots.Health- Boots.Prelude- Boots.Random- Boots.App.Internal- Boots.Factory.Application- Boots.Factory.Logger- Boots.Factory.Salak- Paths_boots_app- hs-source-dirs:- src- default-extensions: RecordWildCards ScopedTypeVariables- ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures- build-depends:- base >=4.9 && <5- , boots >=0.2.0.1 && <0.3- , data-default >=0.7.1 && <0.8- , exceptions >=0.10.2 && <0.11- , fast-logger >=2.4.16 && <2.5- , megaparsec >=7.0.5 && <7.1- , microlens >=0.4.10 && <0.5- , mtl >=2.2.2 && <2.3- , optparse-applicative >=0.14.3 && <0.16- , salak >=0.3.5 && <0.4- , salak-yaml >=0.3.5 && <0.4- , splitmix >=0.0.3 && <0.1- , text >=1.2.3 && <1.3- , unliftio-core >=0.1.2 && <0.2- , unordered-containers >=0.2.10 && <0.3- default-language: Haskell2010--executable demo-app- main-is: Main.hs- other-modules:- Paths_boots_app- hs-source-dirs:- demo- default-extensions: RecordWildCards ScopedTypeVariables- ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures -rtsopts -threaded -with-rtsopts=-K1K- build-depends:- base >=4.9 && <5- , boots-app- , time >=1.8.0 && <1.10- 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: 63d3fc4730694b81fb3859e265d6d472522edcbd9802d46bc6f2972199aa2ce4 + +name: boots-app +version: 0.2.0.1 +x-revision: 1 +synopsis: Factory for quickly building an application +description: A quick out-of-box factory using to build application with many useful builtin components based on [boots](https://hackage.haskell.org/package/boots). +category: Library, Application, Configuration, Logger, Health, Random +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 + other-modules: + Boots.CLI + Boots.App + Boots.Health + Boots.Prelude + Boots.Random + Boots.App.Internal + Boots.Factory.Application + Boots.Factory.Logger + Boots.Factory.Salak + Paths_boots_app + hs-source-dirs: + src + default-extensions: RecordWildCards ScopedTypeVariables + ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures + build-depends: + base >=4.9 && <5 + , boots >=0.2.0.1 && <0.3 + , data-default >=0.7.1 && <0.8 + , exceptions >=0.10.2 && <0.11 + , fast-logger >=2.4.16 && <2.5 + , megaparsec >=7.0.5 && <8.1 + , microlens >=0.4.10 && <0.5 + , mtl >=2.2.2 && <2.3 + , optparse-applicative >=0.14.3 && <0.16 + , salak >=0.3.5 && <0.4 + , salak-yaml >=0.3.5 && <0.4 + , splitmix >=0.0.3 && <0.1 + , text >=1.2.3 && <1.3 + , unliftio-core >=0.1.2 && <0.2 + , unordered-containers >=0.2.10 && <0.3 + default-language: Haskell2010 + +executable demo-app + main-is: Main.hs + other-modules: + Paths_boots_app + hs-source-dirs: + demo + default-extensions: RecordWildCards ScopedTypeVariables + ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures -rtsopts -threaded -with-rtsopts=-K1K + build-depends: + base >=4.9 && <5 + , boots-app + , time >=1.8.0 && <1.10 + default-language: Haskell2010