limit lens to < 4.2. 4.2 appears to have a too-low dependency on transformers

This commit is contained in:
Corey O'Connor 2014-06-03 23:14:26 -07:00
parent 23a5b90408
commit 46e93af4fe

View File

@ -50,7 +50,7 @@ library
deepseq >= 1.1 && < 1.4,
directory,
filepath >= 1.0 && < 2.0,
lens >= 3.9.0.2 && < 5.0,
lens >= 3.9.0.2 && < 4.2,
-- required for nice installation with yi
hashable >= 1.2,
mtl >= 1.1.1.0 && < 2.2,