Hlint: Error: Use better pragmas

This commit is contained in:
marko.kocic 2009-09-22 12:22:44 +00:00
parent 5c687ab275
commit cca81d199f
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{-# OPTIONS_GHC -cpp #-} {-# LANGUAGE CPP #-}
{-| {-|
The Commands package defines all the commands offered by the hledger The Commands package defines all the commands offered by the hledger

View File

@ -1,4 +1,4 @@
{-# OPTIONS_GHC -cpp #-} {-# LANGUAGE CPP #-}
{-| {-|
Command-line options for the application. Command-line options for the application.
-} -}

View File

@ -1,4 +1,4 @@
{-# OPTIONS_GHC -cpp #-} {-# LANGUAGE CPP #-}
{- {-
Version-related utilities. See the Makefile for details of our version Version-related utilities. See the Makefile for details of our version
numbering policy. numbering policy.

View File

@ -1,5 +1,5 @@
-- #!/usr/bin/env runhaskell <- sp doesn't like -- #!/usr/bin/env runhaskell <- sp doesn't like
{-# OPTIONS_GHC -cpp #-} {-# LANGUAGE CPP #-}
{-| {-|
hledger - a ledger-compatible text-based accounting tool. hledger - a ledger-compatible text-based accounting tool.