We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828766b commit 61b99b2Copy full SHA for 61b99b2
ghc-core.el
@@ -45,6 +45,9 @@
45
:type 'string
46
:group 'ghc-core)
47
48
+(define-obsolete-variable-alias 'ghc-core-create-options 'ghc-core-program-args
49
+ "haskell-mode 13.7")
50
+
51
(defcustom ghc-core-program-args
52
'("-O2")
53
"Additional options to be passed to GHC when generating core output.
@@ -66,9 +69,6 @@ See `M-x manual-entry RET ghc' for more details."
66
69
:type '(repeat (string :tag "Argument"))
67
70
68
71
-(define-obsolete-variable-alias 'ghc-core-create-options 'ghc-core-program-args
- "haskell-mode 13.7")
-
72
(defun ghc-core-clean-region (start end)
73
"Remove commonly ignored annotations and namespace prefixes
74
in the region between START and END."
0 commit comments