diff --git a/Data/GeoIP2.hs b/Data/GeoIP2.hs
--- a/Data/GeoIP2.hs
+++ b/Data/GeoIP2.hs
@@ -16,7 +16,8 @@
   -- * Opening the database
     GeoDB
   , openGeoDB
-  , geoDbLanguages, geoDbType, geoDbDescription, geoDbAddrType
+  , geoDbLanguages, geoDbType, geoDbDescription
+  , geoDbAddrType, GeoIP(..)
   -- * Querying the database
   , findGeoData
   , GeoResult(..)
diff --git a/geoip2.cabal b/geoip2.cabal
--- a/geoip2.cabal
+++ b/geoip2.cabal
@@ -1,5 +1,5 @@
 name:                geoip2
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Pure haskell interface to MaxMind GeoIP database
 description:
   GeoIP2 is a haskell binding to the MaxMind GeoIP2 database.
