Support Dhall 1.34 and optparse-applicative 0.16.0 (#41)

This commit is contained in:
Ollie Charles 2020-09-09 15:19:59 +01:00 committed by GitHub
parent 3128c06a7e
commit fc31e50d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
## Changelog for Weeder
### Unreleased
- Support Dhall 1.34
- Support optparse-applicative 0.16.0.0
### [`2.1.0`][v2.1.0] - *2020-06-30*
- Support regex-tdfa ^>= 1.2 (#13)

View File

@ -22,14 +22,14 @@ library
, base ^>= 4.13.0.0 || ^>= 4.14.0.0
, bytestring ^>= 0.10.9.0
, containers ^>= 0.6.2.1
, dhall ^>= 1.30.0 || ^>= 1.31.0 || ^>= 1.32.0 || ^>= 1.33.0
, dhall ^>= 1.30.0 || ^>= 1.31.0 || ^>= 1.32.0 || ^>= 1.33.0 || ^>= 1.34.0
, directory ^>= 1.3.3.2
, filepath ^>= 1.4.2.1
, generic-lens ^>= 1.1.0.0 || ^>= 1.2.0.0 || ^>= 2.0.0.0
, ghc ^>= 8.8.1 || ^>= 8.10
, lens ^>= 4.18.1 || ^>= 4.19
, mtl ^>= 2.2.2
, optparse-applicative ^>= 0.14.3.0 || ^>= 0.15.1.0
, optparse-applicative ^>= 0.14.3.0 || ^>= 0.15.1.0 || ^>= 0.16.0.0
, regex-tdfa ^>= 1.2.0.0 || ^>= 1.3.1.0
, text ^>= 1.2.3.0
, transformers ^>= 0.5.6.2