Haskell Run allows you to run Haskell programs with a single click or shortcut, just like the Python runner in VS Code. No more manually compiling and executing files—simply press a button and see your output instantly in the terminal!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
While working with Haskell, students and developers often face challenges with manual compilation and execution of functions. Haskell Run was created to simplify this process, allowing users to:
Run Haskell scripts effortlessly with a single click.
Execute individual functions without needing to manually type them in the terminal.
Improve workflow efficiency by integrating execution seamlessly within VS Code.
Configuration
This extension automatically detects GHC and GHCi installations. If GHCi is not found, ensure it is installed and available in your system path.
Troubleshooting
If the extension does not run your Haskell file, ensure GHCi is installed and accessible via the command line.
For Windows users, add GHCi to the system PATH.
If you encounter permission issues, try running VS Code as an administrator.
License
This project is licensed under the MIT License.
Contributing
We welcome contributions! Feel free to open issues, fork the repository, and submit pull requests.