Skip to content

Instantly share code, notes, and snippets.

@tobyhede
Created December 19, 2011 22:33
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