cabal-version: 1.12 name: dhall-secret version: 0.1.0.0 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.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.6.1 && <1.7, amazonka-kms >=1.6.1 && <1.7, base >=4.7 && <5, bytestring >=0.10.12.0 && <0.11, cryptonite ==0.29.*, dhall >=1.39.0 && <1.40, lens >=4.19.2 && <4.20, memory >=0.15.0 && <0.16, text >=1.2.4.1 && <1.3, unordered-containers >=0.2.16.0 && <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.6.1 && <1.7, amazonka-kms >=1.6.1 && <1.7, base >=4.7 && <5, bytestring >=0.10.12.0 && <0.11, cryptonite ==0.29.*, dhall >=1.39.0 && <1.40, dhall-secret -any, lens >=4.19.2 && <4.20, memory >=0.15.0 && <0.16, optparse-applicative >=0.16.1.0 && <0.17, text >=1.2.4.1 && <1.3, unordered-containers >=0.2.16.0 && <0.3 test-suite dhall-secret-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test other-modules: Paths_dhall_secret default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit >=1.6.2.0 && <1.7, amazonka >=1.6.1 && <1.7, amazonka-kms >=1.6.1 && <1.7, base >=4.7 && <5, bytestring >=0.10.12.0 && <0.11, cryptonite ==0.29.*, dhall >=1.39.0 && <1.40, dhall-secret -any, lens >=4.19.2 && <4.20, memory >=0.15.0 && <0.16, text >=1.2.4.1 && <1.3, unordered-containers >=0.2.16.0 && <0.3