chiasma-test-0.12.2.0: chiasma-test.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.38.2.
--
-- see: https://github.com/sol/hpack
name: chiasma-test
version: 0.12.2.0
synopsis: Testing tools for chiasma
description: See https://hackage.haskell.org/package/chiasma-test/docs/Chiasma-Test.html
category: Terminal
homepage: https://github.com/tek/chiasma#readme
bug-reports: https://github.com/tek/chiasma/issues
author: Torsten Schmits
maintainer: hackage@tryp.io
copyright: 2025 Torsten Schmits
license: BSD-2-Clause-Patent
license-file: LICENSE
build-type: Simple
extra-source-files:
readme.md
changelog.md
source-repository head
type: git
location: https://github.com/tek/chiasma
library
exposed-modules:
Chiasma.Test.Data.TmuxTestConfig
Chiasma.Test.Screenshot
Chiasma.Test.Tmux
Chiasma.Test.Wait
hs-source-dirs:
lib
default-extensions:
AllowAmbiguousTypes
ApplicativeDo
BlockArguments
DataKinds
DefaultSignatures
DeriveAnyClass
DerivingStrategies
DerivingVia
DisambiguateRecordFields
DuplicateRecordFields
FunctionalDependencies
GADTs
LambdaCase
LiberalTypeSynonyms
MonadComprehensions
MultiWayIf
NoFieldSelectors
OverloadedLabels
OverloadedLists
OverloadedRecordDot
OverloadedStrings
PackageImports
PartialTypeSignatures
PatternSynonyms
QuantifiedConstraints
QuasiQuotes
RecordWildCards
RecursiveDo
RoleAnnotations
TemplateHaskell
TypeFamilies
TypeFamilyDependencies
UndecidableInstances
UnicodeSyntax
ViewPatterns
ghc-options: -fplugin=Polysemy.Plugin -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages
build-depends:
base ==4.*
, bytestring
, chiasma
, chronos
, exon
, hedgehog
, path
, path-io
, polysemy
, polysemy-chronos
, polysemy-conc
, polysemy-log
, polysemy-plugin
, polysemy-process
, polysemy-test >=0.6
, polysemy-time
, prelate ==0.9.*
, text
, typed-process >=0.2
mixins:
base hiding (Prelude)
, prelate (Prelate as Prelude)
, prelate hiding (Prelate)
default-language: GHC2021
test-suite chiasma-test-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Chiasma.Test.CodecTest
Chiasma.Test.LensTest
Chiasma.Test.OutputParseTest
Chiasma.Test.PinTest
Chiasma.Test.ProcessOutputTest
Chiasma.Test.PureTest
Chiasma.Test.Util
hs-source-dirs:
test
default-extensions:
AllowAmbiguousTypes
ApplicativeDo
BlockArguments
DataKinds
DefaultSignatures
DeriveAnyClass
DerivingStrategies
DerivingVia
DisambiguateRecordFields
DuplicateRecordFields
FunctionalDependencies
GADTs
LambdaCase
LiberalTypeSynonyms
MonadComprehensions
MultiWayIf
NoFieldSelectors
OverloadedLabels
OverloadedLists
OverloadedRecordDot
OverloadedStrings
PackageImports
PartialTypeSignatures
PatternSynonyms
QuantifiedConstraints
QuasiQuotes
RecordWildCards
RecursiveDo
RoleAnnotations
TemplateHaskell
TypeFamilies
TypeFamilyDependencies
UndecidableInstances
UnicodeSyntax
ViewPatterns
ghc-options: -fplugin=Polysemy.Plugin -threaded -rtsopts -with-rtsopts=-N -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages
build-depends:
base ==4.*
, chiasma
, chiasma-test
, hedgehog
, lens >=4
, polysemy
, polysemy-plugin
, polysemy-process
, polysemy-test >=0.6
, prelate ==0.9.*
, tasty
, tasty-hedgehog
mixins:
base hiding (Prelude)
, prelate (Prelate as Prelude)
, prelate hiding (Prelate)
default-language: GHC2021
test-suite integration
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Chiasma.Test.CaptureTest
Chiasma.Test.ConcurrentTest
Chiasma.Test.FindTest
Chiasma.Test.RenderTest
Chiasma.Test.TmuxTest
Chiasma.Test.Util
hs-source-dirs:
integration
default-extensions:
AllowAmbiguousTypes
ApplicativeDo
BlockArguments
DataKinds
DefaultSignatures
DeriveAnyClass
DerivingStrategies
DerivingVia
DisambiguateRecordFields
DuplicateRecordFields
FunctionalDependencies
GADTs
LambdaCase
LiberalTypeSynonyms
MonadComprehensions
MultiWayIf
NoFieldSelectors
OverloadedLabels
OverloadedLists
OverloadedRecordDot
OverloadedStrings
PackageImports
PartialTypeSignatures
PatternSynonyms
QuantifiedConstraints
QuasiQuotes
RecordWildCards
RecursiveDo
RoleAnnotations
TemplateHaskell
TypeFamilies
TypeFamilyDependencies
UndecidableInstances
UnicodeSyntax
ViewPatterns
ghc-options: -fplugin=Polysemy.Plugin -threaded -rtsopts -with-rtsopts=-N -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages
build-depends:
base ==4.*
, chiasma
, chiasma-test
, hedgehog
, path-io
, polysemy
, polysemy-chronos
, polysemy-plugin
, polysemy-test >=0.6
, prelate ==0.9.*
, tasty
, tasty-hedgehog
mixins:
base hiding (Prelude)
, prelate (Prelate as Prelude)
, prelate hiding (Prelate)
default-language: GHC2021