From 469a1490e6185e131369b0d69e869afd3b4952ba Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 20 Nov 2012 10:59:45 +0100
Subject: [PATCH] Fix a hlint warning

This is yet-another version-specific warning (fixed in later hlint
versions), but it's better to keep it clean.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
---
 htest/Test/Ganeti/Attoparsec.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htest/Test/Ganeti/Attoparsec.hs b/htest/Test/Ganeti/Attoparsec.hs
index a91835768..aec066b17 100644
--- a/htest/Test/Ganeti/Attoparsec.hs
+++ b/htest/Test/Ganeti/Attoparsec.hs
@@ -52,6 +52,7 @@ simpleParser = do
   v <- A.takeTill A.isEndOfLine
   return (unpack n, unpack v)
 
+{-# ANN case_unicodeParsing "HLint: ignore Use camelCase" #-}
 -- | Tests whether a Unicode string is still Unicode after being
 -- parsed.
 case_unicodeParsing :: Assertion
-- 
GitLab