From b7c61d296da8b12953ddcb358df4afb5140650fd Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 10 Dec 2023 10:12:28 -0500 Subject: [PATCH] Mark html-parse-length as unbuildable --- html-parse.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-parse.cabal b/html-parse.cabal index aa9fd01..0d5b446 100644 --- a/html-parse.cabal +++ b/html-parse.cabal @@ -107,7 +107,7 @@ test-suite spec -- For performance characterisation during optimisation executable html-parse-length main-is: app/Main.hs - --buildable: False + buildable: False build-depends: base, html-parse, text