runarorama / scala-machines

A stream processing library for Scala
MIT License
212 stars 25 forks source link

Scala 2.10.0 cross compilation and scalaz version bump. #8

Closed markhibberd closed 11 years ago

markhibberd commented 11 years ago

The goal of this is to get scala-machines cross compiling against 2.10.0 and using stable scalaz builds.

This change includes:

Note: There are still a number of compiler warnings when building with 2.10.0, specifically non-exhaustive pattern matching on Process without handling Return(_) as well as some deprecation warnings.