diff --git a/snap-core.cabal b/snap-core.cabal
--- a/snap-core.cabal
+++ b/snap-core.cabal
@@ -1,5 +1,5 @@
 name:           snap-core
-version:        1.0.3.0
+version:        1.0.3.1
 synopsis:       Snap: A Haskell Web Framework (core interfaces and types)
 
 description:
@@ -35,7 +35,7 @@
 bug-reports:    https://github.com/snapframework/snap-core/issues
 category:       Web, Snap, IO-Streams
 Tested-With:    GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,
-                GHC == 8.0.1
+                GHC == 8.0.1, GHC == 8.2.1
 
 extra-source-files:
   test/TestSuite.hs,
@@ -139,7 +139,7 @@
     directory                 >= 1       && < 2,
     filepath                  >= 1.1     && < 2.0,
     lifted-base               >= 0.1     && < 0.3,
-    io-streams                >= 1.3     && < 1.5,
+    io-streams                >= 1.3     && < 1.6,
     hashable                  >= 1.2.0.6 && < 1.3,
     monad-control             >= 1.0     && < 1.1,
     mtl                       >= 2.0     && < 2.3,
