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

Executable bit is missing in hackage tarball #290

Closed
felixonmars opened this issue Mar 13, 2021 · 2 comments
Closed

Executable bit is missing in hackage tarball #290

felixonmars opened this issue Mar 13, 2021 · 2 comments

Comments

@felixonmars
Copy link

They are correctly set as executable in git, but not in the hackage release tarball.

$ ls -lah hie-bios-0.7.5/tests/projects/simple-bios
total 28K
drwxr-xr-x  2 felix users 4.0K Sep  9  2001 .
drwxr-xr-x 28 felix users 4.0K Mar 14 01:22 ..
-rw-r--r--  1 felix users   14 Sep  9  2001 A.hs
-rw-r--r--  1 felix users   25 Sep  9  2001 B.hs
-rw-r--r--  1 felix users   38 Sep  9  2001 hie-bios-deps.sh
-rw-r--r--  1 felix users   91 Sep  9  2001 hie-bios.sh
-rw-r--r--  1 felix users  115 Sep  9  2001 hie.yaml
@fendor
Copy link
Collaborator

fendor commented Mar 14, 2021

Thank you for the bug report!

This looks like it is caused by haskell/cabal#6666, essentially marking all extra-source-files as read-only. I am unsure how to fix that, to be honest.

@fendor
Copy link
Collaborator

fendor commented Jun 16, 2023

Closed in upstream

@fendor fendor closed this as completed Jun 16, 2023
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