Put Control.Applicative back

This commit is contained in:
Nikolay Yakimov 2015-12-20 15:26:16 +03:00
parent adc712f7ad
commit 78e34f82a6
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
module Main where
import Control.Applicative
import Control.Monad
import Data.Typeable (Typeable)
import Data.List
@ -17,6 +18,7 @@ import System.IO
import System.Exit
import Text.PrettyPrint hiding ((<>))
import GHCMod.Options
import Prelude
import Misc