lib: allow transformers 0.5.* (#351)

This commit is contained in:
Simon Michael 2016-05-26 11:58:19 -07:00
parent 9a95b142b7
commit fa7878278a
2 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ dependencies:
- safe >= 0.2
- split >= 0.1 && < 0.3
- text >= 1.2 && < 1.3
- transformers >= 0.2 && < 0.6
- transformers >= 0.2 && < 0.7
- uglymemo
- utf8-string >= 0.3.5 && < 1.1
- HUnit

View File

@ -83,7 +83,7 @@ library
, safe >= 0.2
, split >= 0.1 && < 0.3
, text >= 1.2 && < 1.3
, transformers >= 0.2 && < 0.6
, transformers >= 0.2 && < 0.7
, uglymemo
, utf8-string >= 0.3.5 && < 1.1
, HUnit
@ -164,7 +164,7 @@ test-suite hunittests
, safe >= 0.2
, split >= 0.1 && < 0.3
, text >= 1.2 && < 1.3
, transformers >= 0.2 && < 0.6
, transformers >= 0.2 && < 0.7
, uglymemo
, utf8-string >= 0.3.5 && < 1.1
, HUnit