Skip to content

Releases: midhunann/Haskell-Run

Haskell Run v1.0.3

20 Dec 14:54

Choose a tag to compare

Remove preview file to reduce size of package

Haskell Run v1.0.2

20 Dec 13:10

Choose a tag to compare

Marketplace SEO optimization and comprehensive documentation rewrite

Haskell Run v1.0.1

10 Dec 19:36

Choose a tag to compare

Update documentation with demo video

Haskell Run v1.0.0 - All-in-One Haskell Development Extension

11 Jun 08:53

Choose a tag to compare

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 of extension.ts with async activation, environment validation, context-aware commands, status-bar integration, and full REPL management.
  • Debugging Support
    Added HaskellDebugProvider for 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.json is removed; CI workflows updated
  • All previous CLI commands and config settings may need renaming under new categories

Haskell Run v0.1.0

12 Feb 17:08

Choose a tag to compare

Modified README

Haskell Run v0.0.9

12 Feb 14:05

Choose a tag to compare

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

12 Feb 12:50

Choose a tag to compare

Now every version of VS Code can support our extension😃

Haskell Run v0.0.5

08 Feb 12:38

Choose a tag to compare

Added Logo-Icon

Haskell Run v0.0.4

08 Feb 11:45

Choose a tag to compare

Added LICENSE file

Haskell Run v0.0.3 - New UI & Features

08 Feb 10:50

Choose a tag to compare

  • Added run icon for better UI
  • Improved function execution
  • Enhanced user experience with bug fixes
  • Optimized Haskell execution workflow