diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -94,7 +94,8 @@
 packages:
 - .
 extra-deps:
-- chakra-0.1.1
+- chakra-0.1.2
+- wai-cli-0.2.3
 ```
 
 A stack project template is also available for bootstraping quickly
diff --git a/chakra.cabal b/chakra.cabal
--- a/chakra.cabal
+++ b/chakra.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: e0ea050f431aab024199de31ebbeaa04193373c1703450ee2efdd26f817d5445
+-- hash: 5aeb97e416137f55b01ac39fe385506fd11c31d0e6d13907859c083a44c85279
 
 name:           chakra
-version:        0.1.1
+version:        0.1.2
 synopsis:       A REST Web Api server template for building (micro)services.
 
 description:    A REST Web Api server template, that serves as a reference
@@ -32,7 +32,7 @@
 license:        MIT
 license-file:   LICENSE
 tested-with:
-    GHC==8.10.7
+    GHC==8.8.4 || ==8.10.7 || ==9.0.1
 build-type:     Simple
 extra-source-files:
     README.md
