diff --git a/Cabal.hs b/Cabal.hs index 6c991b6..f395dc2 100644 --- a/Cabal.hs +++ b/Cabal.hs @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} module Cabal (initializeGHC) where -import Control.Applicative hiding (many) +import Control.Applicative import Control.Monad import CoreMonad import Data.Attoparsec.Char8 diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 1ddb6ad..e1806be 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -31,7 +31,7 @@ Executable ghc-mod Build-Depends: base >= 4.0 && < 5, ghc, ghc-paths, transformers, process, directory, filepath, old-time, hlint >= 1.7.1, regex-posix, - attoparsec, enumerator, attoparsec-enumerator + attoparsec >= 0.10 , enumerator, attoparsec-enumerator Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/ghc-mod.git