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

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

[nongnu] elpa/haskell-tng-mode f56bd2a 256/385: prefer optimised hsinspe


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode f56bd2a 256/385: prefer optimised hsinspect builds
Date: Tue, 5 Oct 2021 23:59:42 -0400 (EDT)

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

    prefer optimised hsinspect builds
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1b92600..222ee98 100644
--- a/README.md
+++ b/README.md
@@ -67,14 +67,14 @@ You must install `hsinspect` for every version of `ghc` 
that you plan to use, e.
 ```
 rm -f ~/.cabal/bin/hsinspect
 for V in 8.4.4 8.6.5 ; do
-  cabal v2-install hsinspect -w ghc-$V &&
+  cabal v2-install hsinspect -w ghc-$V -O2 &&
   mv -f ~/.cabal/bin/hsinspect ~/.cabal/bin/hsinspect-ghc-$V
 done
 ```
 
 <!--
 for V in 8.4.4 8.6.5 ; do
-  cabal v2-install exe:hsinspect -w ghc-$V -O1 &&
+  cabal v2-install exe:hsinspect -w ghc-$V -O2 &&
   mv -f ~/.cabal/bin/hsinspect ~/.cabal/bin/hsinspect-ghc-$V
 done
 -->



reply via email to

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