cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.38.2. -- -- see: https://github.com/sol/hpack name: stratosphere-aps version: 1.0.1 synopsis: Stratosphere integration for AWS APS. description: Integration into stratosphere to generate resources and properties for AWS APS category: AWS, Cloud, APS stability: experimental homepage: https://github.com/mbj/stratosphere#readme bug-reports: https://github.com/mbj/stratosphere/issues maintainer: Markus Schirp license: MIT license-file: LICENSE.md build-type: Simple source-repository head type: git location: https://github.com/mbj/stratosphere flag development description: Run GHC with development flags manual: True default: False library exposed-modules: Stratosphere.APS.AnomalyDetector Stratosphere.APS.AnomalyDetector.AnomalyDetectorConfigurationProperty Stratosphere.APS.AnomalyDetector.IgnoreNearExpectedProperty Stratosphere.APS.AnomalyDetector.LabelProperty Stratosphere.APS.AnomalyDetector.MissingDataActionProperty Stratosphere.APS.AnomalyDetector.RandomCutForestConfigurationProperty Stratosphere.APS.ResourcePolicy Stratosphere.APS.RuleGroupsNamespace Stratosphere.APS.Scraper Stratosphere.APS.Scraper.AmpConfigurationProperty Stratosphere.APS.Scraper.CloudWatchLogDestinationProperty Stratosphere.APS.Scraper.ComponentConfigProperty Stratosphere.APS.Scraper.DestinationProperty Stratosphere.APS.Scraper.EksConfigurationProperty Stratosphere.APS.Scraper.RoleConfigurationProperty Stratosphere.APS.Scraper.ScrapeConfigurationProperty Stratosphere.APS.Scraper.ScraperComponentProperty Stratosphere.APS.Scraper.ScraperLoggingConfigurationProperty Stratosphere.APS.Scraper.ScraperLoggingDestinationProperty Stratosphere.APS.Scraper.SourceProperty Stratosphere.APS.Workspace Stratosphere.APS.Workspace.CloudWatchLogDestinationProperty Stratosphere.APS.Workspace.LabelProperty Stratosphere.APS.Workspace.LimitsPerLabelSetEntryProperty Stratosphere.APS.Workspace.LimitsPerLabelSetProperty Stratosphere.APS.Workspace.LoggingConfigurationProperty Stratosphere.APS.Workspace.LoggingDestinationProperty Stratosphere.APS.Workspace.LoggingFilterProperty Stratosphere.APS.Workspace.QueryLoggingConfigurationProperty Stratosphere.APS.Workspace.WorkspaceConfigurationProperty other-modules: Paths_stratosphere_aps hs-source-dirs: gen default-extensions: DataKinds DeriveGeneric DerivingStrategies DerivingVia DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving InstanceSigs LambdaCase MultiParamTypeClasses NoFieldSelectors NoImplicitPrelude NumericUnderscores OverloadedLists OverloadedRecordDot OverloadedStrings PolyKinds RecordWildCards ScopedTypeVariables StandaloneDeriving Strict TemplateHaskell TupleSections TypeApplications TypeFamilies ghc-options: -Wall -Wcompat -Widentities -Wimplicit-prelude -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-local-signatures -Wmissing-signatures -Wmonomorphism-restriction -Wredundant-constraints -fhide-source-paths -funbox-strict-fields -optP-Wno-nonportable-include-path -Wno-unused-imports build-depends: aeson ==2.* , base >=4.8 && <4.22 , stratosphere ==1.0.1 default-language: Haskell2010 if flag(development) ghc-options: -Werror else ghc-options: -Wwarn