-
Notifications
You must be signed in to change notification settings - Fork 26
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
ogma-cli
: Installation instructions do not mention cabal
update step
#100
Comments
cabal: There is no package named 'alex'
cabal: There is no package named 'alex'
Thanks! I'll fix this. By the way, in case it helps, I try to keep this dockerfile up-to-date with every release (I'm selecting the lines that would apply whether you are aiming for fprime, cfs or ros): https://github.com/nasa/ogma/blob/develop-workflows-icarous/workflows/cfs-icarous/Dockerfile#L1-L59 |
Thanks. |
cabal: There is no package named 'alex'
ogma-cli
: Installation instructions do not mention cabal v1-update
.
Description The installation instructions in the README do not mention the Type
Additional context None. Requester
Method to check presence of bug The issue is with the documentation. There is no good, simple automated way to check that it is correct. Because it's not a programming issue, visual inspection is OK. Expected result The README's installation instructions list the update step prior to installation. Desired result The README's installation instructions list the update step prior to installation. Proposed solution Modify the installation instructions in Further notes None. |
ogma-cli
: Installation instructions do not mention cabal v1-update
.ogma-cli
: Installation instructions do not mention cabal
update step.
ogma-cli
: Installation instructions do not mention cabal
update step.ogma-cli
: Installation instructions do not mention cabal
update step
Change Manager: Confirmed that the issue exists. |
Technical Lead: Confirmed that the issue should be addressed. |
Technical Lead: Issue scheduled for fixing in Ogma 1.0.12. Fix assigned to: @ivanperez-keera . |
The installation instructions in the README do not mention the cabal update step. This is confusing users unfamiliar with Haskell, since it's not obvious that cabal should have to be updated before installing Ogma. This commit adds an update step prior to installing any tools in the installation instructions in the README. We use the v1 variant of the command, for consistency with the rest of the instructions.
Implementor: Solution implemented, review requested. |
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
**Description** The installation instructions in the README do not mention the `cabal update` step. This is confusing users unfamiliar with Haskell, since it's not obvious that cabal should have to be updated before installing Ogma. **Type** - Bug: installation instructions are incomplete. **Additional context** None. **Requester** - Iftach Naftaly (Lulav Space) **Method to check presence of bug** The issue is with the documentation. There is no good, simple automated way to check that it is correct. Because it's not a programming issue, visual inspection is OK. **Expected result** The README's installation instructions list the update step prior to installation. **Solution implemented** Modify the installation instructions in `README.md` to include the cabal update step. **Further notes** None.
Hi,
When trying to install ogma in a Dockerfile, running
cabal v1-install alex happy
results:The text was updated successfully, but these errors were encountered: