Undo indenation change in Types.hs

This commit is contained in:
Daniel Vigovszky 2015-04-23 17:31:54 +02:00
parent 5d9d6f5630
commit 308c2d7963

View File

@ -272,7 +272,7 @@ data GhcModError
| GMECabalStateFile GMConfigStateFileError
-- ^ Reading Cabal's state configuration file falied somehow.
deriving (Eq,Show,Typeable)
deriving (Eq,Show,Typeable)
instance Error GhcModError where
noMsg = GMENoMsg