diff --git a/starter.cabal b/starter.cabal
--- a/starter.cabal
+++ b/starter.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: b7fb498a9c1fa7ab48aee3373fe7a6bc6cdbf186f980445114c87b589cc5c3dc
+-- hash: 7fdcfb73fd9af680e3d67e1fa481c742c686a24cbf1a22a29364018b05389e6d
 
 name:           starter
-version:        0.2.0
+version:        0.2.1
 synopsis:       Develop applications without restarts
 description:    Please see the README on Github at <https://github.com/rkaippully/starter#readme>
 category:       Development
@@ -30,10 +30,13 @@
 library
   hs-source-dirs:
       src
-  ghc-options: -O2 -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
   build-depends:
       base >=4.7 && <5
     , fsnotify >=0.2.1 && <0.3
+  if impl(ghc >= 8.0.1)
+    ghc-options: -Wall -Wcompat -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
+  else
+    ghc-options: -Wall -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns
   exposed-modules:
       Starter
   other-modules:
