diff --git a/google-isbn.cabal b/google-isbn.cabal
--- a/google-isbn.cabal
+++ b/google-isbn.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: da24bcfc0b9e1213e062884e57d60ff7c9cfd60753d980885e890bebd3b1b9f2
+-- hash: 9c71c499b66014185b6b73de473fe9c0db1a158302c47c5391678c4aae9d872d
 
 name:           google-isbn
-version:        1.0.1
+version:        1.0.2
 description:    Basic utility to search an ISBN using the Google Books webservice
 category:       Text, Web
 homepage:       https://github.com/apeyroux/google-isbn#readme
@@ -23,7 +23,6 @@
 library
   exposed-modules:
       Google.ISBN
-      Main
   other-modules:
       Paths_google_isbn
   hs-source-dirs:
diff --git a/src/Main.hs b/src/Main.hs
deleted file mode 100644
--- a/src/Main.hs
+++ /dev/null
@@ -1,8 +0,0 @@
-{-# LANGUAGE OverloadedStrings #-}
-
-module Main where
-
-import Google.ISBN
-
-main :: IO ()
-main = googleISBN (ISBN "ok") >>= print
