diff --git a/Network/HTTP/Types.hs b/Network/HTTP/Types.hs
--- a/Network/HTTP/Types.hs
+++ b/Network/HTTP/Types.hs
@@ -11,6 +11,7 @@
 , methodTrace
 , methodConnect
 , methodOptions
+, methodPatch
 , StdMethod(..)
 , parseMethod
 , renderMethod
diff --git a/http-types.cabal b/http-types.cabal
--- a/http-types.cabal
+++ b/http-types.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.8.0
+Version:             0.8.1
 
 -- A short (one-line) description of the package.
 Synopsis:            Generic HTTP types for Haskell (for both client and server code).
@@ -48,7 +48,7 @@
 Source-repository this
   type: git
   location: https://github.com/aristidb/aws.git
-  tag: 0.7.3.0.1
+  tag: 0.8.1
 
 Source-repository head
   type: git
@@ -71,7 +71,7 @@
   Build-depends:       base >= 4 && < 5,
                        bytestring >=0.9.1.5 && <0.11,
                        array >=0.2 && <0.5,
-                       case-insensitive >=0.2 && <1.1,
+                       case-insensitive >=0.2 && <1.2,
                        blaze-builder >= 0.2.1.4 && < 0.4,
                        text >= 0.11.0.2 && < 0.12
   
