From 7bbb36099a39c4a91fdef50464f252723068b0d6 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Mon, 24 Jul 2017 09:25:49 -0500 Subject: [PATCH] Allow base 4.10 and Cabal 2.0 --- licensor.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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