diff --git a/htest/Test/Ganeti/Jobs.hs b/htest/Test/Ganeti/Jobs.hs index 7131581d930489c24f5000d6456d88e54ce136f0..639178030389d86c76b23033373e65c535f85972 100644 --- a/htest/Test/Ganeti/Jobs.hs +++ b/htest/Test/Ganeti/Jobs.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE TemplateHaskell #-} + {-| Unittests for ganeti-htools. -} @@ -27,6 +29,8 @@ module Test.Ganeti.Jobs (testJobs) where import Test.Ganeti.TestHelper +{-# ANN module "HLint: ignore Unused LANGUAGE pragma" #-} + testSuite "Jobs" [ ]