diff --git a/hans-pcap.cabal b/hans-pcap.cabal
--- a/hans-pcap.cabal
+++ b/hans-pcap.cabal
@@ -2,7 +2,7 @@
 -- see http://haskell.org/cabal/users-guide/
 cabal-version:       >=1.10
 name:                hans-pcap
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Driver for real ethernet devices for HaNS
 description:         Network ethernet device for HaNS(Currently requires hans-2.4 from the github), which can tap into a real ethernet interface, all using pcap library and preform raw packet reads & writes.
                      This is a very simple. But requires: root - to be able to use PCAP.
@@ -13,7 +13,7 @@
 author:              Marcin Tolysz
 maintainer:          tolysz@gmail.com
 copyright:           ©2014-2015 Marcin Tolysz
-category:            Network
+category:            Networking
 build-type:          Simple
 extra-source-files:  example/test.hs, example/gal.hs
                      CHANGES
