fix for attoparsec-0.10
This commit is contained in:
parent
79f4cda668
commit
df23fa67fa
2
Cabal.hs
2
Cabal.hs
@ -1,7 +1,7 @@
|
|||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
module Cabal (initializeGHC) where
|
module Cabal (initializeGHC) where
|
||||||
|
|
||||||
import Control.Applicative hiding (many)
|
import Control.Applicative
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
import CoreMonad
|
import CoreMonad
|
||||||
import Data.Attoparsec.Char8
|
import Data.Attoparsec.Char8
|
||||||
|
@ -31,7 +31,7 @@ Executable ghc-mod
|
|||||||
Build-Depends: base >= 4.0 && < 5, ghc, ghc-paths, transformers,
|
Build-Depends: base >= 4.0 && < 5, ghc, ghc-paths, transformers,
|
||||||
process, directory, filepath, old-time,
|
process, directory, filepath, old-time,
|
||||||
hlint >= 1.7.1, regex-posix,
|
hlint >= 1.7.1, regex-posix,
|
||||||
attoparsec, enumerator, attoparsec-enumerator
|
attoparsec >= 0.10 , enumerator, attoparsec-enumerator
|
||||||
Source-Repository head
|
Source-Repository head
|
||||||
Type: git
|
Type: git
|
||||||
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
Loading…
Reference in New Issue
Block a user