From 5c79376ca7b5b378d29d430c9d68391e0553252a Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 26 Mar 2014 12:00:36 +0900 Subject: [PATCH] containers >= 0.5 for Data.Map.Strict. --- ghc-mod.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 180c511..d8269ae 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -62,7 +62,7 @@ Library Language.Haskell.GhcMod.List Language.Haskell.GhcMod.Types Build-Depends: base >= 4.0 && < 5 - , containers + , containers >= 0.5 , directory , filepath , ghc @@ -99,7 +99,7 @@ Executable ghc-modi GHC-Options: -Wall HS-Source-Dirs: src Build-Depends: base >= 4.0 && < 5 - , containers + , containers >= 0.5 , directory , filepath , ghc @@ -129,7 +129,7 @@ Test-Suite spec LintSpec ListSpec Build-Depends: base >= 4.0 && < 5 - , containers + , containers >= 0.5 , directory , filepath , ghc