-
Notifications
You must be signed in to change notification settings - Fork 240
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
Support local tarballs #1550
Comments
First step would be to check check what is in the |
"id": "hooglite-0.20211229-a6e1a5718903b4e4da4ebbd2a35aeb9bbbfe168ba93c516286773eea6aae09f5",
"pkg-name": "hooglite",
"pkg-src": {
"path": "/code/public-haskell/cabal-extras/extras/hooglite-0.20211229.tar.gz",
"type": "local-tar"
}, See also https://hackage.haskell.org/package/cabal-plan-0.7.2.1/docs/Cabal-Plan.html#t:PkgLoc |
Is there any workaround for this? Maybe somehow adding the vendored files to the source? |
@codygman vendored files would be local packages, so not cached/shared by |
You can use https://github.com/mlabs-haskell/haskell-nix-extra-hackage as a workaround |
I don't know Nix so I don't know how to use that. I work on a project where others use |
i.e.
I was told this is unsupported, and it's annoying where there is no public git repository nor package is on Hackage, as local unpacked package is never cached etc.
The text was updated successfully, but these errors were encountered: