...after verifying that Ganeti works properly with the
newer dependencies.

Signed-off-by: Klaus Aehlig <[email protected]>
---
 cabal/ganeti.template.cabal | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/cabal/ganeti.template.cabal b/cabal/ganeti.template.cabal
index 234c9a9..46e433e 100644
--- a/cabal/ganeti.template.cabal
+++ b/cabal/ganeti.template.cabal
@@ -54,7 +54,7 @@ library
     , transformers                  >= 0.3.0.0
     , unix                          >= 2.5.1.0
 
-    , attoparsec                    >= 0.10.1.1   && < 0.13
+    , attoparsec                    >= 0.10.1.1   && <= 0.13.0.1
     , base64-bytestring             >= 1.0.0.1    && < 1.1
     , case-insensitive              >= 0.4.0.1    && < 1.3
     , Crypto                        >= 4.2.4      && < 4.3
@@ -62,7 +62,7 @@ library
     , hinotify                      >= 0.3.2      && < 0.4
     , hslogger                      >= 1.1.4      && < 1.3
     , json                          >= 0.5        && < 1.0
-    , lens                          >= 3.10       && < 4.13
+    , lens                          >= 3.10       && <= 4.13.1
     , lifted-base                   >= 0.2.0.3    && < 0.3
     , monad-control                 >= 0.3.1.3    && < 1.1
     , MonadCatchIO-transformers     >= 0.3.0.0    && < 0.4
@@ -71,7 +71,7 @@ library
     , regex-pcre                    >= 0.94.2     && < 0.95
     , temporary                     >= 1.1.2.3    && < 1.3
     , transformers-base             >= 0.4.1      && < 0.5
-    , utf8-string                   >= 0.3.7      && < 0.4
+    , utf8-string                   >= 0.3.7      && <= 1.0.1.1
     , zlib                          >= 0.5.3.3    && < 0.6
 
     -- Executables:
@@ -81,8 +81,8 @@ library
 
   if flag(htest)
     build-depends:
-        HUnit                         >= 1.2.4.2    && < 1.3
-      , QuickCheck                    >= 2.4.2      && < 2.8
+        HUnit                         >= 1.2.4.2    && <= 1.3.1.0
+      , QuickCheck                    >= 2.4.2      && <= 2.8.2
       , test-framework                >= 0.6        && < 0.9
       , test-framework-hunit          >= 0.2.7      && < 0.4
       , test-framework-quickcheck2    >= 0.2.12.1   && < 0.4
-- 
2.7.0.rc3.207.g0ac5344

Reply via email to