Skip to content
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

instructions on adding packages are unclear #23

Closed
joaomilho opened this issue Feb 4, 2017 · 4 comments
Closed

instructions on adding packages are unclear #23

joaomilho opened this issue Feb 4, 2017 · 4 comments

Comments

@joaomilho
Copy link

If one follows...

Patching

Download the somepackage-0.1.2.3.tar.gz tarball from Hackage.

Initialize a git repository and make an initial commit.

$ git init
$ git add .
$ git commit -m "First"
Build the package.

$ epm build

... the result can only be ...

Package has never been configured. Configuring with default flags. If this
fails, please run configure manually.
epm: No cabal file found.
Please create a package description file <pkgname>.cabal

I suppose the instructions need to explain about how this new repo needs to be properly started, and to avoid confusion it should be clear that one needs to move the tar into that same folder.

@rahulmutt
Copy link
Member

Those instructions are several months old and no one has been asking questions so it's been left as is :) Since you've asked, I'll update the instructions.

@rahulmutt
Copy link
Member

I've updated the instructions. Let me know if that helped or if there's still something that's unclear.

@joaomilho
Copy link
Author

Thanks!

@rahulmutt
Copy link
Member

This seems to be resolved, closing. If you have anymore questions, you can open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants