diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name: wuss
-version: 1.1.10
+version: 1.1.11
 
 category: Network
 description:
@@ -22,10 +22,10 @@
 synopsis: Secure WebSocket (WSS) clients
 
 dependencies:
-  base: '>= 4.9.0 && < 4.12'
+  base: '>= 4.9.0 && < 4.13'
   bytestring: '>= 0.10.8 && < 0.11'
   connection: '>= 0.2.6 && < 0.3'
-  network: '>= 2.6.3 && < 2.8'
+  network: '>= 2.6.3 && < 2.9'
   websockets: '>= 0.9.7 && < 0.13'
 ghc-options:
   -Weverything
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,1 +1,1 @@
-resolver: lts-12.0
+resolver: nightly-2018-11-01
diff --git a/wuss.cabal b/wuss.cabal
--- a/wuss.cabal
+++ b/wuss.cabal
@@ -1,11 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.20.0.
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.0.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 5665b9d0ebf0f586eeda194d6e2c0e90278e30b705f47aa819fa74c9af977efc
+-- hash: d5017332bb87935c0184c5508464a3dd52df0974196779253578335328952db6
 
 name:           wuss
-version:        1.1.10
+version:        1.1.11
 synopsis:       Secure WebSocket (WSS) clients
 description:    Wuss is a library that lets you easily create secure WebSocket clients over the WSS protocol. It is a small addition to <https://hackage.haskell.org/package/websockets the websockets package> and is adapted from existing solutions by <https://gist.github.com/jaspervdj/7198388 @jaspervdj>, <https://gist.github.com/mpickering/f1b7ba3190a4bb5884f3 @mpickering>, and <https://gist.github.com/elfenlaid/7b5c28065e67e4cf0767 @elfenlaid>.
 category:       Network
@@ -15,8 +17,6 @@
 license:        MIT
 license-file:   LICENSE.markdown
 build-type:     Simple
-cabal-version:  >= 1.10
-
 extra-source-files:
     CHANGELOG.markdown
     package.yaml
@@ -28,17 +28,17 @@
   location: https://github.com/tfausak/wuss
 
 library
+  exposed-modules:
+      Wuss
+  other-modules:
+      Paths_wuss
   hs-source-dirs:
       library
   ghc-options: -Weverything -Wno-safe -Wno-unsafe
   build-depends:
-      base >=4.9.0 && <4.12
+      base >=4.9.0 && <4.13
     , bytestring >=0.10.8 && <0.11
     , connection >=0.2.6 && <0.3
-    , network >=2.6.3 && <2.8
+    , network >=2.6.3 && <2.9
     , websockets >=0.9.7 && <0.13
-  exposed-modules:
-      Wuss
-  other-modules:
-      Paths_wuss
   default-language: Haskell2010
