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

Fix ShellCmd String arguments #223

Closed
wants to merge 4 commits into from
Closed

Fix ShellCmd String arguments #223

wants to merge 4 commits into from

Conversation

andreasabel
Copy link
Collaborator

Fixes #143.

Changelog:

  • Rework ShellCmd's instances to support String arguments.
  • Add some tests.
  • Remove the IncoherentInstances pragma as it's deprecated.
  • Bump the major version as CmdArg's method has changed.
  • Bump the resolver to lts-20.04 (the latest as of this writing).
  • Bump haskell-ci to 0.15.20221107

Fixes #143.

Changelog:
- Rework ShellCmd's instances to support String arguments.
- Add some tests.
- Remove the IncoherentInstances pragma as it's deprecated.
- Bump the major version as CmdArg's method has changed.
- Bump the resolver to lts-20.04 (the latest as of this writing).
- Bump haskell-ci to 0.15.20221107
Conflicts:
	shelly.cabal
@andreasabel
Copy link
Collaborator Author

Temporary copy of:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cmd does not work with String argument
2 participants