-
Notifications
You must be signed in to change notification settings - Fork 4
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
Document the splitoff of plugins #50
Comments
I've added libraries with currently-empty modules to the packages that were executable-only. This stops cabal from complaining about executable-only dependencies, and also provides a place to librify some of the functionality in each executable. The next step is to adjust our advertising from |
I added a post-install hook on stackage-cli that is supposed to print a message about how to get some of the plugins. However, for some reason, cabal isn't running this hook. haskell/cabal#2579 |
That bug is... unfortunate. |
As part of better documenting plugins, we should also have a better error message than "invalid argument" for trying to call something like |
We moved some plugins, and this caused confusion. Whoops. :(
http://www.reddit.com/r/haskell/comments/3526x2/stackage_problems/
For users who wish to install via cabal, the recommended approach should be
cabal install stackage
.We should (soon) encourage users to install via stackage-setup; the recommended approach for this should be:
./stackage-setup
$HOME/.bashrc
or something)The text was updated successfully, but these errors were encountered: