ribosome-test-0.4.0.0: ribosome-test.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: d204ea32a519247a24754414a535360674e998d19dd95ea48b7fd7d7ab1044dc
name: ribosome-test
version: 0.4.0.0
synopsis: test helpers for ribosome
description: Please see the README on GitHub at <https://github.com/tek/ribosome>
category: Neovim
homepage: https://github.com/tek/ribosome#readme
bug-reports: https://github.com/tek/ribosome/issues
author: Torsten Schmits
maintainer: tek@tryp.io
copyright: 2021 Torsten Schmits
license: BSD-2-Clause-Patent
license-file: LICENSE
build-type: Simple
extra-source-files:
readme.md
source-repository head
type: git
location: https://github.com/tek/ribosome
library
exposed-modules:
Ribosome.Test.Await
Ribosome.Test.Embed
Ribosome.Test.Exists
Ribosome.Test.File
Ribosome.Test.Functional
Ribosome.Test.Input
Ribosome.Test.Orphans
Ribosome.Test.Run
Ribosome.Test.Screenshot
Ribosome.Test.Tmux
Ribosome.Test.Ui
Ribosome.Test.Unit
other-modules:
Paths_ribosome_test
autogen-modules:
Paths_ribosome_test
hs-source-dirs:
lib
default-extensions:
AllowAmbiguousTypes
ApplicativeDo
BangPatterns
BinaryLiterals
BlockArguments
ConstraintKinds
DataKinds
DefaultSignatures
DeriveAnyClass
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveLift
DeriveTraversable
DerivingStrategies
DisambiguateRecordFields
DoAndIfThenElse
DuplicateRecordFields
EmptyDataDecls
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
LiberalTypeSynonyms
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
OverloadedStrings
OverloadedLists
PackageImports
PartialTypeSignatures
PatternGuards
PatternSynonyms
PolyKinds
QuantifiedConstraints
QuasiQuotes
RankNTypes
RecordWildCards
RecursiveDo
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeFamilyDependencies
TypeOperators
TypeSynonymInstances
UndecidableInstances
UnicodeSyntax
ViewPatterns
ghc-options: -Wall -Wredundant-constraints -Wsimplifiable-class-constraints
build-depends:
aeson
, base ==4.*
, bytestring
, chiasma
, composition
, composition-extra
, conduit
, containers
, cornea
, data-default
, directory
, either
, exceptions
, filepath
, free
, hedgehog
, hslogger
, lens
, lifted-async
, lifted-base
, messagepack
, monad-control
, mtl
, nvim-hs
, path
, path-io
, prettyprinter
, prettyprinter-ansi-terminal
, process
, relude >=0.7 && <1.2
, resourcet
, ribosome
, tasty
, tasty-hedgehog
, template-haskell
, text
, transformers
, typed-process
, unix
, unliftio
mixins:
base hiding (Prelude)
, ribosome hiding (Ribosome.Prelude)
, ribosome (Ribosome.Prelude as Prelude)
default-language: Haskell2010
test-suite ribosome-unit
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Ribosome.Test.AutocmdTest
Ribosome.Test.MappingTest
Ribosome.Test.MenuTest
Ribosome.Test.MsgpackTest
Ribosome.Test.NvimMenuTest
Ribosome.Test.PromptTest
Ribosome.Test.RpcTest
Ribosome.Test.ScratchTest
Ribosome.Test.SettingTest
Ribosome.Test.SyntaxTest
Ribosome.Test.THTest
Ribosome.Test.WatcherTest
Ribosome.Test.WindowTest
TestError
Paths_ribosome_test
hs-source-dirs:
test
default-extensions:
AllowAmbiguousTypes
ApplicativeDo
BangPatterns
BinaryLiterals
BlockArguments
ConstraintKinds
DataKinds
DefaultSignatures
DeriveAnyClass
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveLift
DeriveTraversable
DerivingStrategies
DisambiguateRecordFields
DoAndIfThenElse
DuplicateRecordFields
EmptyDataDecls
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
LiberalTypeSynonyms
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
OverloadedStrings
OverloadedLists
PackageImports
PartialTypeSignatures
PatternGuards
PatternSynonyms
PolyKinds
QuantifiedConstraints
QuasiQuotes
RankNTypes
RecordWildCards
RecursiveDo
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeFamilyDependencies
TypeOperators
TypeSynonymInstances
UndecidableInstances
UnicodeSyntax
ViewPatterns
ghc-options: -Wall -Wredundant-constraints -Wsimplifiable-class-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, base ==4.*
, bytestring
, chiasma
, composition
, composition-extra
, conduit
, containers
, cornea
, data-default
, directory
, either
, exceptions
, filepath
, free
, hedgehog
, hslogger
, lens
, lifted-async
, lifted-base
, messagepack
, monad-control
, mtl
, nvim-hs
, path
, path-io
, prettyprinter
, prettyprinter-ansi-terminal
, process
, relude >=0.7 && <1.2
, resourcet
, ribosome
, ribosome-test
, tasty
, tasty-hedgehog
, template-haskell
, text
, transformers
, typed-process
, unix
, unliftio
mixins:
base hiding (Prelude)
, ribosome hiding (Ribosome.Prelude)
, ribosome (Ribosome.Prelude as Prelude)
default-language: Haskell2010