refactor: remove unnecessary LANGUAGE CPP pragmas

This commit is contained in:
Simon Michael 2011-07-17 23:29:57 +00:00
parent 81db822424
commit a44aa8d7d2
13 changed files with 0 additions and 13 deletions

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
hledger-web - a hledger add-on providing rudimentary pie chart generation. hledger-web - a hledger add-on providing rudimentary pie chart generation.
Copyright (c) 2007-2011 Simon Michael <simon@joyful.com> Copyright (c) 2007-2011 Simon Michael <simon@joyful.com>

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
Read hledger data from various data formats, and related utilities. Read hledger data from various data formats, and related utilities.

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
A reader for hledger's (and c++ ledger's) journal file format. A reader for hledger's (and c++ ledger's) journal file format.

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
A reader for the timelog file format generated by timeclock.el. A reader for the timelog file format generated by timeclock.el.

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
Standard imports and utilities which are useful everywhere, or needed low Standard imports and utilities which are useful everywhere, or needed low

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
hledger-vty - a hledger add-on providing a curses-style interface. hledger-vty - a hledger add-on providing a curses-style interface.
Copyright (c) 2007-2011 Simon Michael <simon@joyful.com> Copyright (c) 2007-2011 Simon Michael <simon@joyful.com>

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
A history-aware add command to help with data entry. A history-aware add command to help with data entry.

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
A ledger-compatible @balance@ command. A ledger-compatible @balance@ command.

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
Print a histogram report. Print a histogram report.

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
A ledger-compatible @print@ command. A ledger-compatible @print@ command.

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
A ledger-compatible @register@ command. A ledger-compatible @register@ command.

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
Print some statistics for the journal. Print some statistics for the journal.

View File

@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-| {-|
Utilities for top-level modules and ghci. See also Hledger.Read and Utilities for top-level modules and ghci. See also Hledger.Read and