diff --git a/github-release.cabal b/github-release.cabal
--- a/github-release.cabal
+++ b/github-release.cabal
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.14.0.
+-- This file has been generated from package.yaml by hpack version 0.17.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           github-release
-version:        1.0.1
+version:        1.0.2
 synopsis:       Upload files to GitHub releases.
 description:    GitHub Release is a command-line utility for uploading files to GitHub releases.
 category:       Utility
@@ -30,7 +30,7 @@
       source/library
   ghc-options: -Wall
   build-depends:
-      aeson >=0.9 && <1.2
+      aeson >=0.9 && <1.3
     , base >=4.8.2 && <4.10
     , bytestring >=0.10.6 && <0.11
     , http-client >=0.4.30 && <0.6
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -21,7 +21,7 @@
 github: tfausak/github-release
 library:
   dependencies:
-  - aeson >=0.9 && <1.2
+  - aeson >=0.9 && <1.3
   - base >=4.8.2 && <4.10
   - bytestring >=0.10.6 && <0.11
   - http-client >=0.4.30 && <0.6
@@ -39,4 +39,4 @@
 maintainer: Taylor Fausak
 name: github-release
 synopsis: Upload files to GitHub releases.
-version: '1.0.1'
+version: '1.0.2'
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,1 +1,1 @@
-resolver: nightly-2016-12-31
+resolver: lts-8.0
