...now that we have all the infrastructure in place to support those zlib until 0.6.1.1.
Signed-off-by: Klaus Aehlig <[email protected]> --- cabal/ganeti.template.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal/ganeti.template.cabal b/cabal/ganeti.template.cabal index 46e433e..ce79dd5 100644 --- a/cabal/ganeti.template.cabal +++ b/cabal/ganeti.template.cabal @@ -72,7 +72,7 @@ library , temporary >= 1.1.2.3 && < 1.3 , transformers-base >= 0.4.1 && < 0.5 , utf8-string >= 0.3.7 && <= 1.0.1.1 - , zlib >= 0.5.3.3 && < 0.6 + , zlib >= 0.5.3.3 && <= 0.6.1.1 -- Executables: -- , happy -- 2.7.0.rc3.207.g0ac5344
