Allow transformers 0.2.* as well and avoid an upper bound.

This commit is contained in:
Felipe Lessa 2012-09-06 11:19:00 -03:00
parent a5b93ff329
commit 5ef80a6dd7

View File

@ -58,7 +58,7 @@ library
base == 4.5.*
, text == 0.11.*
, persistent >= 1.0.1 && < 1.1
, transformers == 0.3.*
, transformers >= 0.2
, unordered-containers >= 0.2
, monad-logger