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

Remove unneeded conduit-combinators #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

felixonmars
Copy link

conduit-combinators has been merged into conduit and deprecated. I have tried to build crypton-conduit with conduit-combinators removed and with latest conduit without a problem.

`conduit-combinators` has been merged into `conduit` and deprecated. I have tried to build crypton-conduit with `conduit-combinators` removed and with latest `conduit` without a problem.
@@ -43,7 +43,6 @@ test-suite crypton-conduit-test
build-depends: base
, bytestring
, conduit
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a Cabal flag is needed (conduit-1-3-0, say), True by default. If True, uses conduit >= 1.3.0 (only). If False, uses conduit < 1.3.0 and conduit-combinators.

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.

None yet

2 participants