packages feed

confcrypt-0.2.0.0: confcrypt.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 78b2963f823c24783db5be9543ec39e215f9a07298d3987ac7dc95bf5249ca0b

name:           confcrypt
version:        0.2.0.0
description:    Please see the README on GitHub at <https://github.com/CollegeVine/confcrypt#readme>
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
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.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
  other-modules:
      Paths_confcrypt
  hs-source-dirs:
      src
  default-extensions: MultiParamTypeClasses OverloadedStrings FlexibleContexts FlexibleInstances NamedFieldPuns TupleSections DeriveGeneric DeriveAnyClass FunctionalDependencies TypeApplications UndecidableInstances GADTs ConstraintKinds
  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
  hs-source-dirs:
      app
  default-extensions: MultiParamTypeClasses OverloadedStrings FlexibleContexts FlexibleInstances NamedFieldPuns TupleSections ExistentialQuantification TypeApplications UndecidableInstances BangPatterns ViewPatterns GADTs
  ghc-options: -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
  hs-source-dirs:
      test
      app
  default-extensions: MultiParamTypeClasses OverloadedStrings FlexibleContexts FlexibleInstances NamedFieldPuns TupleSections
  ghc-options: -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