branch: elpa/haskell-tng-mode commit 2050c16185d48f70ff445a0bed68a45be3fe47e6 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
bad parameter order --- haskell-tng-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-tng-util.el b/haskell-tng-util.el index b501639..30a6edb 100644 --- a/haskell-tng-util.el +++ b/haskell-tng-util.el @@ -164,7 +164,7 @@ RESET deletes the cache if it exists." (haskell-tng--util-read cache-file) (unless no-work (when-let (result (funcall work)) - (haskell-tng--util-write result cache-file) + (haskell-tng--util-write cache-file result) result))))) (defun haskell-tng--util-read (file)