Whenever I start Hugs, it always says
Haskell 98 mode: Restart with command line option -98 to enable extensions
How exactly do you do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re launching it from a command-line (Bash prompt, Windows Command Prompt, or the like), you would just change your command from
...to... -98. (For example, if you’ve been running the commandhaskell, you would now run the commandhaskell -98.)If you’re launching it from a shortcut icon in Windows, such as a start-menu item, you have to modify that shortcut: right-click, select “Properties”, and change “Target” from
...(whatever it is now) to... -98(whatever it is now, plus a space, a hyphen, and ninety-eight).