typelevel / scalaz-contrib

Interoperability libraries & additional data structures and instances for Scalaz
http://typelevel.org
MIT License
54 stars 16 forks source link

nscala-time should depend on joda time, not nscala #23

Closed OleTraveler closed 9 years ago

OleTraveler commented 9 years ago

nscala-time should depend on joda time instead of nscala because

  1. nscala is a wrapper around joda time
  2. there is only one code statement in nscala-time that relies on nscala which can be replaced with a joda level library statement
  3. some people use joda in scala who do not use nscala
OleTraveler commented 9 years ago

I added a pull request instead.