packages feed

chromatin-0.1.0.0: chromatin.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 560b0a26d65a7e63d7c566631d1a3e83822116adb9958225a42bbb595604065f

name:           chromatin
version:        0.1.0.0
synopsis:       neovim package manager
description:    Please see the README on GitHub at <https://github.com/tek/chromatin-hs>
category:       Neovim
homepage:       https://github.com/tek/chromatin-hs#readme
bug-reports:    https://github.com/tek/chromatin-hs/issues
author:         Torsten Schmits
maintainer:     tek@tryp.io
copyright:      2018 Torsten Schmits
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

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

library
  exposed-modules:
      Chromatin.Config
      Chromatin.Data.ActiveRplugin
      Chromatin.Data.Chromatin
      Chromatin.Data.Env
      Chromatin.Data.InstallResult
      Chromatin.Data.RebuildControl
      Chromatin.Data.RebuildTask
      Chromatin.Data.Rplugin
      Chromatin.Data.RpluginConfig
      Chromatin.Data.RpluginName
      Chromatin.Data.Rplugins
      Chromatin.Data.RpluginSource
      Chromatin.Data.RpluginState
      Chromatin.Data.RunBuiltResult
      Chromatin.Data.RunExistingResult
      Chromatin.Diag
      Chromatin.Init
      Chromatin.Log
      Chromatin.Plugin
      Chromatin.Rebuild
      Chromatin.Rebuild.Build
      Chromatin.Rebuild.Existing
      Chromatin.Rebuild.Nonexisting
      Chromatin.Run
      Chromatin.Settings
      Chromatin.Test.Config
      Chromatin.Test.Unit
      Chromatin.Unload
  other-modules:
      Paths_chromatin
  hs-source-dirs:
      lib
  build-depends:
      Glob
    , base >=4.7 && <5
    , bytestring
    , conduit
    , containers
    , data-default-class
    , deepseq
    , directory
    , filepath
    , hslogger
    , lens
    , messagepack
    , nvim-hs
    , parsec
    , prettyprinter
    , resourcet
    , ribosome
    , split
    , stm-chans
    , stm-conduit
    , transformers
    , typed-process
    , unliftio
  default-language: Haskell2010

executable chromatin
  main-is: Main.hs
  other-modules:
      Paths_chromatin
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      Glob
    , base >=4.7 && <5
    , bytestring
    , chromatin
    , conduit
    , containers
    , data-default-class
    , deepseq
    , directory
    , filepath
    , hslogger
    , lens
    , messagepack
    , nvim-hs
    , parsec
    , prettyprinter
    , resourcet
    , ribosome
    , split
    , stm-chans
    , stm-conduit
    , transformers
    , typed-process
    , unliftio
  default-language: Haskell2010

test-suite chromatin-functional
  type: exitcode-stdio-1.0
  main-is: SpecMain.hs
  other-modules:
      Paths_chromatin
  hs-source-dirs:
      test/f
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      Glob
    , HTF
    , base >=4.7 && <5
    , bytestring
    , chromatin
    , conduit
    , containers
    , data-default-class
    , deepseq
    , directory
    , filepath
    , hslogger
    , lens
    , messagepack
    , nvim-hs
    , parsec
    , prettyprinter
    , resourcet
    , ribosome
    , split
    , stm-chans
    , stm-conduit
    , transformers
    , typed-process
    , unliftio
  default-language: Haskell2010

test-suite chromatin-unit
  type: exitcode-stdio-1.0
  main-is: SpecMain.hs
  other-modules:
      BuildSpec
      Config
      ConfigSpec
      DiagSpec
      RebuildSpec
      RunSpec
      Paths_chromatin
  hs-source-dirs:
      test/u
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      Glob
    , HTF
    , base >=4.7 && <5
    , bytestring
    , chromatin
    , conduit
    , containers
    , data-default-class
    , deepseq
    , directory
    , filepath
    , hslogger
    , lens
    , messagepack
    , nvim-hs
    , parsec
    , prettyprinter
    , resourcet
    , ribosome
    , split
    , stm-chans
    , stm-conduit
    , transformers
    , typed-process
    , unliftio
  default-language: Haskell2010