Allow transformers 0.2.* as well and avoid an upper bound.
This commit is contained in:
parent
a5b93ff329
commit
5ef80a6dd7
@ -58,7 +58,7 @@ library
|
|||||||
base == 4.5.*
|
base == 4.5.*
|
||||||
, text == 0.11.*
|
, text == 0.11.*
|
||||||
, persistent >= 1.0.1 && < 1.1
|
, persistent >= 1.0.1 && < 1.1
|
||||||
, transformers == 0.3.*
|
, transformers >= 0.2
|
||||||
, unordered-containers >= 0.2
|
, unordered-containers >= 0.2
|
||||||
|
|
||||||
, monad-logger
|
, monad-logger
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user