Cabal revisions of aws-secrets-0.0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.0--name: aws-secrets-version: 0.0.0.0-category: AWS, Password-synopsis: Fetch data from AWS Secrets Manager--description:- This library can be used to fetch data from AWS Secrets Manager.- It depends on the AWS Command Line Interface.--copyright: 2023 Mission Valley Software LLC-license: MIT-license-file: license.txt--author: Chris Martin-maintainer: Chris Martin, Julie Moronuki--homepage: https://github.com/typeclasses/aws-secrets--extra-source-files:- *.md- test/*.json--common base- default-language: GHC2021- ghc-options:- -Wall- -Wmissing-deriving-strategies- default-extensions:- BlockArguments- DerivingVia- LambdaCase- NoImplicitPrelude- OverloadedLists- OverloadedStrings- QuasiQuotes- build-depends:- , aeson >= 2.0.3- , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18- , bytestring ^>= 0.11- , containers ^>= 0.6.5- , mtl ^>= 2.2.2 || ^>= 2.3- , scientific ^>= 0.3.6- , stm ^>= 2.5- , text ^>= 1.2.5 || ^>= 2.0- , typed-process ^>= 0.2.10- , validation ^>= 1.1--library- import: base- hs-source-dirs: library- exposed-modules:- AWS.Secrets- AWS.Secrets.Config- AWS.Secrets.Fetch- AWS.Secrets.Key- AWS.Secrets.Name- AWS.Secrets.Reader- AWS.Secrets.SecretType--test-suite test-aws-secrets- import: base- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs- build-depends:- , aws-secrets- , hspec ^>= 2.9 || ^>= 2.10 || ^>= 2.11+cabal-version: 3.0 + +name: aws-secrets +version: 0.0.0.0 +x-revision: 1 +category: AWS, Password +synopsis: Fetch data from AWS Secrets Manager + +description: + This library can be used to fetch data from AWS Secrets Manager. + It depends on the AWS Command Line Interface. + +copyright: 2023 Mission Valley Software LLC +license: MIT +license-file: license.txt + +author: Chris Martin +maintainer: Chris Martin, Julie Moronuki + +homepage: https://github.com/typeclasses/aws-secrets + +extra-source-files: + *.md + test/*.json + +common base + default-language: GHC2021 + ghc-options: + -Wall + -Wmissing-deriving-strategies + default-extensions: + BlockArguments + DerivingVia + LambdaCase + NoImplicitPrelude + OverloadedLists + OverloadedStrings + QuasiQuotes + build-depends: + , aeson ^>= 2.0.3 || ^>= 2.1 + , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 + , bytestring ^>= 0.11 + , containers ^>= 0.6.5 + , mtl ^>= 2.2.2 || ^>= 2.3 + , scientific ^>= 0.3.6 + , stm ^>= 2.5 + , text ^>= 1.2.5 || ^>= 2.0 + , typed-process ^>= 0.2.10 + , validation ^>= 1.1 + +library + import: base + hs-source-dirs: library + exposed-modules: + AWS.Secrets + AWS.Secrets.Config + AWS.Secrets.Fetch + AWS.Secrets.Key + AWS.Secrets.Name + AWS.Secrets.Reader + AWS.Secrets.SecretType + +test-suite test-aws-secrets + import: base + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + build-depends: + , aws-secrets + , hspec ^>= 2.9 || ^>= 2.10 || ^>= 2.11