Skip to content
Snippets Groups Projects
  1. Dec 06, 2012
    • Iustin Pop's avatar
      Fix build breakage in Jobs.hs test code · 3516b09a
      Iustin Pop authored
      
      Commit 3bdbe4b3 (“Jobs.hs: move OpStatus and JobStatus ADTs to
      Types.hs”) removed the TemplateHaskell language pragma from
      htest/Test/Ganeti/Jobs.hs due to a hlint warning, but that is bad: it
      means the testSuite call is no longer interpreted as a splice, so it results in:
      
        Parse error: naked expression at top level
      
      With newer GHCs. To fix this, we restore the pragma, and add an hlint
      ignore.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      3516b09a
  2. Dec 05, 2012
  3. Dec 04, 2012
Loading