aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/stack.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/stack.yaml b/stack.yaml
index 9b3d473..bd324b9 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,15 +1,15 @@
-resolver: lts-7.11
+resolver: lts-8.18
packages:
-- .
-- location: https://github.com/haskell/win32/archive/bf54fa7134eb9b1366f827426f050d833b2cda54.zip
- extra-dep: true
-extra-deps: []
+- '.'
+extra-deps:
+- Win32-2.5.4.1
+- directory-1.3.1.1
+- process-1.6.0.0
flags: {}
extra-package-dbs: []
-allow-newer: true
system-ghc: false
# require-stack-version: -any # Default
-# require-stack-version: ">=1.1"
+# require-stack-version: ">=1.4"
# arch: i386
# arch: x86_64
# extra-include-dirs: [/path/to/dir]