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
Add cabal init golden test exercise --libandexe behaviour.
The key item captured in this test is that when 'cabal init --libandexe' is run
in an empty directory it will result in a dependency on the library from the
executable in the form of 'build-depends = <package-name>' but with no version
constraints since they are implied by the version of the current package.
0 commit comments