packages feed

ribosome-root-0.3.0.0: ribosome-root.cabal

cabal-version: 1.12
name: ribosome-root
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: api extensions for nvim-hs
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

test-suite ribosome-unit
    type: exitcode-stdio-1.0
    main-is: SpecMain.hs
    hs-source-dirs: test/u
    other-modules:
        AutocmdSpec
        MappingSpec
        MenuSpec
        MsgpackSpec
        NvimMenuSpec
        Prelude
        RpcSpec
        ScratchSpec
        SettingSpec
        SyntaxSpec
        TestError
        THSpec
        WatcherSpec
        Paths_ribosome_root
    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
    ghc-options: -threaded -rtsopts -with-rtsopts=-N
    build-depends:
        HTF >=0.13.2.5 && <0.14,
        MissingH >=1.4.1.0 && <1.5,
        aeson >=1.3.1.1 && <1.4,
        ansi-terminal >=0.8.2 && <0.9,
        base-noprelude >=4.7 && <5,
        bytestring >=0.10.8.2 && <0.11,
        chiasma >=0.1.0.0 && <0.2,
        composition-extra >=2.0.0 && <2.1,
        conduit >=1.3.1 && <1.4,
        containers >=0.5.11.0 && <0.6,
        cornea >=0.2.2.0 && <0.3,
        data-default >=0.7.1.1 && <0.8,
        deepseq >=1.4.3.0 && <1.5,
        directory >=1.3.1.5 && <1.4,
        either >=5.0.1 && <5.1,
        exceptions >=0.10.0 && <0.11,
        filepath >=1.4.2 && <1.5,
        hslogger >=1.2.12 && <1.3,
        lens >=4.16.1 && <4.17,
        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,
        pretty-terminal >=0.1.0.0 && <0.2,
        prettyprinter >=1.2.1 && <1.3,
        prettyprinter-ansi-terminal >=1.1.1.2 && <1.2,
        process >=1.6.3.0 && <1.7,
        relude >=0.1.1 && <0.2,
        resourcet >=1.2.2 && <1.3,
        ribosome >=0.3.0.0 && <0.4,
        ribosome-test >=0.3.0.0 && <0.4,
        safe >=0.3.17 && <0.4,
        split >=0.2.3.3 && <0.3,
        stm >=2.4.5.1 && <2.5,
        template-haskell >=2.13.0.0 && <2.14,
        text >=1.2.3.1 && <1.3,
        th-abstraction >=0.2.10.0 && <0.3,
        time >=1.8.0.2 && <1.9,
        transformers >=0.5.5.0 && <0.6,
        transformers-base >=0.4.5.2 && <0.5,
        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,
        utf8-string >=1.0.1.1 && <1.1