Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.18 KB

haskell.org

File metadata and controls

40 lines (32 loc) · 1.18 KB

run-command’s Recipe for Haskell

Table of Contents

Commands

The 2 commands:

  • Run Haskell file by Context
  • Run Haskell Project with Stack

Requirements

This is cool recipe needs to requirements in haskell-mode, without haskell-mode this recipe hasn’t command “Run Haskell file by context”

Customization

This recipe has variable run-command-recipes-haskell-modes it’s list of all major modes in which recipe for haskell should work. Defautls to 1 mode haskell-mode. You can add own mode to this variable

Also this recipe has run-command-recipes-haskell-compile-function. This is function which not take arguments and comlie and run Haskell file of current buffer. Defautls to haskell-compile.