Releases: midhunann/Haskell-Run
Releases · midhunann/Haskell-Run
Haskell Run v1.0.3
Haskell Run v1.0.2
Marketplace SEO optimization and comprehensive documentation rewrite
Haskell Run v1.0.1
Update documentation with demo video
Haskell Run v1.0.0 - All-in-One Haskell Development Extension
Haskell Run v1.0.0 — Jun 11, 2025
A comprehensive extension rewrite transforming Haskell-Run into a full-featured Haskell development environment for VS Code.
🚀 New Features
- Extension Core Overhaul
Complete architectural rewrite ofextension.tswith async activation, environment validation, context-aware commands, status-bar integration, and full REPL management. - Debugging Support
AddedHaskellDebugProviderfor GHCi-based debugging, automatic config generation, breakpoint lifecycle, and args support. - CodeLens & Tree View Providers
Inline▶️ CodeLens buttons and a sidebar tree-view of functions—click to run any function directly. - Utility Managers
- EnvironmentManager: auto-detect/install GHC/GHCi/Stack/Cabal
- DiagnosticsManager: parse & surface GHC error messages
- ReplManager: persistent REPL sessions per workspace
- TelemetryManager: anonymous usage & performance tracking
- PNPM Migration
Switched from npm to pnpm for faster installs and lockfile stability. - High-Contrast & Snippets
SVG icons for accessibility plus comprehensive Haskell code snippets (hmain,hprop,hdata,hclass).
🛠️ Documentation & Troubleshooting
- Expanded README with usage guide, keyboard shortcuts, config options, and contributing guidelines
- New troubleshooting.md covering GHCi/Stack issues, runtime & REPL fixes, CodeLens/TreeView troubleshooting
⚠️ Breaking Changes
- Major rewrite of core commands and package configuration
- Migration to pnpm means
package-lock.jsonis removed; CI workflows updated - All previous CLI commands and config settings may need renaming under new categories
Haskell Run v0.1.0
Modified README
Haskell Run v0.0.9
Supports VS Code versions >=1.97.0 and higher!
Skipped Versions: 0.0.7 & 0.0.8
These versions were skipped due to internal development adjustments.
Haskell Run v0.0.6
Now every version of VS Code can support our extension😃
Haskell Run v0.0.5
Added Logo-Icon
Haskell Run v0.0.4
Added LICENSE file
Haskell Run v0.0.3 - New UI & Features
- Added run icon for better UI
- Improved function execution
- Enhanced user experience with bug fixes
- Optimized Haskell execution workflow