diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 01358b5..afe8a52 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -158,24 +158,24 @@ Library System.Directory.ModTime Build-Depends: base < 5 && >= 4.0 , bytestring < 0.11 - , binary < 0.8 && >= 0.5.1.0 + , binary < 0.9 && >= 0.5.1.0 , containers < 0.6 , cabal-helper < 0.7 && >= 0.6.3.0 , deepseq < 1.5 , directory < 1.3 , filepath < 1.5 - , ghc < 7.11 + , ghc < 8.2 , ghc-paths < 0.2 , ghc-syb-utils < 0.3 , hlint < 1.10 && >= 1.9.26 , monad-journal < 0.8 && >= 0.4 , old-time < 1.2 , pretty < 1.2 - , process < 1.3 + , process < 1.5 , syb < 0.7 , temporary < 1.3 - , time < 1.6 - , transformers < 0.5 + , time < 1.7 + , transformers < 0.6 , transformers-base < 0.5 , mtl < 2.3 && >= 2.0 , monad-control < 1.1 && >= 1 @@ -211,10 +211,10 @@ Executable ghc-mod , directory < 1.3 , filepath < 1.5 , pretty < 1.2 - , process < 1.3 + , process < 1.5 , split < 0.3 , mtl < 2.3 && >= 2.0 - , ghc < 7.11 + , ghc < 8.1 , monad-control ==1.0.* , fclabels ==2.0.* , optparse-applicative >=0.11.0 && <0.13.0 @@ -231,13 +231,13 @@ Executable ghc-modi Default-Extensions: ConstraintKinds, FlexibleContexts HS-Source-Dirs: src, . Build-Depends: base < 5 && >= 4.0 - , binary < 0.8 && >= 0.5.1.0 + , binary < 0.9 && >= 0.5.1.0 , deepseq < 1.5 , directory < 1.3 , filepath < 1.5 - , process < 1.3 + , process < 1.5 , old-time < 1.2 - , time < 1.6 + , time < 1.7 , ghc-mod Test-Suite doctest