cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 313d86bbf1c218344644664fb149e8dd094e88b2ab48cc5501ad565f975fd0fd name: confcrypt version: 0.2.3.3 description: Please see the README on GitHub at homepage: https://github.com/collegevine/confcrypt#readme bug-reports: https://github.com/collegevine/confcrypt/issues author: Chris Coffey maintainer: chris@collegevine.com copyright: 2018 Chris Coffey, CollegeVine license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/collegevine/confcrypt library exposed-modules: ConfCrypt.Types ConfCrypt.Parser ConfCrypt.Commands ConfCrypt.Encryption ConfCrypt.Validation ConfCrypt.Default ConfCrypt.Providers.AWS ConfCrypt.Template other-modules: Paths_confcrypt hs-source-dirs: src default-extensions: MultiParamTypeClasses OverloadedStrings FlexibleContexts FlexibleInstances NamedFieldPuns TupleSections DeriveGeneric DeriveAnyClass FunctionalDependencies TypeApplications UndecidableInstances GADTs ConstraintKinds ghc-options: -optP-Wno-nonportable-include-path build-depends: amazonka >=1.6 && <1.7 , amazonka-kms >=1.6 && <1.7 , base >=4.7 && <5 , base64-bytestring , bytestring >=0.10.8 && <0.11 , conduit >=1.3 && <1.4 , containers >=0.5.11 , crypto-pubkey-openssh , crypto-pubkey-types , cryptonite >=0.25 , deepseq >=1.4.3 , lens >=4.16 , megaparsec >=7.0 , mtl >=2.2 && <2.3 , optparse-applicative >=0.14 && <0.15 , parser-combinators , text >=1.2 , transformers default-language: Haskell2010 executable confcrypt main-is: Main.hs other-modules: ConfCrypt.CLI.API ConfCrypt.CLI.Engine Paths_confcrypt hs-source-dirs: app default-extensions: MultiParamTypeClasses OverloadedStrings FlexibleContexts FlexibleInstances NamedFieldPuns TupleSections ExistentialQuantification TypeApplications UndecidableInstances BangPatterns ViewPatterns GADTs ghc-options: -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N build-depends: amazonka >=1.6 && <1.7 , amazonka-kms >=1.6 && <1.7 , base >=4.7 && <5 , base64-bytestring , bytestring >=0.10.8 && <0.11 , conduit >=1.3 && <1.4 , confcrypt , containers >=0.5.11 , crypto-pubkey-openssh , crypto-pubkey-types , cryptonite >=0.25 , deepseq >=1.4.3 , lens >=4.16 , megaparsec >=7.0 , mtl >=2.2 && <2.3 , optparse-applicative , parser-combinators , text >=1.2 , transformers default-language: Haskell2010 test-suite confcrypt-test type: exitcode-stdio-1.0 main-is: Tests.hs other-modules: ConfCrypt.Parser.Tests, ConfCrypt.Commands.Tests, ConfCrypt.Encryption.Tests, ConfCrypt.CLI.API.Tests, ConfCrypt.Common, ConfCrypt.CLI.API, ConfCrypt.Template.Tests hs-source-dirs: test app default-extensions: MultiParamTypeClasses OverloadedStrings FlexibleContexts FlexibleInstances NamedFieldPuns TupleSections ghc-options: -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , QuickCheck , amazonka >=1.6 && <1.7 , amazonka-kms >=1.6 && <1.7 , base >=4.7 && <5 , base64-bytestring , bytestring >=0.10.8 && <0.11 , conduit >=1.3 && <1.4 , confcrypt , containers >=0.5.11 , crypto-pubkey-openssh , crypto-pubkey-types , cryptonite >=0.25 , deepseq >=1.4.3 , lens >=4.16 , megaparsec >=7.0 , memory , mtl >=2.2 && <2.3 , optparse-applicative >=0.14 && <0.15 , parser-combinators , tasty , tasty-hunit , tasty-quickcheck , text >=1.2 , transformers default-language: Haskell2010