diff --git a/template-haskell-compat-v0208.cabal b/template-haskell-compat-v0208.cabal
--- a/template-haskell-compat-v0208.cabal
+++ b/template-haskell-compat-v0208.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
-name:          template-haskell-compat-v0208
-version:       0.1.9.4
-category:      TemplateHaskell, Compatibility
+name: template-haskell-compat-v0208
+version: 0.1.9.5
+category: TemplateHaskell, Compatibility
 synopsis:
   Backward-compatibility layer for Template Haskell newer than 2.8
 
@@ -18,22 +18,20 @@
 bug-reports:
   https://github.com/nikita-volkov/template-haskell-compat-v0208/issues
 
-author:        Nikita Volkov <nikita.y.volkov@mail.ru>
-maintainer:    Nikita Volkov <nikita.y.volkov@mail.ru>
-copyright:     (c) 2016, Nikita Volkov
-license:       MIT
-license-file:  LICENSE
+author: Nikita Volkov <nikita.y.volkov@mail.ru>
+maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
+copyright: (c) 2016, Nikita Volkov
+license: MIT
+license-file: LICENSE
 
 source-repository head
-  type:     git
+  type: git
   location:
     git://github.com/nikita-volkov/template-haskell-compat-v0208.git
 
 library
-  hs-source-dirs:     library
+  hs-source-dirs: library
   default-extensions:
-    NoImplicitPrelude
-    NoMonomorphismRestriction
     Arrows
     BangPatterns
     ConstraintKinds
@@ -55,6 +53,8 @@
     MagicHash
     MultiParamTypeClasses
     MultiWayIf
+    NoImplicitPrelude
+    NoMonomorphismRestriction
     OverloadedStrings
     ParallelListComp
     PatternGuards
@@ -69,9 +69,9 @@
     TypeOperators
     UnboxedTuples
 
-  default-language:   Haskell2010
-  exposed-modules:    TemplateHaskell.Compat.V0208
-  other-modules:      TemplateHaskell.Compat.V0208.Prelude
+  default-language: Haskell2010
+  exposed-modules: TemplateHaskell.Compat.V0208
+  other-modules: TemplateHaskell.Compat.V0208.Prelude
   build-depends:
-    , base >=4.6 && <5
-    , template-haskell >=2.8 && <2.23
+    base >=4.6 && <5,
+    template-haskell >=2.8 && <2.24,
