bs/bse/cf/is: remove NoCPP pragma

This was added in 2012, I guess to prevent CPP breaking on some
needed and I don't want to do this everywhere; we'll just remember
to not put CPP-like content in quasi-quoted blocks.
This commit is contained in:
Simon Michael 2018-07-31 09:28:34 +01:00
parent a4ed468979
commit 9bd1772ea8
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{-# LANGUAGE QuasiQuotes, RecordWildCards, NoCPP #-}
{-# LANGUAGE QuasiQuotes, RecordWildCards #-}
{-|
The @balancesheet@ command prints a simple balance sheet.

View File

@ -1,4 +1,4 @@
{-# LANGUAGE QuasiQuotes, RecordWildCards, NoCPP #-}
{-# LANGUAGE QuasiQuotes, RecordWildCards #-}
{-|
The @balancesheetequity@ command prints a simple balance sheet.

View File

@ -1,4 +1,4 @@
{-# LANGUAGE QuasiQuotes, RecordWildCards, NoCPP #-}
{-# LANGUAGE QuasiQuotes, RecordWildCards #-}
{-|
The @cashflow@ command prints a simplified cashflow statement. It just

View File

@ -1,4 +1,4 @@
{-# LANGUAGE QuasiQuotes, TemplateHaskell, OverloadedStrings, NoCPP #-}
{-# LANGUAGE QuasiQuotes, TemplateHaskell, OverloadedStrings #-}
{-|
The @incomestatement@ command prints a simple income statement (profit & loss report).