You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #4874 we start running configure in the build directory instead of the source directory. As such if the source directory contains files that are also generated by the configure script, this used to result in overridden files. Now we end up with two copies of the files. In the case of header files this can now results in compilation issues.
As such cabal check should verify that generated files do not end up in the source tarball.
With #4874 we start running
configure
in the build directory instead of the source directory. As such if the source directory contains files that are also generated by theconfigure
script, this used to result in overridden files. Now we end up with two copies of the files. In the case of header files this can now results in compilation issues.As such cabal check should verify that generated files do not end up in the source tarball.
See also haskell/network#307
The text was updated successfully, but these errors were encountered: