On Tue, Jan 14, 2014 at 11:07 AM, Jose A. Lopes <[email protected]> wrote:
You might probably add a commit message like "An unneeded import was removed". > Signed-off-by: Jose A. Lopes <[email protected]> > --- > src/Ganeti/Kvmd.hs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/Ganeti/Kvmd.hs b/src/Ganeti/Kvmd.hs > index d9ae139..ecbf424 100644 > --- a/src/Ganeti/Kvmd.hs > +++ b/src/Ganeti/Kvmd.hs > @@ -50,7 +50,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, > MA > > module Ganeti.Kvmd where > > -import Prelude hiding (catch, rem) > +import Prelude hiding (rem) > > import Control.Applicative ((<$>)) > import Control.Exception (try) > -- > 1.8.5.1 > Rest LGTM, no need to resend. Thanks, Michele -- Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
