-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newbie question: How do I install and use cabal-meta? #28
Comments
|
Ok thanks, that's worked. However attempting to 'cabal-meta install' in any directory gives an error; "please run: cabal install cabal-src", which is not remedied by installing cabal-src. |
hmm, is cabal-src reachable from your $PATH ? |
Checking directories in my path reveals that 'cabal-src-install' is reachable, but 'cabal-src' is not. |
oh, right, the executable is cabal-src-install. What is the result of |
/home/ben/.cabal/bin/cabal-src-install |
That is bizarre. This should probably work for now:
|
Thanks Greg! |
I'm trying to use cabal-meta to install gtk2hs, following the instructions at https://github.com/gtk2hs/gtk2hs. Having downloaded the package using 'cabal install cabal-meta', should I then navigate to the tarball, unzip it and build it from source - adding the binary to my path?
I just got started using Arch Linux so basic things like this are confusing me.
The text was updated successfully, but these errors were encountered: