Hlint: Error: Use better pragmas
This commit is contained in:
parent
5c687ab275
commit
cca81d199f
@ -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
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{-# OPTIONS_GHC -cpp #-}
|
{-# LANGUAGE CPP #-}
|
||||||
{-|
|
{-|
|
||||||
Command-line options for the application.
|
Command-line options for the application.
|
||||||
-}
|
-}
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user