diff --git a/licensor.cabal b/licensor.cabal index a96a2dc..247ff4d 100644 --- a/licensor.cabal +++ b/licensor.cabal @@ -21,7 +21,7 @@ description: A license compatibility helper. category: Distribution -tested-with: GHC == 7.10.3, GHC == 8.0.1 +tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.1 extra-source-files: CHANGELOG.md, README.md @@ -34,9 +34,9 @@ library other-modules: Paths_licensor build-depends: - base >= 4.8 && < 4.10 + base >= 4.8 && < 4.11 , bytestring - , Cabal >= 1.22 && < 1.25 + , Cabal >= 1.22 && < 2.1 , containers , directory , http-conduit >= 2.1 && < 2.3 @@ -51,8 +51,8 @@ executable licensor main-is: Main.hs build-depends: - base >= 4.8 && < 5.0 - , Cabal >= 1.22 && < 1.25 + base + , Cabal , cmdargs >= 0.10 && < 0.11 , containers , directory