Revert "lib: allow transformers 0.5.* (#351)"

A bump too far.
This reverts commit fa7878278a.
This commit is contained in:
Simon Michael 2016-05-26 12:23:57 -07:00
parent fa7878278a
commit cdc323d05b
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.7
- transformers >= 0.2 && < 0.6
- 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.7
, transformers >= 0.2 && < 0.6
, 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.7
, transformers >= 0.2 && < 0.6
, uglymemo
, utf8-string >= 0.3.5 && < 1.1
, HUnit