diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,2 +1,6 @@
-import Distribution.Simple
+module Main (main) where
+
+import Distribution.Simple (defaultMain)
+
+main :: IO ()
 main = defaultMain
diff --git a/oeis.cabal b/oeis.cabal
--- a/oeis.cabal
+++ b/oeis.cabal
@@ -1,10 +1,10 @@
 name:         oeis
-version:      0.3.8
+version:      0.3.9
 category:     Math
 stability:    experimental
 
 author:       Brent Yorgey
-maintainer:   Bartosz Nitka <niteria@gmail.com>
+maintainer:   Brian Lewis <brian@lorf.org>
 
 license:      BSD3
 license-file: LICENSE
@@ -14,11 +14,11 @@
   Interface to the <http://oeis.org/ Online Encyclopedia of Integer Sequences (OEIS)>.
 
 cabal-version: >= 1.10
-build-type:    Simple
+build-type:    Custom
 tested-with:
   GHC==7.8.4,
   GHC==7.10.3,
-  GHC==8.0.1
+  GHC==8.0.2
 
 --------------------------------------------------------------------------------
 
@@ -72,7 +72,7 @@
   main-is: Test.hs
 
   build-depends:
-    HUnit                >= 1.2 && < 1.6,
+    HUnit                >= 1.2 && < 1.7,
     base                 >= 3 && < 5,
     oeis                 == 0.3.*,
     test-framework       == 0.8.*,
@@ -82,4 +82,4 @@
 
 source-repository head
   type:     git
-  location: git://github.com/niteria/oeis.git
+  location: git://github.com/bsl/oeis.git
