mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 15:14:49 +03:00
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# OPTIONS_GHC -cpp #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
{-|
|
||||
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
|
||||
numbering policy.
|
||||
|
@ -1,5 +1,5 @@
|
||||
-- #!/usr/bin/env runhaskell <- sp doesn't like
|
||||
{-# OPTIONS_GHC -cpp #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
{-|
|
||||
hledger - a ledger-compatible text-based accounting tool.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user