Clean up LANGUAGE pragmas
This commit is contained in:
		
							parent
							
								
									141b482739
								
							
						
					
					
						commit
						24d7343fb9
					
				| @ -44,3 +44,8 @@ library | |||||||
|     build-depends: jsaddle-warp |     build-depends: jsaddle-warp | ||||||
| 
 | 
 | ||||||
|   default-language: Haskell2010 |   default-language: Haskell2010 | ||||||
|  |   default-extensions: | ||||||
|  |     FlexibleInstances | ||||||
|  |     GeneralizedNewtypeDeriving | ||||||
|  |     LambdaCase | ||||||
|  |     OverloadedStrings | ||||||
|  | |||||||
| @ -1,4 +1,3 @@ | |||||||
| {-# LANGUAGE GeneralizedNewtypeDeriving #-} |  | ||||||
| module React.Component where | module React.Component where | ||||||
| 
 | 
 | ||||||
| import Control.Monad.Except | import Control.Monad.Except | ||||||
|  | |||||||
| @ -1,4 +1,3 @@ | |||||||
| {-# LANGUAGE OverloadedStrings #-} |  | ||||||
| module React.Element where | module React.Element where | ||||||
| 
 | 
 | ||||||
| import Control.Monad.Except | import Control.Monad.Except | ||||||
|  | |||||||
| @ -1,5 +1,4 @@ | |||||||
| {-# LANGUAGE CPP #-} | {-# LANGUAGE CPP #-} | ||||||
| {-# LANGUAGE OverloadedStrings #-} |  | ||||||
| {-# LANGUAGE TemplateHaskell #-} | {-# LANGUAGE TemplateHaskell #-} | ||||||
| module React.Export where | module React.Export where | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,5 +1,3 @@ | |||||||
| {-# LANGUAGE OverloadedStrings #-} |  | ||||||
| {-# LANGUAGE GeneralizedNewtypeDeriving #-} |  | ||||||
| module React.Hook where | module React.Hook where | ||||||
| 
 | 
 | ||||||
| import Prelude hiding ((!!)) | import Prelude hiding ((!!)) | ||||||
|  | |||||||
| @ -1,7 +1,4 @@ | |||||||
| {-# LANGUAGE CPP #-} | {-# LANGUAGE CPP #-} | ||||||
| {-# LANGUAGE FlexibleInstances #-} |  | ||||||
| {-# LANGUAGE GeneralizedNewtypeDeriving #-} |  | ||||||
| {-# LANGUAGE OverloadedStrings #-} |  | ||||||
| {-# OPTIONS_GHC -Wno-orphans #-} | {-# OPTIONS_GHC -Wno-orphans #-} | ||||||
| -- | Everything in this module belongs in JSaddle, GHCJS-DOM, or similar | -- | Everything in this module belongs in JSaddle, GHCJS-DOM, or similar | ||||||
| module React.JSaddle where | module React.JSaddle where | ||||||
|  | |||||||
| @ -1,5 +1,4 @@ | |||||||
| {-# LANGUAGE CPP #-} | {-# LANGUAGE CPP #-} | ||||||
| {-# LANGUAGE GeneralizedNewtypeDeriving #-} |  | ||||||
| module React.Types where | module React.Types where | ||||||
| 
 | 
 | ||||||
| import Control.Monad.Reader | import Control.Monad.Reader | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user