diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-13 12:34:01 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-13 12:34:01 -0400 |
commit | 4ef249a83870f8f4b494a9118eed3d1b83314112 (patch) | |
tree | 46451d82c01d3e0f5c81c2451c40d9bc4936817f | |
parent | 764e97d590059cd9cb194333d45af6d6703424c2 (diff) |
put Win32-extras in extra-deps as it's not yet in lts
-rw-r--r-- | stack.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index a75eb43f1..97780d6c7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,5 +27,6 @@ flags: webapp: true packages: - '.' -extra-deps: [] +extra-deps: +- Win32-extras-0.2.0.1 resolver: lts-3.7 |