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

Add cabal init golden test exercising --libandexe behaviour. #6705

Merged
merged 1 commit into from
Apr 13, 2020

Conversation

m-renaud
Copy link
Collaborator

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.

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.
@m-renaud m-renaud force-pushed the m-renaud-init-goldens-mylib-dep branch from 779a0cd to 17733f6 Compare April 13, 2020 01:08
@phadej phadej merged commit d711f39 into haskell:master Apr 13, 2020
@m-renaud m-renaud deleted the m-renaud-init-goldens-mylib-dep branch April 13, 2020 16:12
@phadej phadej mentioned this pull request Jul 10, 2020
@phadej phadej added this to the 3.4.0.0-rc1 milestone Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants