diff --git a/snap.cabal b/snap.cabal
--- a/snap.cabal
+++ b/snap.cabal
@@ -1,5 +1,5 @@
 name:           snap
-version:        0.13.0
+version:        0.13.0.1
 synopsis:       Top-level package for the Snap Web Framework
 description:
     This is the top-level package for the official Snap Framework libraries.
@@ -162,7 +162,7 @@
     heist                     >= 0.13     && < 0.14,
     logict                    >= 0.4.2    && < 0.7,
     mtl                       >  2.0      && < 2.2,
-    mwc-random                >= 0.8      && < 0.13,
+    mwc-random                >= 0.8      && < 0.14,
     pwstore-fast              >= 2.2      && < 2.4,
     regex-posix               >= 0.95     && < 1,
     snap-core                 >= 0.9      && < 0.11,
@@ -228,7 +228,7 @@
     directory-tree      >= 0.10    && < 0.12,
     filepath            >= 1.1     && < 1.4,
     -- Blacklist bad versions of hashable
-    hashable                  (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),
+    hashable            (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),
     old-time            >= 1.0     && < 1.2,
     snap-server         >= 0.9     && < 0.11,
     template-haskell    >= 2.2     && < 2.9,
diff --git a/test/snap-testsuite.cabal b/test/snap-testsuite.cabal
--- a/test/snap-testsuite.cabal
+++ b/test/snap-testsuite.cabal
@@ -44,7 +44,7 @@
     heist                      >= 0.13     && < 0.14,
     logict                     >= 0.4.2    && < 0.6,
     mtl                        >  2.0      && < 2.2,
-    mwc-random                 >= 0.8      && < 0.13,
+    mwc-random                 >= 0.8      && < 0.14,
     pwstore-fast               >= 2.2      && < 2.4,
     regex-posix                >= 0.95     && < 1,
     snap-core                  >= 0.9      && < 0.11,
@@ -116,7 +116,7 @@
     heist                      >= 0.13     && < 0.14,
     logict                     >= 0.4.2    && < 0.6,
     mtl                        >  2.0      && < 2.2,
-    mwc-random                 >= 0.8      && < 0.13,
+    mwc-random                 >= 0.8      && < 0.14,
     pwstore-fast               >= 2.2      && < 2.4,
     regex-posix                >= 0.95     && < 1,
     snap-core                  >= 0.9      && < 0.11,
@@ -198,7 +198,7 @@
     heist                      >= 0.13     && < 0.14,
     logict                     >= 0.4.2    && < 0.6,
     mtl                        >  2.0      && < 2.2,
-    mwc-random                 >= 0.8      && < 0.13,
+    mwc-random                 >= 0.8      && < 0.14,
     pwstore-fast               >= 2.2      && < 2.4,
     regex-posix                >= 0.95     && < 1,
     snap-core                  >= 0.9      && < 0.11,
