packages feed

ribosome-test-0.3.0.0: ribosome-test.cabal

cabal-version: 1.12
name: ribosome-test
version: 0.3.0.0
license: OtherLicense
license-file: LICENSE
copyright: 2019 Torsten Schmits
maintainer: tek@tryp.io
author: Torsten Schmits
homepage: https://github.com/tek/ribosome-hs#readme
bug-reports: https://github.com/tek/ribosome-hs/issues
synopsis: test helpers for ribosome
description:
    Please see the README on GitHub at <https://github.com/tek/ribosome-hs>
category: Neovim
build-type: Simple

source-repository head
    type: git
    location: https://github.com/tek/ribosome-hs

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.Screenshot
        Ribosome.Test.Tmux
        Ribosome.Test.Ui
        Ribosome.Test.Unit
    hs-source-dirs: lib
    other-modules:
        Prelude
    default-language: Haskell2010
    default-extensions: AutoDeriveTypeable BangPatterns BinaryLiterals
                        ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable
                        DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable
                        DoAndIfThenElse EmptyDataDecls ExistentialQuantification
                        FlexibleContexts FlexibleInstances FunctionalDependencies GADTs
                        GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase
                        MonadFailDesugaring MultiParamTypeClasses MultiWayIf NamedFieldPuns
                        OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds
                        RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving
                        TupleSections TypeApplications TypeFamilies TypeSynonymInstances
                        UnicodeSyntax ViewPatterns
    build-depends:
        HTF >=0.13.2.5 && <0.14,
        base-noprelude >=4.7 && <5,
        bytestring >=0.10.8.2 && <0.11,
        chiasma >=0.1.0.0 && <0.2,
        cornea >=0.2.2.0 && <0.3,
        data-default >=0.7.1.1 && <0.8,
        directory >=1.3.1.5 && <1.4,
        exceptions >=0.10.0 && <0.11,
        filepath >=1.4.2 && <1.5,
        free >=5.0.2 && <5.1,
        hslogger >=1.2.12 && <1.3,
        lifted-base >=0.2.3.12 && <0.3,
        messagepack >=0.5.4 && <0.6,
        monad-control >=1.0.2.3 && <1.1,
        mtl >=2.2.2 && <2.3,
        nvim-hs >=2.1.0.0 && <2.2,
        process >=1.6.3.0 && <1.7,
        relude >=0.1.1 && <0.2,
        resourcet >=1.2.2 && <1.3,
        ribosome >=0.2.2.0 && <0.3,
        text >=1.2.3.1 && <1.3,
        transformers >=0.5.5.0 && <0.6,
        typed-process >=0.2.3.0 && <0.3,
        unix >=2.7.2.2 && <2.8,
        unliftio >=0.2.9.0 && <0.3,
        unliftio-core >=0.1.2.0 && <0.2