From df23fa67faac0c910ffcf0c21dbd94185dd051be Mon Sep 17 00:00:00 2001 From: Hideyuki Tanaka Date: Wed, 30 Nov 2011 03:02:55 +0900 Subject: [PATCH] fix for attoparsec-0.10 --- Cabal.hs | 2 +- ghc-mod.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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