diff --git a/linklater.cabal b/linklater.cabal
--- a/linklater.cabal
+++ b/linklater.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name: linklater
-version: 1.0.0.0
+version: 1.0.0.1
 synopsis: Write bots for your Slack account, and then go to sleep (because it's so easy and late at night)
 homepage: https://github.com/hlian/linklater
 license: BSD3
@@ -20,7 +20,7 @@
   A mistake?
 
 flag developer
-  default: True
+  default: False
   manual: True
 
 library
@@ -33,7 +33,7 @@
     Network.Linklater
 
   build-depends:
-    base >=4.7 && <4.8,
+    base >=4.6 && <4.8,
     wreq >=0.1.0.1 && <0.2,
     lens >=4.3 && <4.4,
     aeson >=0.7.0.6 && <0.8,
