Suggest reconfigure with build fails with stripping error
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
```
cumae:bloodhound callen$ cabal build
./bloodhound.cabal has been changed. Re-configuring with most recently used
options. If this fails, please run configure manually.
Resolving dependencies...
[1 of 1] Compiling Main ( dist/setup/setup.hs, dist/setup/Main.o )
Linking ./dist/setup/setup ...
unrecognized option `--enable-library-stripping'
cumae:bloodhound callen$ cabal configure
Resolving dependencies...
[1 of 1] Compiling Main ( dist/setup/setup.hs, dist/setup/Main.o )
Linking ./dist/setup/setup ...
Configuring bloodhound-0.4.0.2...
cumae:bloodhound callen$ cabal build
Building bloodhound-0.4.0.2...
Preprocessing library bloodhound-0.4.0.2...
In-place registering bloodhound-0.4.0.2...
```
Contributor guide
Assessment
This issue has not been assessed yet.