Allow base 4.10 and Cabal 2.0
This commit is contained in:
parent
f95f13e23b
commit
7bbb36099a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user