diff --git a/HROOT.cabal b/HROOT.cabal
--- a/HROOT.cabal
+++ b/HROOT.cabal
@@ -1,6 +1,6 @@
 Cabal-version: 3.0
 Name:          HROOT
-Version:       0.10.0.1
+Version:       0.10.0.2
 Synopsis:      Haskell binding to the ROOT data analysis framework
 Description:
   HROOT is a haskell Foreign Function Interface (FFI) binding to ROOT.
@@ -29,7 +29,7 @@
   hs-source-dirs: src
   ghc-options:  -Wall -funbox-strict-fields -fno-warn-unused-do-bind -fno-warn-orphans -fno-warn-unused-imports
   cxx-options: -std=c++17
-  Build-Depends: base > 4 && < 5, HROOT-core == 0.10.0.1, HROOT-graf == 0.10.0.1, HROOT-hist == 0.10.0.1, HROOT-io == 0.10.0.1, HROOT-math == 0.10.0.1, HROOT-net == 0.10.0.1, HROOT-tree == 0.10.0.1
+  Build-Depends: base > 4 && < 5, HROOT-core == 0.10.0.2, HROOT-graf == 0.10.0.2, HROOT-hist == 0.10.0.2, HROOT-io == 0.10.0.2, HROOT-math == 0.10.0.2, HROOT-net == 0.10.0.2, HROOT-tree == 0.10.0.2
   Exposed-Modules:
                        HROOT
   Other-Modules:
