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

    widen hsinspect range
---
 haskell-tng-hsinspect.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el
index 6f888e6..5d807fa 100644
--- a/haskell-tng-hsinspect.el
+++ b/haskell-tng-hsinspect.el
@@ -503,7 +503,7 @@ Does not persist the cache changes to disk."
   "Finds and checks the hsinspect binary for the current buffer.
 
 This is uncached, prefer `haskell-tng--hsinspect-exe'."
-  (let ((supported '("0.0.7" "0.0.8" "0.0.9" "0.0.10" "0.0.11" "0.0.12" 
"0.0.13" "0.0.14" "0.0.15"))
+  (let ((supported '("0.0.7" "0.0.8" "0.0.9" "0.0.10" "0.0.11" "0.0.12" 
"0.0.13" "0.0.14" "0.0.15" "0.0.16" "0.0.17"))
         (bin (haskell-tng--util-ghcpath-which "hsinspect")))
     (if bin
         (let ((version

Reply via email to