Skip to content

Instantly share code, notes, and snippets.

@tobyhede
Created December 19, 2011 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobyhede/1499226 to your computer and use it in GitHub Desktop.
Save tobyhede/1499226 to your computer and use it in GitHub Desktop.
Haskell & WAI: wai-handler-devel command not found

After updating Haskell GHC to Version 7.0.4, wai-handler-devel stopped working, responding with "command not found"

The fix is to add the correct path ($HOME/Library/Haskell/bin) to your .bash_profile

export PATH="$HOME/Library/Haskell/bin;$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment