diff --git a/cabal.project b/cabal.project
new file mode 100644
--- /dev/null
+++ b/cabal.project
@@ -0,0 +1,7 @@
+with-compiler: ghc-9.0.2
+packages: ./html-parse-util.cabal
+
+source-repository-package
+  type: git
+  location: https://github.com/bgamari/html-parse
+  tag: 52fa100da5d4d20ad3497b4a09a31b71528a10fb
diff --git a/html-parse-util.cabal b/html-parse-util.cabal
--- a/html-parse-util.cabal
+++ b/html-parse-util.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 4509b87ce78b0d31cd8627a9f17a0d7e344fa10333c6ce49efc2dedc47d264d3
+-- hash: b88a48e2199439b1aeada5db8133a1e077ca1ce93617bb8bab40b48182d1ca1e
 
 name:           html-parse-util
-version:        0.2.1
+version:        0.2.2
 synopsis:       Utility functions for working with html-parse
 description:    See README.md <https://gitlab.com/slotThe/html-parse-utils/-/blob/master/README.md here>
 category:       Text, XML
@@ -22,6 +22,7 @@
 extra-source-files:
     README.md
     CHANGELOG.md
+    cabal.project
 
 source-repository head
   type: git
