Skip to content

Commit

Permalink
Update from Hackage at 2019-08-21T06:56:06Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 21, 2019
1 parent 01cbe34 commit 478c783
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 1 deletion.
87 changes: 87 additions & 0 deletions boots-app/0.1.0.6/boots-app.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
cabal-version: 1.12
name: boots-app
version: 0.1.0.6
license: MIT
license-file: LICENSE
copyright: 2019 Daniel YU
maintainer: leptonyu@gmail.com
author: Daniel YU
homepage: https://github.com/leptonyu/boots#readme
synopsis: Startup factories using IoC monad
description:
Provide basic factories base on boots.
category: Library, Application
build-type: Simple
extra-source-files:
README.md

library
exposed-modules:
Boots
Boots.App
Boots.Factory.Salak
Boots.Factory.Application
Boots.Factory.Logger
Boots.Factory.Vault
hs-source-dirs: src
other-modules:
Boots.App.Internal
default-language: Haskell2010
default-extensions: FlexibleInstances MultiParamTypeClasses
GeneralizedNewtypeDeriving OverloadedStrings RecordWildCards
FlexibleContexts RankNTypes ScopedTypeVariables
FunctionalDependencies ConstraintKinds
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
build-depends:
base >=4.10 && <5,
boots >=0.1.1 && <0.2,
data-default >=0.7.1.1 && <0.8,
exceptions >=0.10.2 && <0.11,
fast-logger >=2.4.16 && <2.5,
menshen >=0.0.3 && <0.1,
microlens >=0.4.10 && <0.5,
monad-logger >=0.3.30 && <0.4,
mtl >=2.2.2 && <2.3,
salak >=0.3.5 && <0.4,
salak-yaml >=0.3.5 && <0.4,
splitmix >=0.0.3 && <0.1,
text >=1.2.3.1 && <1.3,
unliftio-core >=0.1.2.0 && <0.2,
vault >=0.3.1.3 && <0.4

test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test src
other-modules:
Boots
Boots.App
Boots.App.Internal
Boots.Factory.Application
Boots.Factory.Logger
Boots.Factory.Salak
Boots.Factory.Vault
Paths_boots_app
default-language: Haskell2010
default-extensions: FlexibleInstances MultiParamTypeClasses
GeneralizedNewtypeDeriving OverloadedStrings RecordWildCards
FlexibleContexts RankNTypes ScopedTypeVariables
FunctionalDependencies ConstraintKinds
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
build-depends:
base >=4.10 && <5,
boots >=0.1.1 && <0.2,
data-default >=0.7.1.1 && <0.8,
exceptions >=0.10.2 && <0.11,
fast-logger >=2.4.16 && <2.5,
hspec ==2.*,
menshen >=0.0.3 && <0.1,
microlens >=0.4.10 && <0.5,
monad-logger >=0.3.30 && <0.4,
mtl >=2.2.2 && <2.3,
salak >=0.3.5 && <0.4,
salak-yaml >=0.3.5 && <0.4,
splitmix >=0.0.3 && <0.1,
text >=1.2.3.1 && <1.3,
unliftio-core >=0.1.2.0 && <0.2,
vault >=0.3.1.3 && <0.4
1 change: 1 addition & 0 deletions boots-app/0.1.0.6/boots-app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"dcc7eb66b2b9f04570aa5013e889bc1d","Skein512_512":"571b7dfc4d85f6a76e6d5cf0f9a1ebd8e1bfd4c4a4c577e12136c760ebac301cc59b6640bb8ccb48bbd6bb695e2aae636217f76a312b7f5ee86370495e9b392f","SHA1":"4161100a38c6b5566d9b7edfb55ae6f94e62c7c2","SHA512":"a28178c241eeb1b1fb7c5c9347985d2132c433987557c8d6925d2f087ce483991f2187a5dce9440c820999d98d9956e2ef99412ad4463c223612d30c3e0ee26a","SHA256":"e851504f2f6514da667d2d9192fba676aa67e10324a1c54cf2c248be8d9d0e59"},"package-locations":["https://hackage.haskell.org/package/boots-app-0.1.0.6/boots-app-0.1.0.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/boots-app-0.1.0.6.tar.gz"],"package-size":5683}
2 changes: 1 addition & 1 deletion boots-app/preferred-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boots-app <0.1.0.1 || >0.1.0.1
boots-app >=0.1.0.6

0 comments on commit 478c783

Please sign in to comment.