mirror of
https://github.com/ocharles/weeder.git
synced 2024-11-27 02:33:03 +03:00
Support Dhall 1.34 and optparse-applicative 0.16.0 (#41)
This commit is contained in:
parent
3128c06a7e
commit
fc31e50d1f
@ -1,5 +1,10 @@
|
|||||||
## Changelog for Weeder
|
## Changelog for Weeder
|
||||||
|
|
||||||
|
### Unreleased
|
||||||
|
|
||||||
|
- Support Dhall 1.34
|
||||||
|
- Support optparse-applicative 0.16.0.0
|
||||||
|
|
||||||
### [`2.1.0`][v2.1.0] - *2020-06-30*
|
### [`2.1.0`][v2.1.0] - *2020-06-30*
|
||||||
|
|
||||||
- Support regex-tdfa ^>= 1.2 (#13)
|
- Support regex-tdfa ^>= 1.2 (#13)
|
||||||
|
@ -22,14 +22,14 @@ library
|
|||||||
, base ^>= 4.13.0.0 || ^>= 4.14.0.0
|
, base ^>= 4.13.0.0 || ^>= 4.14.0.0
|
||||||
, bytestring ^>= 0.10.9.0
|
, bytestring ^>= 0.10.9.0
|
||||||
, containers ^>= 0.6.2.1
|
, 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
|
, directory ^>= 1.3.3.2
|
||||||
, filepath ^>= 1.4.2.1
|
, filepath ^>= 1.4.2.1
|
||||||
, generic-lens ^>= 1.1.0.0 || ^>= 1.2.0.0 || ^>= 2.0.0.0
|
, generic-lens ^>= 1.1.0.0 || ^>= 1.2.0.0 || ^>= 2.0.0.0
|
||||||
, ghc ^>= 8.8.1 || ^>= 8.10
|
, ghc ^>= 8.8.1 || ^>= 8.10
|
||||||
, lens ^>= 4.18.1 || ^>= 4.19
|
, lens ^>= 4.18.1 || ^>= 4.19
|
||||||
, mtl ^>= 2.2.2
|
, 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
|
, regex-tdfa ^>= 1.2.0.0 || ^>= 1.3.1.0
|
||||||
, text ^>= 1.2.3.0
|
, text ^>= 1.2.3.0
|
||||||
, transformers ^>= 0.5.6.2
|
, transformers ^>= 0.5.6.2
|
||||||
|
Loading…
Reference in New Issue
Block a user