diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016, Index Int
+Copyright (c) 2016, Vladislav Zavialov
 
 All rights reserved.
 
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Index Int nor the names of other
+    * Neither the name of Vladislav Zavialov nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
diff --git a/bench/Benchmark.hs b/bench/Benchmark.hs
--- a/bench/Benchmark.hs
+++ b/bench/Benchmark.hs
@@ -6,6 +6,7 @@
 import Criterion.Main
 import Data.Dynamic
 import Data.Union
+import Data.Proxy
 
 union1 :: OpenUnion '[(), Proxy 0, Proxy 1]
 union1 = openUnion # ()
diff --git a/union.cabal b/union.cabal
--- a/union.cabal
+++ b/union.cabal
@@ -1,5 +1,5 @@
 name:                union
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            Extensible type-safe unions
 description:
 
@@ -12,8 +12,8 @@
 
 license:             BSD3
 license-file:        LICENSE
-author:              Index Int
-maintainer:          Index Int <vlad.z.4096@gmail.com>
+author:              Vladislav Zavialov
+maintainer:          Vladislav Zavialov <vlad.z.4096@gmail.com>
 bug-reports:         https://github.com/int-index/union/issues
 category:            Data
 build-type:          Simple
@@ -37,7 +37,7 @@
                        RankNTypes
                        ScopedTypeVariables
                        TypeOperators
-  build-depends:       base >=4.8 && <4.10
+  build-depends:       base >=4.8 && <4.11
                ,       vinyl >=0.5 && <0.6
                ,       profunctors >=5.1 && <5.3
                ,       tagged >=0.8 && <0.9
