cosmetic change.

This commit is contained in:
Kazu Yamamoto 2012-02-06 15:13:41 +09:00
parent 47e5a13b56
commit 718b3fa3df

View File

@ -1,10 +1,8 @@
-- {-# LANGUAGE DoAndIfThenElse #-} -- not in GHC 6.12.3
module CabalDev (modifyOptions) where
{-
If the directory 'cabal-dev/packages-X.X.X.conf' exists, add it to the
options ghc-mod uses to check the source. Otherwise just pass it on.
If the directory 'cabal-dev/packages-X.X.X.conf' exists, add it to the
options ghc-mod uses to check the source. Otherwise just pass it on.
-}
import Control.Applicative ((<$>))