You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh-4.2$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.4.1
sh-4.2$ cabal --version
cabal-install version 1.22.6.0
using version 1.22.4.0 of the Cabal library
I run into:
sh-4.2$ ghc-hare help
"help" not supported
ghc-hare version 0.7.2.8
Usage:
ghc-hare demote [-g GHC_opt1 -g GHC_opt2 ...] filename line col
ghc-hare dupdef [-g GHC_opt1 -g GHC_opt2 ...] filename newname line col
ghc-hare iftocase [-g GHC_opt1 -g GHC_opt2 ...] filename startline startcol endline endcol
ghc-hare liftOneLevel [-g GHC_opt1 -g GHC_opt2 ...] filename line col
ghc-hare liftToTopLevel [-g GHC_opt1 -g GHC_opt2 ...] filename line col
ghc-hare rename [-g GHC_opt1 -g GHC_opt2 ...] filename newname line col
ghc-hare help
-m FILE --mainfile=FILE Main file name if not specified in cabal file
-g ghcOpt --ghcOpt=ghcOpt GHC options
-v --verbose debug logging on
-b sep --boundary=sep specify line separator (default is Nul string)
and this is the case for any command I try.
The text was updated successfully, but these errors were encountered:
Originally https://github.com/alanz/HaRe/issues/21 by @atondwal
Built from
master
withI run into:
and this is the case for any command I try.
The text was updated successfully, but these errors were encountered: