diff --git a/rerebase.cabal b/rerebase.cabal
--- a/rerebase.cabal
+++ b/rerebase.cabal
@@ -1,43 +1,29 @@
-name:
-  rerebase
-version:
-  1.20.1.1
+cabal-version: 3.0
+name:          rerebase
+version:       1.20.2
 synopsis:
   Reexports from "base" with a bunch of other standard libraries
+
 description:
   A rich drop-in replacement for \"base\".
   For details and docs please visit 
   <https://github.com/nikita-volkov/rerebase the project's GitHub page>.
-homepage:
-  https://github.com/nikita-volkov/rerebase 
-bug-reports:
-  https://github.com/nikita-volkov/rerebase/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
-build-type:
-  Simple
-cabal-version:
-  >=1.10
 
+homepage:      https://github.com/nikita-volkov/rerebase 
+bug-reports:   https://github.com/nikita-volkov/rerebase/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
+
 source-repository head
-  type:
-    git
-  location:
-    git://github.com/nikita-volkov/rerebase.git
+  type:     git
+  location: git://github.com/nikita-volkov/rerebase.git
 
 library
-  hs-source-dirs:
-    library
-  default-language:
-    Haskell2010
+  hs-source-dirs:   library
+  default-language: Haskell2010
   exposed-modules:
     Control.Applicative
     Control.Applicative.Backwards
@@ -419,7 +405,6 @@
     Text.Show
     Text.Show.Functions
     Unsafe.Coerce
-  exposed:
-    False
-  build-depends:
-    rebase ==1.20.1.1
+
+  exposed:          False
+  build-depends:    rebase ==1.20.2
