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