containers >= 0.5 for Data.Map.Strict.

This commit is contained in:
Kazu Yamamoto 2014-03-26 12:00:36 +09:00
parent 60b0a055f7
commit 5c79376ca7
1 changed files with 3 additions and 3 deletions

View File

@ -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