diff --git a/adblock2privoxy.cabal b/adblock2privoxy.cabal
--- a/adblock2privoxy.cabal
+++ b/adblock2privoxy.cabal
@@ -1,9 +1,9 @@
 name:                adblock2privoxy
-version:             2.0.1
+version:             2.0.2
 cabal-version:       >= 1.10
 build-type:          Simple
 tested-with:
-                     GHC==8.6.5
+                     GHC==8.10.4
 author:              Alexey Zubritsky <adblock2privoxy@zubr.me>, Steven Thomas Smith <steve.t.smith@gmail.com>
 data-files:
                 templates/ab2p.system.action,
@@ -101,6 +101,6 @@
 
 source-repository this
   type:      git
-  location:  ​https://github.com/essandess/adblock2privoxy.git
+  location:  https://github.com/essandess/adblock2privoxy.git
   subdir:    adblock2privoxy
-  tag:       2.0.1
+  tag:       v2.0.2
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+2.0.2
+        * Update to ghc 8.10.4, lts-17.11 resolver
+
 2.0.1
 	* Update to ghc 8.6.5, lts-13.25 resolver
 
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,7 +1,7 @@
 # For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
 
 # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
-resolver: lts-13.25
+resolver: lts-17.11
 
 # Local packages, usually specified by relative directory name
 packages:
