html-parse-util 0.2.1 → 0.2.2
raw patch · 2 files changed
+10/−2 lines, 2 files
Files
- cabal.project +7/−0
- html-parse-util.cabal +3/−2
+ cabal.project view
@@ -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
html-parse-util.cabal view
@@ -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