diff --git a/postie.cabal b/postie.cabal
--- a/postie.cabal
+++ b/postie.cabal
@@ -1,12 +1,12 @@
 name: postie
-version: 0.3.1.0
+version: 0.3.2.0
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
 license-file: LICENSE
 maintainer: alex.biehl@gmail.com
 synopsis: SMTP server library to receive emails from within Haskell programs.
-category: SMTP
+category: Network
 description: `postie` is a little smtp server library for receiving emails. It is currently
              in a very early stage and not yet fully standard compatible although the standard
              protocol is already supported.
@@ -47,14 +47,14 @@
                    bytestring >=0.10.0.2, tls >=1.2.6, pipes >=4.1.0,
                    pipes-parse >=3.0.1, attoparsec >=0.10.4.0, transformers >=0.3.0.0,
                    mtl >=2.1.2, cprng-aes >=0.5.2, data-default-class >=0.0.1, uuid >= 1.3.3
-    exposed-modules: Web.Postie Web.Postie.Types Web.Postie.Settings
+    exposed-modules: Web.Postie Web.Postie.Types Web.Postie.Settings Web.Postie.Address
     exposed: True
     buildable: True
     default-language: Haskell2010
     default-extensions: Rank2Types OverloadedStrings DeriveDataTypeable
     hs-source-dirs: src
     other-modules: Web.Postie.Connection Web.Postie.Session
-                   Web.Postie.Protocol Web.Postie.Pipes Web.Postie.Address
+                   Web.Postie.Protocol Web.Postie.Pipes
     ghc-options: -O2 -Wall
 
 executable postie-example-simple
