cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.34.6. -- -- see: https://github.com/sol/hpack name: ribosome-test version: 0.9.9.9 synopsis: Test tools for Ribosome description: See https://hackage.haskell.org/package/ribosome-test/docs/Ribosome-Test.html category: Neovim author: Torsten Schmits maintainer: hackage@tryp.io copyright: 2022 Torsten Schmits license: BSD-2-Clause-Patent license-file: LICENSE build-type: Simple library exposed-modules: Ribosome.Handler Ribosome.Test Ribosome.Test.Data.TestConfig Ribosome.Test.Embed Ribosome.Test.EmbedTmux Ribosome.Test.Error Ribosome.Test.Examples.Example1 Ribosome.Test.Log Ribosome.Test.Screenshot Ribosome.Test.SocketTmux Ribosome.Test.TmuxCommon Ribosome.Test.Ui Ribosome.Test.Wait hs-source-dirs: lib default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies DerivingVia DisambiguateRecordFields DoAndIfThenElse DuplicateRecordFields EmptyCase EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase LiberalTypeSynonyms MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedLabels OverloadedLists OverloadedStrings PackageImports PartialTypeSignatures PatternGuards PatternSynonyms PolyKinds QuantifiedConstraints QuasiQuotes RankNTypes RecordWildCards RecursiveDo RoleAnnotations ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators TypeSynonymInstances UndecidableInstances UnicodeSyntax ViewPatterns StandaloneKindSignatures OverloadedLabels ghc-options: -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Widentities -Wunused-packages -fplugin=Polysemy.Plugin build-depends: base >=4.12 && <5 , chiasma , chiasma-test , exon , hedgehog , lens-regex-pcre , path , path-io , polysemy , polysemy-chronos , polysemy-plugin , polysemy-test , prelate >=0.1 , ribosome , ribosome-host , ribosome-host-test mixins: base hiding (Prelude) , prelate (Prelate as Prelude) , prelate hiding (Prelate) default-language: Haskell2010 test-suite ribosome-test-unit type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Ribosome.Test.EmbedTmuxTest Ribosome.Test.ReportTest Ribosome.Test.SocketTmuxTest Ribosome.Test.SyntaxTest Skip hs-source-dirs: test default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies DerivingVia DisambiguateRecordFields DoAndIfThenElse DuplicateRecordFields EmptyCase EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase LiberalTypeSynonyms MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedLabels OverloadedLists OverloadedStrings PackageImports PartialTypeSignatures PatternGuards PatternSynonyms PolyKinds QuantifiedConstraints QuasiQuotes RankNTypes RecordWildCards RecursiveDo RoleAnnotations ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators TypeSynonymInstances UndecidableInstances UnicodeSyntax ViewPatterns StandaloneKindSignatures OverloadedLabels ghc-options: -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Widentities -Wunused-packages -fplugin=Polysemy.Plugin -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.12 && <5 , polysemy , polysemy-plugin , polysemy-test , prelate >=0.1 , ribosome , ribosome-host , ribosome-test , tasty mixins: base hiding (Prelude) , prelate (Prelate as Prelude) , prelate hiding (Prelate) default-language: Haskell2010