diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.3.0.1
+
+* Minor cabal file improvements
+
 ## 0.3.0
 
 * Upgrade to yesod-core 1.6
diff --git a/yesod-websockets.cabal b/yesod-websockets.cabal
--- a/yesod-websockets.cabal
+++ b/yesod-websockets.cabal
@@ -1,7 +1,6 @@
 name:                yesod-websockets
-version:             0.3.0
+version:             0.3.0.1
 synopsis:            WebSockets support for Yesod
-description:         WebSockets support for Yesod
 homepage:            https://github.com/yesodweb/yesod
 license:             MIT
 license-file:        LICENSE
@@ -16,17 +15,13 @@
 library
   exposed-modules:     Yesod.WebSockets
   build-depends:       base              >= 4.5 && < 5
-
-                     -- Just for CPP macro
-                     , wai
-
+                     , conduit           >= 1.3
+                     , mtl
+                     , transformers      >= 0.2
+                     , unliftio
                      , wai-websockets    >= 2.1
                      , websockets        >= 0.10
-                     , transformers      >= 0.2
                      , yesod-core        >= 1.6
-                     , unliftio
-                     , conduit           >= 1.3
-                     , mtl
 
 source-repository head
   type:     git
