diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/modular.cabal b/modular.cabal
--- a/modular.cabal
+++ b/modular.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 3cca0e35c3a004d9e6fd76d6431d688c33815edb87da3be2b361b2cff8b451c4
+-- hash: d5b462428189af88ae02486a529c92196e39e6c03058f59489d452e1fd9ee083
 
 name:           modular
-version:        0.1.0.4
+version:        0.1.0.5
 synopsis:       Type-safe modular arithmetic
 description:    Please the documentation on GitHub at <https://github.com/pgujjula/modular>
 category:       Math
@@ -37,6 +37,6 @@
   default-extensions: ExplicitNamespaces
   ghc-options: -Wall
   build-depends:
-      base >=4.7 && <5
+      base >=4.7 && <4.12
     , ghc-typelits-knownnat >=0.5 && <1
   default-language: Haskell2010
