hie-bios
hie-bios copied to clipboard
Executable bit is missing in hackage tarball
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
Thank you for the bug report!
This looks like it is caused by https://github.com/haskell/cabal/pull/6666, essentially marking all extra-source-files as read-only. I am unsure how to fix that, to be honest.
Closed in upstream