Alright, so `pipes-4.1` is on Github and now uses the `X` type instead
of `Void`.
I discussed this further with Edward and he said that `void` would
probably not be incorporated into `base` until `ghc-7.10`, so I decided
to go ahead and switch to `X` and then when `base` supports `Void` I
will make `X` a type synonym for `Void`.
This should be a backwards compatible change for all downstream
libraries if you are using the type synonyms (i.e. `Producer`/`Pipe`) in
your type signatures, but I'm still increasing the version to 4.1 as a
precaution.
I will release this alongside the updated `pipes-parse` once we're done
updating `pipes-aeson`/`pipes-binary`/`pipes-attoparsec`.
--
You received this message because you are subscribed to the Google Groups "Haskell
Pipes" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].