summaryrefslogtreecommitdiffhomepage
path: root/stack.yaml
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2018-04-26 19:40:16 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2018-04-26 19:40:16 +0200
commit6973e248377dc58029f890b590bb29f787ca4a5e (patch)
tree7aa3b73533bf6aa87ddaed24f1e9833a49eedddd /stack.yaml
parentc2c85171c6598b6e8a57fb0c314096339848ebc9 (diff)
downloadstylish-haskell-6973e248377dc58029f890b590bb29f787ca4a5e.tar.gz
Bump aeson to 1.3
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml7
1 files changed, 2 insertions, 5 deletions
diff --git a/stack.yaml b/stack.yaml
index 0a3d7d6..ceda64e 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,9 +1,6 @@
flags: {}
packages:
- '.'
+resolver: lts-11.5
extra-deps:
-- 'haskell-src-exts-1.20.1'
-resolver: nightly-2017-12-14
-install-ghc: true
-system-ghc: false
-allow-newer: true
+- 'aeson-1.3.1.0'