allow newer containers

This commit is contained in:
Claude Heiland-Allen 2018-12-14 15:13:35 +00:00 committed by Erik de Castro Lopo
parent d84113ce17
commit fdc3de513d

View File

@ -39,7 +39,7 @@ library
build-depends:
base >= 4.8 && < 5
, bytestring == 0.10.*
, containers >= 0.5 && < 0.6
, containers >= 0.5 && < 0.7
, cereal >= 0.5 && < 0.6
, deepseq >= 1.4 && < 1.5
, hmatrix == 0.18.*