diff --git a/om-elm.cabal b/om-elm.cabal
--- a/om-elm.cabal
+++ b/om-elm.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                om-elm
-version:             2.0.1.0
+version:             2.0.1.1
 synopsis:            Haskell utilities for building embedded Elm programs.
 description:         This package provides utilities for serving Elm programs
                      directly from your Haskell binary. It uses TemplateHaskell
@@ -37,7 +37,7 @@
   -- other-modules:       
   -- other-extensions:    
   build-depends:
-    , Cabal            >= 3.8.1.0   && < 3.15
+    , Cabal            >= 3.8.1.0   && < 3.17
     , base             >= 4.15.1.0  && < 4.22
     , bytestring       >= 0.11.3.1  && < 0.13
     , containers       >= 0.6.4.1   && < 0.8
