diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-12 12:35:41 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-12 12:37:11 -0400 |
commit | 024dd384140b25f69defd762e41fd5e4af4f3567 (patch) | |
tree | 3859e21f66c5a922d39adeca5a1f2d677b451fce /stack.yaml | |
parent | c98d5d43e4e88533b0f97a3e64027f2cb5767864 (diff) |
bump process version in stack.yaml
Newer version than current lts has is needed on windows
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index cb7a573a3..5f202e71d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,3 +23,4 @@ resolver: lts-5.5 extra-deps: - mountpoints-1.0.1 - disk-free-space-0.1.0.1 +- process-1.3.0.0 |