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/Setup.lhs b/Setup.lhs
new file mode 100644
--- /dev/null
+++ b/Setup.lhs
@@ -0,0 +1,4 @@
+#!/usr/bin/env runhaskell
+
+> import Distribution.Simple
+> main = defaultMain
diff --git a/lambdabot-xmpp.cabal b/lambdabot-xmpp.cabal
--- a/lambdabot-xmpp.cabal
+++ b/lambdabot-xmpp.cabal
@@ -1,5 +1,5 @@
 name:                lambdabot-xmpp
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Lambdabot plugin for XMPP (Jabber) protocol
 description:         Usage: cabal build && .\/dist\/build\/lambdabot\/lambdabot -e 'xmpp-connect asdfasdf example.com 5222 username nick password haskell@conference.example.com'
 license:             OtherLicense
@@ -18,14 +18,14 @@
 Source-repository this
   type:              git
   location:          https://github.com/l29ah/lambdabot-xmpp
-  tag:               0.1.0.0
+  tag:               0.1.0.1
 
 executable lambdabot
   main-is:             Main.hs
   other-modules:        Modules,
                         Paths_lambdabot_xmpp,
                         XMPP
-  build-depends:        base >=4.11 && <4.12,
+  build-depends:        base >=4.11 && <4.13,
                         pontarius-xmpp >= 0.4.5 && < 0.6,
                         lambdabot-core >= 5.1 && < 5.2,
                         lambdabot-haskell-plugins >= 5.1 && < 5.2,
