replace deprecated function and add an extra dependency

This commit is contained in:
Jean Karlo Obando 2019-07-11 07:25:06 -05:00
parent 5836ff9289
commit aabbe3dddb
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
## 0.3.9.3
### Changed
* Support for optparse-applicative-0.15
* Replace deprecated function "withProcess" to "withProcessTerm"
and add the version of "typed-process-0.2.6.0" as extra dependency.
## 0.3.9.2
### Changed

View File

@ -1,3 +1,5 @@
resolver: lts-13.2
packages:
- '.'
extra-deps:
- typed-process-0.2.6.0