> diff --git a/cabal/ganeti.template.cabal b/cabal/ganeti.template.cabal > index 25c03aa..4b231c1 100644 > --- a/cabal/ganeti.template.cabal > +++ b/cabal/ganeti.template.cabal > @@ -52,6 +52,7 @@ library > > , attoparsec >= 0.10.1.1 && < 0.13 > , base64-bytestring >= 1.0.0.1 && < 1.1 > + , case-insensitive >= 0.4.0.1 && < 1.3
Adding a new dependency should also be declared in NEWS and documenented in the INSTALL instructions as well. > , Crypto >= 4.2.4 && < 4.3 > , curl >= 1.3.7 && < 1.4 > , hinotify >= 0.3.2 && < 0.4 Rest looks good. -- Klaus Aehlig Google Germany GmbH, Dienerstr. 12, 80331 Muenchen Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores
