packages feed

stackctl-1.1.0.0: stackctl.cabal

cabal-version: 1.18

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

name:           stackctl
version:        1.1.0.0
description:    Please see <https://github.com/freckle/stackctl#readme>
homepage:       https://github.com/freckle/stackctl#readme
bug-reports:    https://github.com/freckle/stackctl/issues
author:         Freckle Engineering
maintainer:     freckle-engineering@renaissance.com
copyright:      2022 Renaissance Learning Inc
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-doc-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/freckle/stackctl

library
  exposed-modules:
      Stackctl.Action
      Stackctl.AWS
      Stackctl.AWS.CloudFormation
      Stackctl.AWS.Core
      Stackctl.AWS.EC2
      Stackctl.AWS.Lambda
      Stackctl.AWS.Orphans
      Stackctl.AWS.Scope
      Stackctl.AWS.STS
      Stackctl.CLI
      Stackctl.ColorOption
      Stackctl.Colors
      Stackctl.Commands
      Stackctl.DirectoryOption
      Stackctl.FilterOption
      Stackctl.Options
      Stackctl.Prelude
      Stackctl.Prompt
      Stackctl.Spec.Capture
      Stackctl.Spec.Cat
      Stackctl.Spec.Changes
      Stackctl.Spec.Changes.Format
      Stackctl.Spec.Deploy
      Stackctl.Spec.Discover
      Stackctl.Spec.Generate
      Stackctl.StackSpec
      Stackctl.StackSpecPath
      Stackctl.StackSpecYaml
      Stackctl.Subcommand
      Stackctl.VerboseOption
      Stackctl.Version
      UnliftIO.Exception.Lens
  other-modules:
      Paths_stackctl
  hs-source-dirs:
      src
  default-extensions:
      BangPatterns
      DataKinds
      DeriveAnyClass
      DeriveFoldable
      DeriveFunctor
      DeriveGeneric
      DeriveLift
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      FlexibleContexts
      FlexibleInstances
      GADTs
      GeneralizedNewtypeDeriving
      LambdaCase
      MultiParamTypeClasses
      NoImplicitPrelude
      NoMonomorphismRestriction
      OverloadedStrings
      RankNTypes
      RecordWildCards
      ScopedTypeVariables
      StandaloneDeriving
      TypeApplications
      TypeFamilies
  ghc-options: -fwrite-ide-info -Weverything -Wno-all-missed-specialisations -Wno-missing-import-lists -Wno-missing-local-signatures -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-unsafe -optP-Wno-nonportable-include-path
  build-depends:
      Blammo >=1.1.0.0
    , Glob
    , aeson
    , aeson-casing
    , aeson-pretty
    , amazonka
    , amazonka-cloudformation
    , amazonka-core
    , amazonka-ec2
    , amazonka-lambda
    , amazonka-sts
    , base ==4.*
    , bytestring
    , cfn-flip
    , conduit
    , containers
    , errors
    , exceptions
    , extra
    , fast-logger
    , filepath
    , lens
    , lens-aeson
    , monad-logger
    , optparse-applicative
    , resourcet
    , rio
    , text
    , time
    , unliftio
    , unliftio-core
    , unordered-containers
    , uuid
    , yaml
  default-language: Haskell2010

executable stackctl
  main-is: Main.hs
  other-modules:
      Paths_stackctl
  hs-source-dirs:
      app
  default-extensions:
      BangPatterns
      DataKinds
      DeriveAnyClass
      DeriveFoldable
      DeriveFunctor
      DeriveGeneric
      DeriveLift
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      FlexibleContexts
      FlexibleInstances
      GADTs
      GeneralizedNewtypeDeriving
      LambdaCase
      MultiParamTypeClasses
      NoImplicitPrelude
      NoMonomorphismRestriction
      OverloadedStrings
      RankNTypes
      RecordWildCards
      ScopedTypeVariables
      StandaloneDeriving
      TypeApplications
      TypeFamilies
  ghc-options: -fwrite-ide-info -Weverything -Wno-all-missed-specialisations -Wno-missing-import-lists -Wno-missing-local-signatures -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-unsafe -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base ==4.*
    , stackctl
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Stackctl.AWS.CloudFormationSpec
      Stackctl.FilterOptionSpec
      Stackctl.StackSpecSpec
      Stackctl.StackSpecYamlSpec
      Paths_stackctl
  hs-source-dirs:
      test
  default-extensions:
      BangPatterns
      DataKinds
      DeriveAnyClass
      DeriveFoldable
      DeriveFunctor
      DeriveGeneric
      DeriveLift
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      FlexibleContexts
      FlexibleInstances
      GADTs
      GeneralizedNewtypeDeriving
      LambdaCase
      MultiParamTypeClasses
      NoImplicitPrelude
      NoMonomorphismRestriction
      OverloadedStrings
      RankNTypes
      RecordWildCards
      ScopedTypeVariables
      StandaloneDeriving
      TypeApplications
      TypeFamilies
  ghc-options: -fwrite-ide-info -Weverything -Wno-all-missed-specialisations -Wno-missing-import-lists -Wno-missing-local-signatures -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-unsafe -optP-Wno-nonportable-include-path
  build-depends:
      base ==4.*
    , hspec
    , stackctl
    , yaml
  default-language: Haskell2010