packages feed

hspec-formatter-github-0.1.0.0: hspec-formatter-github.cabal

cabal-version: 2.2

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

name:           hspec-formatter-github
version:        0.1.0.0
synopsis:       A Formatter for hspec that provides Github Actions Annotations
description:    Please see the README on GitHub at <https://github.com/MercuryTechnologies/hspec-formatter-github#readme>
category:       Testing
homepage:       https://github.com/MercuryTechnologies/hspec-formatter-github#readme
bug-reports:    https://github.com/MercuryTechnologies/hspec-formatter-github/issues
author:         Alex Vieth, Matt von Hagen
maintainer:     mattp@mercury.com
copyright:      2023 Mercury Technologies
license:        BSD-3-Clause
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/MercuryTechnologies/hspec-formatter-github

library
  exposed-modules:
      Test.Hspec.Formatters.GithubAction
      Test.Hspec.Formatters.GithubAction.Internal
  other-modules:
      Paths_hspec_formatter_github
  autogen-modules:
      Paths_hspec_formatter_github
  hs-source-dirs:
      src
  default-extensions:
      BlockArguments
      DataKinds
      DefaultSignatures
      DeriveFunctor
      DeriveGeneric
      DeriveLift
      DerivingStrategies
      DerivingVia
      FlexibleContexts
      FlexibleInstances
      GADTs
      GeneralizedNewtypeDeriving
      ImportQualifiedPost
      InstanceSigs
      LambdaCase
      MultiParamTypeClasses
      MultiWayIf
      NamedFieldPuns
      NegativeLiterals
      NumericUnderscores
      OverloadedLabels
      OverloadedStrings
      PartialTypeSignatures
      PatternSynonyms
      RankNTypes
      RecordWildCards
      ScopedTypeVariables
      StandaloneDeriving
      TypeApplications
      TypeFamilies
      UndecidableInstances
      ViewPatterns
      TypeOperators
      NoForeignFunctionInterface
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  build-depends:
      base >=4.14 && <5
    , hspec-api
    , hspec-core
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_hspec_formatter_github
  autogen-modules:
      Paths_hspec_formatter_github
  hs-source-dirs:
      test
  default-extensions:
      BlockArguments
      DataKinds
      DefaultSignatures
      DeriveFunctor
      DeriveGeneric
      DeriveLift
      DerivingStrategies
      DerivingVia
      FlexibleContexts
      FlexibleInstances
      GADTs
      GeneralizedNewtypeDeriving
      ImportQualifiedPost
      InstanceSigs
      LambdaCase
      MultiParamTypeClasses
      MultiWayIf
      NamedFieldPuns
      NegativeLiterals
      NumericUnderscores
      OverloadedLabels
      OverloadedStrings
      PartialTypeSignatures
      PatternSynonyms
      RankNTypes
      RecordWildCards
      ScopedTypeVariables
      StandaloneDeriving
      TypeApplications
      TypeFamilies
      UndecidableInstances
      ViewPatterns
      TypeOperators
      NoForeignFunctionInterface
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N -O0
  build-depends:
      base >=4.14 && <5
    , hspec
    , hspec-api
    , hspec-core
    , hspec-formatter-github
  default-language: Haskell2010