diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 `Math.OEIS` is a library module for interfacing with the
 [Online Encyclopedia of Integer Sequences][1].
 
+[![Build Status](https://travis-ci.org/niteria/oeis.svg)](https://travis-ci.org/niteria/oeis)
+
 [1]: http://oeis.org/
diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,6 +1,2 @@
-module Main (main) where
-
-import Distribution.Simple (defaultMain)
-
-main :: IO ()
+import Distribution.Simple
 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.7
+version:      0.3.8
 category:     Math
 stability:    experimental
 
 author:       Brent Yorgey
-maintainer:   Brian Lewis <brian@lorf.org>
+maintainer:   Bartosz Nitka <niteria@gmail.com>
 
 license:      BSD3
 license-file: LICENSE
@@ -14,7 +14,11 @@
   Interface to the <http://oeis.org/ Online Encyclopedia of Integer Sequences (OEIS)>.
 
 cabal-version: >= 1.10
-build-type:    Custom
+build-type:    Simple
+tested-with:
+  GHC==7.8.4,
+  GHC==7.10.3,
+  GHC==8.0.1
 
 --------------------------------------------------------------------------------
 
@@ -68,7 +72,7 @@
   main-is: Test.hs
 
   build-depends:
-    HUnit                >= 1.2 && < 1.4,
+    HUnit                >= 1.2 && < 1.6,
     base                 >= 3 && < 5,
     oeis                 == 0.3.*,
     test-framework       == 0.8.*,
@@ -77,5 +81,5 @@
 --------------------------------------------------------------------------------
 
 source-repository head
-  type:     git
-  location: git://github.com/bsl/oeis.git
+  type:     git
+  location: git://github.com/niteria/oeis.git
