On Wed, 20 Jan 2016 at 16:10 'Klaus Aehlig' via ganeti-devel < [email protected]> wrote:
> ...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 > > LGTM, thanks -- Helga Velroyen Software Engineer [email protected] Google Germany GmbH Erika-Mann-Strasse 33 80636 München Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Diese E-Mail ist vertraulich. Wenn Sie nicht der richtige Adressat sind, leiten Sie diese bitte nicht weiter, informieren Sie den Absender und löschen Sie die E-Mail und alle Anhänge. Vielen Dank. This e-mail is confidential. If you are not the right addressee please do not forward it, please inform the sender, and please erase this e-mail including any attachments. Thanks.
