diff --git a/universum.cabal b/universum.cabal
--- a/universum.cabal
+++ b/universum.cabal
@@ -1,5 +1,5 @@
 name:                universum
-version:             0.5.1
+version:             0.5.1.1
 synopsis:            Custom prelude used in Serokell
 description:         Custom prelude used in Serokell
 homepage:            https://github.com/serokell/universum
@@ -9,6 +9,7 @@
 maintainer:          Serokell <hi@serokell.io>
 copyright:           2016-2016 Stephen Diehl, 2016-2017 Serokell
 category:            Prelude
+stability:           well...
 build-type:          Simple
 extra-source-files:  CHANGES.md
 cabal-version:       >=1.10
@@ -16,7 +17,8 @@
 tested-with:
   GHC == 7.10.3,
   GHC == 8.0.1,
-  GHC == 8.0.2
+  GHC == 8.0.2,
+  GHC == 8.2.1
 
 Source-Repository head
     type: git
@@ -60,7 +62,7 @@
     -fwarn-implicit-prelude
 
   build-depends:
-    base                  >= 4.7    && <4.10,
+    base                  >= 4.7    && <4.11,
     bytestring            >= 0.10   && <0.11,
     containers            >= 0.5    && <0.6,
     deepseq               >= 1.3    && <1.5,
