remove some unneeded CPP pragmas
This commit is contained in:
		
							parent
							
								
									9bd1772ea8
								
							
						
					
					
						commit
						1e0a7ec8f1
					
				| @ -40,7 +40,7 @@ exchange rates. | |||||||
| 
 | 
 | ||||||
| -} | -} | ||||||
| 
 | 
 | ||||||
| {-# LANGUAGE CPP, StandaloneDeriving, RecordWildCards, OverloadedStrings #-} | {-# LANGUAGE StandaloneDeriving, RecordWildCards, OverloadedStrings #-} | ||||||
| 
 | 
 | ||||||
| module Hledger.Data.Amount ( | module Hledger.Data.Amount ( | ||||||
|   -- * Amount |   -- * Amount | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| {-# LANGUAGE CPP, DeriveDataTypeable, StandaloneDeriving, DeriveGeneric, TypeSynonymInstances, FlexibleInstances, OverloadedStrings #-} | {-# LANGUAGE DeriveDataTypeable, StandaloneDeriving, DeriveGeneric, TypeSynonymInstances, FlexibleInstances, OverloadedStrings #-} | ||||||
| {-| | {-| | ||||||
| 
 | 
 | ||||||
| Most data types are defined here to avoid import cycles. | Most data types are defined here to avoid import cycles. | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| {-# LANGUAGE CPP, RecordWildCards, DeriveDataTypeable #-} | {-# LANGUAGE RecordWildCards, DeriveDataTypeable #-} | ||||||
| {-| | {-| | ||||||
| 
 | 
 | ||||||
| Options common to most hledger reports. | Options common to most hledger reports. | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| {-# LANGUAGE CPP, FlexibleContexts, TypeFamilies #-} | {-# LANGUAGE FlexibleContexts, TypeFamilies #-} | ||||||
| -- | Debugging helpers | -- | Debugging helpers | ||||||
| 
 | 
 | ||||||
| -- more: | -- more: | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| {-# LANGUAGE CPP, TypeFamilies #-} | {-# LANGUAGE TypeFamilies #-} | ||||||
| 
 | 
 | ||||||
| module Hledger.Utils.Parse ( | module Hledger.Utils.Parse ( | ||||||
|   SimpleStringParser, |   SimpleStringParser, | ||||||
|  | |||||||
| @ -1,5 +1,4 @@ | |||||||
| {-# OPTIONS_GHC -fno-warn-orphans #-} | {-# OPTIONS_GHC -fno-warn-orphans #-} | ||||||
| {-# LANGUAGE CPP #-} |  | ||||||
| {-# LANGUAGE OverloadedStrings #-} | {-# LANGUAGE OverloadedStrings #-} | ||||||
| {-# LANGUAGE TemplateHaskell #-} | {-# LANGUAGE TemplateHaskell #-} | ||||||
| {-# LANGUAGE ViewPatterns #-} | {-# LANGUAGE ViewPatterns #-} | ||||||
|  | |||||||
| @ -1,4 +1,3 @@ | |||||||
| {-# LANGUAGE CPP #-} |  | ||||||
| {-# LANGUAGE OverloadedStrings #-} | {-# LANGUAGE OverloadedStrings #-} | ||||||
| {-| | {-| | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| {-# LANGUAGE ScopedTypeVariables, CPP #-} | {-# LANGUAGE ScopedTypeVariables #-} | ||||||
| {-| | {-| | ||||||
| 
 | 
 | ||||||
| Utilities for top-level modules and ghci. See also Hledger.Read and | Utilities for top-level modules and ghci. See also Hledger.Read and | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user