diff --git a/cabal.project b/cabal.project
deleted file mode 100644
--- a/cabal.project
+++ /dev/null
@@ -1,7 +0,0 @@
-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
@@ -1,13 +1,13 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.6.
+-- This file has been generated from package.yaml by hpack version 0.35.1.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: b88a48e2199439b1aeada5db8133a1e077ca1ce93617bb8bab40b48182d1ca1e
+-- hash: fd231063ea55b1d16078bac4fe8f8ea9622d4e8e3460857faf00ff1b7ad7c381
 
 name:           html-parse-util
-version:        0.2.2
+version:        0.2.3
 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,7 +22,6 @@
 extra-source-files:
     README.md
     CHANGELOG.md
-    cabal.project
 
 source-repository head
   type: git
@@ -38,10 +37,10 @@
   default-extensions:
       OverloadedStrings
       LambdaCase
-  ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-import-lists -Wno-unused-packages -Wno-missing-safe-haskell-mode -Wno-all-missed-specialisations -Wno-unsafe -Wno-prepositive-qualified-module
+  ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-import-lists -Wno-unused-packages -Wno-missing-safe-haskell-mode -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-prepositive-qualified-module
   build-depends:
       attoparsec >=0.13 && <0.15
     , base >=4.7 && <5
     , html-parse >=0.2.0.2 && <0.3
-    , text ==1.2.*
+    , text >=1.2 && <2.2
   default-language: Haskell2010
