emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-tng-mode e7eaa38 077/385: some ideas for cabal


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode e7eaa38 077/385: some ideas for cabal
Date: Tue, 5 Oct 2021 23:59:05 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit e7eaa382b3cead7d6f34ad805267d5c3ebb56d38
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@gmail.com>

    some ideas for cabal
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index fb211a4..54202a5 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,9 @@ Compatibility with `lsp-mode` / 
[`haskell-ide-engine`](https://github.com/haskel
 Some blue sky features are being considered but may be best as independent 
projects:
 
 - `.cabal` editing / navigation
+  - helpers to generate version bounds, even if it's just expanding the latest 
version of a package `cabal gen-bounds`, `cabal outdated`, `cabal-plan`.
+  - project wide grep (including dependencies).
+  - add `build-depends` based on FQNs and a local index of hackage.
 - [`.hie`](https://ghc.haskell.org/trac/ghc/wiki/HIEFiles) files as a parser 
backend and many type based queries.
 - lightweight interactive commands ([`dante`](https://github.com/jyp/dante) / 
[`intero`](https://github.com/commercialhaskell/intero) / 
[`hhp`](https://github.com/kazu-yamamoto/hhp)), will be made redundant with 
`.hie`:
   - `:type` at point



reply via email to

[Prev in Thread] Current Thread [Next in Thread]