cabal-version: 1.12 name: dhall-secret version: 0.4.32 license: BSD3 license-file: LICENSE copyright: 2022 Jichao Ouyang maintainer: oyanglulu@gmail.com author: Jichao Ouyang homepage: https://github.com/jcouyang/dhall-secret#readme bug-reports: https://github.com/jcouyang/dhall-secret/issues synopsis: Encrypt Decrypt Dhall expressions description: Please see the README on GitHub at category: Compiler build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/jcouyang/dhall-secret library exposed-modules: Dhall.Secret Dhall.Secret.Aes Dhall.Secret.Age Dhall.Secret.Aws Dhall.Secret.Chacha hs-source-dirs: src other-modules: Paths_dhall_secret default-language: Haskell2010 default-extensions: QuasiQuotes TemplateHaskell NamedFieldPuns OverloadedStrings build-depends: amazonka <1.7, amazonka-kms <1.7, base >=4.7 && <5, base64 ==0.3.1.1, bech32 <1.2, bytestring <0.11, cryptonite <0.30, dhall <1.40, lens <4.20, memory <0.16, pem <0.3, text <1.3, unordered-containers <0.3 executable dhall-secret main-is: Main.hs hs-source-dirs: app other-modules: Paths_dhall_secret default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: amazonka <1.7, amazonka-kms <1.7, base >=4.7 && <5, base64 ==0.3.1.1, bech32 <1.2, bytestring <0.11, cryptonite <0.30, dhall <1.40, dhall-secret, lens <4.20, memory <0.16, optparse-applicative <0.17, pem <0.3, text <1.3, unordered-containers <0.3 test-suite dhall-secret-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test other-modules: Age Paths_dhall_secret default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit <1.7, amazonka <1.7, amazonka-kms <1.7, base >=4.7 && <5, base64 ==0.3.1.1, bech32 <1.2, bytestring <0.11, cryptonite <0.30, dhall <1.40, dhall-secret, lens <4.20, memory <0.16, pem <0.3, text <1.3, unordered-containers <0.3