diff --git a/ptr-peeker.cabal b/ptr-peeker.cabal
--- a/ptr-peeker.cabal
+++ b/ptr-peeker.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: ptr-peeker
-version: 0.1
+version: 0.1.0.1
 synopsis: High-performance composable binary data deserializers
 description:
   A high-performance binary data deserialization library providing a type-safe, flexible and composable abstraction over manipulations on pointers.
@@ -15,6 +15,10 @@
 
   The library delivers superior performance compared to alternatives like "cereal" and "store", making it ideal for high-throughput applications, networking, and systems programming.
 
+homepage: https://github.com/nikita-volkov/ptr-peeker
+bug-reports: https://github.com/nikita-volkov/ptr-peeker/issues
+author: Nikita Volkov <nikita.y.volkov@mail.ru>
+maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
 copyright: (c) 2021, Nikita Volkov
 license: MIT
 license-file: LICENSE
