diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc37d3..4e8cc8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/stack.yaml b/stack.yaml index d2510a2..198a6f6 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,3 +1,5 @@ resolver: lts-13.2 packages: - '.' +extra-deps: +- typed-process-0.2.6.0 \ No newline at end of file