packages feed

proteome-0.1.0.0: proteome.cabal

name: proteome
version: 0.1.0.0
synopsis: neovim project manager
description: neovim plugin for managing project-specific configuration and performing runtime tasks on projects
license: MIT
license-file: LICENSE
author: Torsten Schmits
maintainer: tek@tryp.io
copyright: 2018 Torsten Schmits
category: Neovim
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
x-curation: uncurated-no-trustee-contact

executable proteome
  main-is: nvim.hs
  hs-source-dirs:
    .,
    lib
  other-modules:
    Proteome.Plugin,
    Proteome.Init,
    Proteome.Add
  build-depends:
    base >= 4.7 && < 5,
    nvim-hs >= 1 && < 2
  default-language: Haskell2010