name: nvim-hs-contrib
version: 0.2.0
synopsis: Haskell plugin backend for neovim
description:
Library for nvim-hs.
homepage: https://github.com/neovimhaskell/nvim-hs
license: Apache-2.0
license-file: LICENSE
author: Sebastian Witte
maintainer: woozletoff@gmail.com
copyright: Copyright (C) Sebastian Witte
category: Editor
build-type: Simple
cabal-version: >=1.10
extra-source-files: CHANGELOG.md
source-repository head
type: git
location: https://github.com/neovimhaskell/nvim-hs
library
exposed-modules: Neovim.BuildTool
, Neovim.User.Choice
, Neovim.User.Input
-- other-extensions:
build-depends: base >=4.6 && < 5
, nvim-hs >= 0.2.0
, ansi-wl-pprint
, bytestring
, data-default
, directory
, exceptions
, filepath
, messagepack >= 0.4
, mtl >= 2.2.1 && < 2.3
, text
, time
, utf8-string
, yaml
hs-source-dirs: library
default-language: Haskell2010
ghc-options: -Wall
test-suite hspec
type: exitcode-stdio-1.0
hs-source-dirs: test-suite
main-is: Spec.hs
default-language: Haskell2010
build-depends: base >= 4.6 && < 5
, nvim-hs
, hspec ==2.*
, hspec-discover
, QuickCheck >=2.6
ghc-options: -threaded -rtsopts -with-rtsopts=-N