Last Updated: February 25, 2016
·
1.61K
· dive

Textmate 2 (9147) && Haskell.bundle

to fix the problem with Cmd + R

Failure running “Run”.
Run: line 3: haskellmate: command not found

just press "Edit command" or open bundle from settings and replace "Run" command with full path to "haskellmate"

#!/usr/bin/env bash
"${TM_HASKELL:=runhaskell}" "$TM_FILEPATH" 2>&1 | ~/Library/Application\ Support/TextMate/Managed/Bundles/Haskell.tmbundle/Support/bin/haskellmate