What platforms are targeted?

Created by Stephen Compall
Keywords:

Here are the code guidelines with regard to platform:

Only rely on functions available as pure free software, which excludes e.g. JavaFX.

In general, match the platforms of the required release of scalaz-core. Cross-build precisely as much as scalaz-core does (2.9.2, 2.9.3, 2.10.x as of this writing), and run on all JRE versions scalaz-core runs on (6 & 7 as of this writing).

Cross-build enough so that builds on reasonably recent sbt releases can use the library. As of this writing, this excludes 0.11 and earlier, and will probably include 0.12 only as long as it is convenient to keep up with scalaz releases.