diff --git a/libnotify.cabal b/libnotify.cabal
--- a/libnotify.cabal
+++ b/libnotify.cabal
@@ -1,5 +1,5 @@
 Name: libnotify
-Version: 0.0.2.0
+Version: 0.0.2.1
 Description: Usable binding to libnotify library.
 License: MIT
 License-file: LICENSE
@@ -12,15 +12,13 @@
 
 Library
   Build-Depends: base >= 3 && < 5, bytestring, glib, gtk, mtl
-  Exposed-Modules: System.Libnotify, System.Libnotify.Internal, System.Libnotify.Server, System.Libnotify.Types
-  Pkgconfig-Depends: libnotify
-  GHC-options: -Wall
+  Exposed-Modules: System.Libnotify
+                   System.Libnotify.Internal
+                   System.Libnotify.Server
+                   System.Libnotify.Types
+  GHC-Options: -Wall
+  Extra-Libraries: notify
 
 source-repository head
   type:     git
   location: https://github.com/supki/haskell-libnotify
-
-source-repository this
-  type:     git
-  location: https://github.com/supki/haskell-libnotify
-  tag:      v0.0.2.0
