Gabriella439 / pipes

Compositional pipelines
BSD 3-Clause "New" or "Revised" License
487 stars 72 forks source link

Several new instances for ListT #180

Closed jwiegley closed 7 years ago

jwiegley commented 7 years ago

Also, given MonadThrow and MonadCatch instances for Proxy.

Gabriella439 commented 7 years ago

Would it be possible to guard the use of Data.Semigroups so that it's only added when Semigroup is in base? The reason I ask is that semigroups is a very large dependency tree

jwiegley commented 7 years ago

@Gabriel439 For now I've just removed the reference to Semigroups.

Gabriella439 commented 7 years ago

Other than that one last comment this looks great!

jwiegley commented 7 years ago

@Gabriel439 Done!

Gabriella439 commented 7 years ago

Thanks! :)